关于 lua 的 "debian policy" 是什么?
What is a "debian policy" in regards to lua?
所以,你可以在这个 URL https://packages.debian.org/wheezy/devel/lua5.1-policy-dev
看到这个 "policy"
在这个意义上 "debian policy" 到底是什么?
这听起来像 windows "group policies",这对我来说从来都不是一个很好的用法。
我可以找到很多政策手册,但这种政策的使用似乎意味着不同的东西。
良好的开端是 README
,其中指出:
lua5.1-policy
This debian packages contains the debian policy for libraries related
to the lua5.1 scripting language.
The lua5.1-policy
package contains the policy, in txt and html
format.
The lua5.1-policy-dev
package is meant to ease the packager life. It
can be declared in the the build-depends field of a lua library
package and It provides the following utility and CDBS class:
lua5.1-policy-create-svnbuildpackage-layout
Should be used to initialise an svn repository for a new package.
lua.mk
to be included in your rules file
与其说是政策,不如说是指南,但这是 Debian 命名事物的方式。简而言之,它有助于坚持 the rules = Debian Packaging Policy.
所以,你可以在这个 URL https://packages.debian.org/wheezy/devel/lua5.1-policy-dev
看到这个 "policy"在这个意义上 "debian policy" 到底是什么?
这听起来像 windows "group policies",这对我来说从来都不是一个很好的用法。
我可以找到很多政策手册,但这种政策的使用似乎意味着不同的东西。
良好的开端是 README
,其中指出:
lua5.1-policy
This debian packages contains the debian policy for libraries related to the lua5.1 scripting language.
The
lua5.1-policy
package contains the policy, in txt and html format.The
lua5.1-policy-dev
package is meant to ease the packager life. It can be declared in the the build-depends field of a lua library package and It provides the following utility and CDBS class:
lua5.1-policy-create-svnbuildpackage-layout
Should be used to initialise an svn repository for a new package.
lua.mk
to be included in your rules file
与其说是政策,不如说是指南,但这是 Debian 命名事物的方式。简而言之,它有助于坚持 the rules = Debian Packaging Policy.