[svn:parrot] r46284 - trunk/docs/project

coke at svn.parrot.org coke at svn.parrot.org
Tue May 4 15:35:46 UTC 2010


Author: coke
Date: Tue May  4 15:35:44 2010
New Revision: 46284
URL: https://trac.parrot.org/parrot/changeset/46284

Log:
Note requirements/update URL for debian packagings.
Patch Courtesy cosimo++ (TT#1608)

Modified:
   trunk/docs/project/debian_packaging_guide.pod

Modified: trunk/docs/project/debian_packaging_guide.pod
==============================================================================
--- trunk/docs/project/debian_packaging_guide.pod	Tue May  4 14:32:39 2010	(r46283)
+++ trunk/docs/project/debian_packaging_guide.pod	Tue May  4 15:35:44 2010	(r46284)
@@ -82,36 +82,42 @@
 
 =item 6.
 
+Make sure you have C<quilt> installed. Run:
+
+  $ aptitude install quilt
+
+=item 7.
+
 Regenerate the debian/control file. From the
 ~/deb/parrot/parrot-<version>/ 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_<version>/, run:
 
   $ export DEBSIGN_KEYID="<gpg key id>"
   $ debuild
 
-=item 9.
+=item 10.
 
 Check the package for errors. From ~/deb/parrot, run:
 
   $ lintian -i parrot_<version>.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


More information about the parrot-commits mailing list