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

allison at svn.parrot.org allison at svn.parrot.org
Fri Aug 7 01:58:19 UTC 2009


Author: allison
Date: Fri Aug  7 01:58:14 2009
New Revision: 40438
URL: https://trac.parrot.org/parrot/changeset/40438

Log:
[debian] Remove no-longer-used step from the Debian packaging guide.

Modified:
   trunk/docs/project/debian_packaging_guide.pod

Modified: trunk/docs/project/debian_packaging_guide.pod
==============================================================================
--- trunk/docs/project/debian_packaging_guide.pod	Thu Aug  6 23:32:50 2009	(r40437)
+++ trunk/docs/project/debian_packaging_guide.pod	Fri Aug  7 01:58:14 2009	(r40438)
@@ -45,11 +45,6 @@
 
 =item 3.
 
-Update the debian/parrot-doc.docs file by running the script
-tools/dev/debian_docs.sh in the Parrot repository.
-
-=item 4.
-
 Update the debian/changelog file in ~/deb/parrot/parrot-<version>/. The format
 of the changelog file is strict (automatically parsed). The first line of the
 log entry gives the package version and categorization. For a new version
@@ -73,50 +68,50 @@
 
    -- Your Name <you at example.org>  Sun, 30 Dec 2007 17:21:45 +0000
 
-=item 5.
+=item 4.
 
 Update the debian/control.in file in ~/deb/parrot/parrot-<version>/. Make sure
 you are listed in "Uploaders". The "Maintainer" will always be "Debian
 Parrot Maintainers <pkg-parrot-devel at lists.alioth.debian.org>".
 
-=item 6.
+=item 5.
 
 Update the debian/copyright file in ~/deb/parrot/parrot-<version>/. Check for
 any removed files that no longer need copyright notices. Update the years in
 the Parrot Foundation copyright line if needed.
 
-=item 7.
+=item 6.
 
 Regenerate the debian/control file. From the
 ~/deb/parrot/parrot-<version>/ directory, run:
 
   $ debian/rules debian-control-stamp
 
-=item 8.
+=item 7.
 
 Install all dependencies:
 
   $ sudo /usr/lib/pbuilder/pbuilder-satisfydepends
 
-=item 9.
+=item 8.
 
 Build the packages. From ~/deb/parrot/parrot_<version>/, run:
 
   $ export DEBSIGN_KEYID="<gpg key id>"
   $ debuild
 
-=item 10.
+=item 9.
 
 Check the package for errors. From ~/deb/parrot, run:
 
   $ lintian -i parrot_<version>.changes
 
-=item 11.
+=item 10.
 
 Commit all changes made to the files in the debian/ directory to the Parrot
 repository.
 
-=item 12.
+=item 11.
 
 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