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

allison at svn.parrot.org allison at svn.parrot.org
Tue May 19 22:03:25 UTC 2009


Author: allison
Date: Tue May 19 22:03:25 2009
New Revision: 38943
URL: https://trac.parrot.org/parrot/changeset/38943

Log:
[ubuntu] Some updates to the packaging guide from the most recent
packaging.

Modified:
   trunk/docs/project/ubuntu_packaging_guide.pod

Modified: trunk/docs/project/ubuntu_packaging_guide.pod
==============================================================================
--- trunk/docs/project/ubuntu_packaging_guide.pod	Tue May 19 21:57:07 2009	(r38942)
+++ trunk/docs/project/ubuntu_packaging_guide.pod	Tue May 19 22:03:25 2009	(r38943)
@@ -40,23 +40,28 @@
 
 =item 3.
 
+Integrate any new change entries from F<ports/debian/changelog> into
+F<ports/ubuntu/changelog>, preserving chronological order.
+
 Copy the F<ports/debian/> directory from the Parrot source tree into the fresh
 tarball extract.
 
   cp -r <path/to/parrot/svn>/ports/debian ~/udeb/parrot/parrot-[version]/.
 
-Integrate any new change entries from F<ports/debian/changelog> into
-F<ports/ubuntu/changelog>, preserving chronological order. Copy the Ubuntu
-changelog file over the F<changelog> file in
-F<~/udeb/parrot/parrot-[version]/debian>.
+
+Then copy the unique Ubuntu files (F<changelog> and F<control.in>) from
+F<ports/ubuntu/> into the new F<debian/> directory.
+
+  cp <path/to/parrot/svn>/ports/ubuntu/* ~/udeb/parrot/parrot-[version]/debian/.
 
 =item 4.
 
-Update the F<changelog> file in F<~/udeb/parrot/parrot-[version]/debian/> to
-add an entry for the Ubuntu package. Copy the first line from the Debian
-changelog.  Add C<ubuntu#> after the Debian version to indicate the Ubuntu
-revision of the package, and for PPA uploads also add C<~ppa#>. Instead of the
-Debian branch ('unstable') use the target Ubuntu distribution ('intrepid').
+Add a new entry to the F<changelog> file in
+F<~/udeb/parrot/parrot-[version]/debian/> for the Ubuntu package. Copy
+the first line from the Debian changelog. Add C<ubuntu#> after the
+Debian version to indicate the Ubuntu revision of the package, and for
+PPA uploads also add C<~ppa#>. Instead of the Debian branch ('unstable')
+use the target Ubuntu distribution ('intrepid').
 
   parrot (0.5.1-1ubuntu1) intrepid; urgency=low
 
@@ -85,7 +90,8 @@
 
 =item 7.
 
-Update Parrot's PPA with the new release (configured in ChrootSetup):
+Update Parrot's PPA with the new release (configured in ChrootSetup).
+From F<~/udeb/parrot/> run:
 
   $ dput parrot-ppa parrot_[version]_source.changes
 


More information about the parrot-commits mailing list