[Python-modules-commits] r18474 - in packages/python-peak.util/trunk/debian (README.source)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Fri Sep 9 02:13:00 UTC 2011


    Date: Friday, September 9, 2011 @ 02:12:58
  Author: eriol-guest
Revision: 18474

Updated

Modified:
  packages/python-peak.util/trunk/debian/README.source

Modified: packages/python-peak.util/trunk/debian/README.source
===================================================================
--- packages/python-peak.util/trunk/debian/README.source	2011-09-09 01:44:53 UTC (rev 18473)
+++ packages/python-peak.util/trunk/debian/README.source	2011-09-09 02:12:58 UTC (rev 18474)
@@ -1,29 +1,32 @@
-
 Upgrade to a new upstream
 =========================
 
-This package is a multi-upstream source package, i.e., its
-.orig.tar.gz is composed by several upstream tarballs, possibly
-released by independent authors.
+This package use multiple upstream tarballs support provided by source package
+format "3.0 (quilt)".
 
-To obtain a new orig tarball you can invoke the get-orig-source target
-of debian/rules as follows:
+To obtain new orig tarballs you have to specify package version inside
+debian/changelog, update module version in the $(UPSTREAMS) Makefile variable
+inside debian/rules and then invoke the get-orig-source target of debian/rules
+as follows:
 
-   $ debian/rules get-orig-source
+    $ debian/rules get-orig-source
 
-If all goes well, that should leave aroung a tarball called
+If all goes well, that should leave, inside the the default svn-buildpackage
+tarballs directory, a tarball called
 
-   PACKAGE-YYYYMMDD.orig.tar.gz
+    PACKAGE_YYYYMMDD.orig.tar.gz
 
-where PACKAGE is the source package name and YYYYMMDD is the version date
-in year/month/day format inside debian/changelog.
+    where PACKAGE is the source package name and YYYYMMDD is the version date
+    in year/month/day format specified in debian/changelog;
 
-Note that the target does not check whether creating a new upstream
-version is needed: invoke it only if you know that some of the
-upstream parts of this package need updates. Otherwise, use "apt-get
-source PACKAGE" to work on the latest uploaded upstream release.
+and a series of packages called
 
+    PACKAGE_YYYYMMDD.orig-MODULENAME-MODULEVERSION.tar.gz
 
+    where MODULENAME and MODULEVERSION are specified in the $(UPSTREAMS)
+    Makefile variable inside debian/rules.
+
+
 Adding a new utility
 ====================
 
@@ -31,7 +34,7 @@
 in the future new utilities will be added. To add one to the package
 follow a few simple rules:
 
-1) add the module name (usually the egg name) to the $(UPSTREAMS)
+1) add the module name and version (usually the egg name) to the $(UPSTREAMS)
    Makefile variable in debian/rules
 
 2) add the per-utility watch file as debian/NAME.watch, where NAME is
@@ -46,4 +49,4 @@
    to ship it where appropriate
 
  -- Stefano Zacchiroli <zack at debian.org>, Wed, 10 Jun 2009 16:45:07 +0200
-
+ -- Daniele Tricoli <eriol at mornie.org>, Fri, 09 Sep 2011 04:12:20 +0200




More information about the Python-modules-commits mailing list