[Python-modules-commits] r7899 - in packages/tagpy/trunk/debian (4 files)

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Wed Mar 18 13:34:59 UTC 2009


    Date: Wednesday, March 18, 2009 @ 13:34:59
  Author: nijel
Revision: 7899

Switch from pycentral to pysupport.

Added:
  packages/tagpy/trunk/debian/preinst
Modified:
  packages/tagpy/trunk/debian/changelog
  packages/tagpy/trunk/debian/control
  packages/tagpy/trunk/debian/rules

Modified: packages/tagpy/trunk/debian/changelog
===================================================================
--- packages/tagpy/trunk/debian/changelog	2009-03-18 13:30:25 UTC (rev 7898)
+++ packages/tagpy/trunk/debian/changelog	2009-03-18 13:34:59 UTC (rev 7899)
@@ -3,8 +3,9 @@
   * NOT RELEASED YET
   * Switch to boost 1.37.
   * Bump standards to 3.8.1 (no changes needed).
+  * Switch from pycentral to pysupport.
 
- -- Michal ÄŒihaÅ™ <nijel at debian.org>  Wed, 18 Mar 2009 14:30:13 +0100
+ -- Michal ÄŒihaÅ™ <nijel at debian.org>  Wed, 18 Mar 2009 14:34:52 +0100
 
 tagpy (0.94.5-3) unstable; urgency=low
 

Modified: packages/tagpy/trunk/debian/control
===================================================================
--- packages/tagpy/trunk/debian/control	2009-03-18 13:30:25 UTC (rev 7898)
+++ packages/tagpy/trunk/debian/control	2009-03-18 13:34:59 UTC (rev 7899)
@@ -4,7 +4,7 @@
 Maintainer: Michal ÄŒihaÅ™ <nijel at debian.org>
 Uploaders: Python Modules Packaging Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 5.0.38), 
-    python-central (>= 0.5.6), 
+    python-support (>= 0.5.3),
     python-all-dev (>= 2.3.5-11), 
     libtag1-dev, 
     libboost-python1.37-dev,

Added: packages/tagpy/trunk/debian/preinst
===================================================================
--- packages/tagpy/trunk/debian/preinst	                        (rev 0)
+++ packages/tagpy/trunk/debian/preinst	2009-03-18 13:34:59 UTC (rev 7899)
@@ -0,0 +1,11 @@
+#!/bin/sh
+set -e
+
+# Switch from pycentral to pysupport
+if [ "$1" = upgrade ] && dpkg --compare-versions "$2" lt 0.94.5-4 ; then
+    pycentral pkgremove python-tagpy
+fi
+
+#DEBHELPER#
+
+exit 0


Property changes on: packages/tagpy/trunk/debian/preinst
___________________________________________________________________
Name: svn:executable
   + *

Modified: packages/tagpy/trunk/debian/rules
===================================================================
--- packages/tagpy/trunk/debian/rules	2009-03-18 13:30:25 UTC (rev 7898)
+++ packages/tagpy/trunk/debian/rules	2009-03-18 13:34:59 UTC (rev 7899)
@@ -49,7 +49,7 @@
 	dh_testroot
 	dh_installchangelogs 
 	dh_installdocs
-	dh_pycentral
+	dh_pysupport
 	dh_strip
 	# Examples are either small scripts or compressed audio data
 	dh_compress -X examples




More information about the Python-modules-commits mailing list