pkgme is a Python framework for generating Debian packaging artifacts from information gleaned from inspecting the code. The framework takes care of the common tasks, and knows about packaging in general. It is extensible so that programming language-specific conventions and rules can be supported.
pkgme development is hosted on Launchpad. Please see the project page for downloads, bug reports, and accessing the latest code (available in the Bazaar version control system). You can also subscribe to the pkgme mailing list for discussions on using and extending pkgme. The archives are also available on-line.
Product's homepage
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· all_info is only called once, rather than three times. The three calls were the same, so all it was doing was wasting time. (Jonathan Lange)
· Be more careful in how the .orig.tar.gz is constructed when building a source package. Some overly general transformations were being applied, that changed the content of some packages, and so caused the package to fail to build. (James Westby)