[Piuparts-commits] [SCM] piuparts git repository branch, piatti, updated. 0.44-755-ga3ab31d

Andreas Beckmann debian at abeckmann.de
Mon Jun 18 11:37:43 UTC 2012


The following commit has been merged in the piatti branch:
commit 09e205b550faede9562c98ea5bc844d6d15c350e
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Wed Jun 13 16:06:32 2012 +0200

    replace all references to lenny and squeeze with squeeze and wheezy
    
    lenny has been archived
    
    Signed-off-by: Andreas Beckmann <debian at abeckmann.de>

diff --git a/README.txt b/README.txt
index abd9800..44c0d63 100644
--- a/README.txt
+++ b/README.txt
@@ -38,10 +38,10 @@ This will create a sid chroot with debootstrap, where it'll test
 your package.
 
 If you want to test your package in another release, for example,
-lenny, you can do so with:
+squeeze, you can do so with:
 
 ---- 
-# piuparts ./sm_0.6-1_i386.deb -d lenny
+# piuparts ./sm_0.6-1_i386.deb -d squeeze
 ---- 
 
 By default, this will read the first mirror from your
@@ -443,7 +443,7 @@ is being run.
 
 * "chroot-tgz" is the name of the file the slave should use for the tarball to keep the chroot for the basic install/purge testing. If the tarball doesn't exist, the slave creates it. This can be left empty if only upgrade tests should be run.
 
-* "upgrade-test-distros" is the space delimited list of distributions the slave should use for testing upgrades between distributions (i.e., Debian versions). Currently, "lenny squeeze sid" is a good choice.  Leave this unset if you do not want to run upgrade tests.
+* "upgrade-test-distros" is the space delimited list of distributions the slave should use for testing upgrades between distributions (i.e., Debian versions). Currently, "squeeze wheezy sid" is a good choice.  Leave this unset if you do not want to run upgrade tests.
 
 * "upgrade-test-chroot-tgz" is the name of the file the slave should use for the tarball to keep the chroot for the first distribution in upgrade-test-distros. If the file does not exist, the slave creates it. This can be left empty if only basic tests should be run.
 
diff --git a/debian/changelog b/debian/changelog
index 4e55dbb..07d9b4a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -108,6 +108,7 @@ piuparts (0.45) UNRELEASED; urgency=low
     - Write .bug files with links to the BTS.
   * detect_archive_issues: Only consider logs older than one day for marking
     as "untestable" to allow piuparts-analyze to handle the log first.
+  * Replace all references to lenny and squeeze with squeeze and wheezy.
 
   [ Leo Iannacone ]
   * piuparts.py: add --existing-chroot option, specify a directory as source
diff --git a/piuparts.1.txt b/piuparts.1.txt
index e97f1fe..3fc6936 100644
--- a/piuparts.1.txt
+++ b/piuparts.1.txt
@@ -51,7 +51,7 @@ The tarball can be created with the '-s' option, or you can use one that *pbuild
   Bind-mount a directory inside the chroot.
 
 *-d* 'name', *--distribution*='name'::
-  Which Debian distribution to use: a code name (for example lenny, squeeze or sid) or experimental. The default is sid (=unstable).
+  Which Debian distribution to use: a code name (for example squeeze, wheezy or sid) or experimental. The default is sid (=unstable).
 
 *-D* 'flavor', *--defaults* 'flavor'::
   Use default settings suitable for a particular flavor of Debian: either debian or ubuntu.
@@ -215,10 +215,10 @@ piuparts ../foo_1.0-2_i386.changes
 piuparts -m 'http://gytha/debian main' ../foo_1.0-2_i386.changes
 ----
 
-If you want to test that a package installs properly in the stable (currently lenny) Debian release, then can be upgraded to the testing (currently squeeze) and unstable (sid) versions, and then uninstalled without problems, you would give the following command:
+If you want to test that a package installs properly in the stable (currently squeeze) Debian release, then can be upgraded to the testing (currently wheezy) and unstable (sid) versions, and then uninstalled without problems, you would give the following command:
 
 ----
-piuparts -a -d lenny -d squeeze -d sid foo
+piuparts -a -d squeeze -d wheezy -d sid foo
 ----
 
 ENVIRONMENT
diff --git a/piuparts.py b/piuparts.py
index 55d39ac..5f06349 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -2303,7 +2303,7 @@ def parse_command_line():
 
     parser.add_option("-d", "--distribution", action="append", metavar="NAME",
                       help="Which Debian distribution to use: a code name " +
-                           "(for example lenny, squeeze, sid) or experimental. The " +
+                           "(for example squeeze, wheezy, sid) or experimental. The " +
                            "default is sid (=unstable).")
 
     parser.add_option("-D", "--defaults", action="store",

-- 
piuparts git repository



More information about the Piuparts-commits mailing list