[Python-apps-commits] r8363 - in packages/s3cmd/trunk/debian (changelog s3cmd.preinst)

dottedmag at users.alioth.debian.org dottedmag at users.alioth.debian.org
Thu Mar 22 22:10:48 UTC 2012


    Date: Thursday, March 22, 2012 @ 22:10:46
  Author: dottedmag
Revision: 8363

  * debian/control: Bump Standards-Version, no changes required.
  * Switch to use dh(1).
  * Drop pre-python-2.5 stanza from debian/control.
  * Update debian/copyright to version 1.0 of machine-readable format.
  * Post-Squeeze removal of s3cmd.preinst.

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

Modified: packages/s3cmd/trunk/debian/changelog
===================================================================
--- packages/s3cmd/trunk/debian/changelog	2012-03-22 14:53:54 UTC (rev 8362)
+++ packages/s3cmd/trunk/debian/changelog	2012-03-22 22:10:46 UTC (rev 8363)
@@ -1,3 +1,13 @@
+s3cmd (1.0.0-2) unstable; urgency=low
+
+  * debian/control: Bump Standards-Version, no changes required.
+  * Switch to use dh(1).
+  * Drop pre-python-2.5 stanza from debian/control.
+  * Update debian/copyright to version 1.0 of machine-readable format.
+  * Post-Squeeze removal of s3cmd.preinst.
+  
+ -- Mikhail Gusarov <dottedmag at debian.org>  Thu, 22 Mar 2012 23:04:45 +0100
+  
 s3cmd (1.0.0-1) unstable; urgency=low
 
   * New upstream release.
@@ -6,13 +16,10 @@
     - debian/control: drop quilt from Build-Depends.
     - debian/rules: simplify.
     - debian/README.source: drop.
-  * Switch to use dh(1)
-  * Drop pre-python-2.5 stanza from debian/control.
   * Add debian/patches/fix-mangpage-typos.patch to correct typos catched
     by lintian.
-  * Update debian/copyright to version 1.0 of machine-readable format.
 
- -- Mikhail Gusarov <dottedmag at debian.org>  Wed, 21 Mar 2012 19:46:28 +0100
+ -- Mikhail Gusarov <dottedmag at debian.org>  Mon, 28 Mar 2011 12:09:17 +0200
 
 s3cmd (0.9.9.91-1) unstable; urgency=low
 

Deleted: packages/s3cmd/trunk/debian/s3cmd.preinst
===================================================================
--- packages/s3cmd/trunk/debian/s3cmd.preinst	2012-03-22 14:53:54 UTC (rev 8362)
+++ packages/s3cmd/trunk/debian/s3cmd.preinst	2012-03-22 22:10:46 UTC (rev 8363)
@@ -1,11 +0,0 @@
-#!/bin/sh
-# TODO: remove this file after releasing Squeeze
-set -e
-if [ "$1" = upgrade ]
-then
-        if dpkg --compare-versions "$2" lt 0.9.9-1; then
-                pycentral pkgremove s3cmd
-        fi
-fi
-
-#DEBHELPER#




More information about the Python-apps-commits mailing list