[Python-apps-commits] r3998 - in packages/s3cmd/trunk/debian (3 files)

dottedmag-guest at users.alioth.debian.org dottedmag-guest at users.alioth.debian.org
Mon Oct 19 19:07:50 UTC 2009


    Date: Monday, October 19, 2009 @ 19:07:49
  Author: dottedmag-guest
Revision: 3998

* New upstream release.
* Bump Standards-Version, no changes required.
* Drop XS-Python-Version: Debian does not have Python < 2.4 anymore.
* Drop unused XB-Python-Version.
* Fix preinst script: it errorneously contained 0.14-1 as a first
  python-support-managed version, not 0.9.9-2.

Modified:
  packages/s3cmd/trunk/debian/changelog
  packages/s3cmd/trunk/debian/control
  packages/s3cmd/trunk/debian/s3cmd.preinst

Modified: packages/s3cmd/trunk/debian/changelog
===================================================================
--- packages/s3cmd/trunk/debian/changelog	2009-10-19 17:14:57 UTC (rev 3997)
+++ packages/s3cmd/trunk/debian/changelog	2009-10-19 19:07:49 UTC (rev 3998)
@@ -1,6 +1,17 @@
+s3cmd (0.9.9.91-1) unstable; urgency=low
+
+  * New upstream release.
+  * Bump Standards-Version, no changes required.
+  * Drop XS-Python-Version: Debian does not have Python < 2.4 anymore.
+  * Drop unused XB-Python-Version.
+  * Fix preinst script: it errorneously contained 0.14-1 as a first
+    python-support-managed version, not 0.9.9-2.
+
+ -- Mikhail Gusarov <dottedmag at dottedmag.net>  Tue, 20 Oct 2009 01:53:35 +0700
+
 s3cmd (0.9.9-2) unstable; urgency=low
 
-  * Switched to debian-support.
+  * Switched to python-support.
     - added preinst script to de-register from pycentral.
   * Standards-Version bumped to 3.8.1, no changes needed.
   * Private python modules were moved to /usr/share/s3cmd:

Modified: packages/s3cmd/trunk/debian/control
===================================================================
--- packages/s3cmd/trunk/debian/control	2009-10-19 17:14:57 UTC (rev 3997)
+++ packages/s3cmd/trunk/debian/control	2009-10-19 19:07:49 UTC (rev 3998)
@@ -5,8 +5,7 @@
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 7), quilt (>= 0.40), python
 Build-Depends-Indep: python-support (>= 0.6.4)
-Standards-Version: 3.8.1
-XS-Python-Version: >=2.4
+Standards-Version: 3.8.3
 Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/s3cmd/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/s3cmd/trunk/
 Homepage: http://s3tools.logix.cz/s3cmd
@@ -14,7 +13,6 @@
 Package: s3cmd
 Architecture: all
 Depends: python (>= 2.5) | python-elementtree, ${python:Depends}, ${misc:Depends}
-XB-Python-Version: ${python:Versions}
 Description: command-line Amazon S3 client
  Command-line tool to upload, retrieve and manage data in Amazon S3 service
  (http://www.amazon.com/s3/), designed for use in scripts. Features:

Modified: packages/s3cmd/trunk/debian/s3cmd.preinst
===================================================================
--- packages/s3cmd/trunk/debian/s3cmd.preinst	2009-10-19 17:14:57 UTC (rev 3997)
+++ packages/s3cmd/trunk/debian/s3cmd.preinst	2009-10-19 19:07:49 UTC (rev 3998)
@@ -3,7 +3,7 @@
 set -e
 if [ "$1" = upgrade ]
 then
-        if dpkg --compare-versions "$2" lt 0.14-1; then
+        if dpkg --compare-versions "$2" lt 0.9.9-1; then
                 pycentral pkgremove s3cmd
         fi
 fi




More information about the Python-apps-commits mailing list