Index: docs/project/debian_packaging_guide.pod =================================================================== --- docs/project/debian_packaging_guide.pod (revision 46278) +++ docs/project/debian_packaging_guide.pod (working copy) @@ -82,36 +82,42 @@ =item 6. +Make sure you have C installed. Run: + + $ aptitude install quilt + +=item 7. + Regenerate the debian/control file. From the ~/deb/parrot/parrot-/ directory, run: $ debian/rules debian-control-stamp -=item 7. +=item 8. Install all dependencies: $ sudo /usr/lib/pbuilder/pbuilder-satisfydepends -=item 8. +=item 9. Build the packages. From ~/deb/parrot/parrot_/, run: $ export DEBSIGN_KEYID="" $ debuild -=item 9. +=item 10. Check the package for errors. From ~/deb/parrot, run: $ lintian -i parrot_.changes -=item 10. +=item 11. Commit all changes made to the files in the debian/ directory to the Parrot repository. -=item 11. +=item 12. Upload the packages to http://alioth.debian.org. (If you don't have admin privileges, ask someone who does.) From any of the project pages, click on the @@ -166,7 +172,7 @@ =item 2. Set up a chroot environment for building packages. See -. +. =back