1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
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 utilities:
- `lua5.1-policy-apply`
Should be called by the CDBS makefile before stat compiling the package
(adding an hook to `pre-build::`).
- `lua5.1-policy-create-svnbuildpackage-layout`
Should be used to initialise an svn repository for a new package.
|