[Python-modules-commits] r13268 - in packages/python-restkit/trunk/debian (4 files)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Sun Jun 6 05:54:28 UTC 2010


    Date: Sunday, June 6, 2010 @ 05:54:20
  Author: kitterman
Revision: 13268

  * Add python-setuptools to build-depends (Closes: #584387)
  * Add python to build-depends
  * Clean upstream files of extraneous changes
  * Remove unused debian/patches directory and unused patches
  * Remove unneeded debian/python-restkit.preinst

Modified:
  packages/python-restkit/trunk/debian/changelog
  packages/python-restkit/trunk/debian/control
Deleted:
  packages/python-restkit/trunk/debian/patches/
  packages/python-restkit/trunk/debian/python-restkit.preinst

Modified: packages/python-restkit/trunk/debian/changelog
===================================================================
--- packages/python-restkit/trunk/debian/changelog	2010-06-06 05:17:39 UTC (rev 13267)
+++ packages/python-restkit/trunk/debian/changelog	2010-06-06 05:54:20 UTC (rev 13268)
@@ -1,3 +1,14 @@
+python-restkit (1.3.0-2) unstable; urgency=low
+
+  [ Scott Kitterman ]
+  * Add python-setuptools to build-depends (Closes: #584387)
+  * Add python to build-depends
+  * Clean upstream files of extraneous changes
+  * Remove unused debian/patches directory and unused patches
+  * Remove unneeded debian/python-restkit.preinst
+
+ -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>  Sun, 06 Jun 2010 01:33:08 -0400
+
 python-restkit (1.3.0-1) unstable; urgency=low
 
   * Initial release (Closes: #576383)

Modified: packages/python-restkit/trunk/debian/control
===================================================================
--- packages/python-restkit/trunk/debian/control	2010-06-06 05:17:39 UTC (rev 13267)
+++ packages/python-restkit/trunk/debian/control	2010-06-06 05:54:20 UTC (rev 13268)
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: TANIGUCHI Takaki <takaki at debian.org>
-Build-Depends: debhelper (>= 7), python-support
+Build-Depends: debhelper (>= 7), python, python-setuptools, python-support
 Standards-Version: 3.8.4
 Homepage: http://benoitc.github.com/restkit
 

Deleted: packages/python-restkit/trunk/debian/python-restkit.preinst
===================================================================
--- packages/python-restkit/trunk/debian/python-restkit.preinst	2010-06-06 05:17:39 UTC (rev 13267)
+++ packages/python-restkit/trunk/debian/python-restkit.preinst	2010-06-06 05:54:20 UTC (rev 13268)
@@ -1,14 +0,0 @@
-#! /bin/sh
-
-set -e
-
-# This was added by stdeb to workaround Debian #479852. In a nutshell,
-# pycentral does not remove normally remove its symlinks on an
-# upgrade. Since we're using python-support, however, those symlinks
-# will be broken. This tells python-central to clean up any symlinks.
-if [ -e /var/lib/dpkg/info/python-restkit.list ] && which pycentral >/dev/null 2>&1
-then
-    pycentral pkgremove python-restkit
-fi
-
-#DEBHELPER#




More information about the Python-modules-commits mailing list