[Python-modules-commits] r16358 - in packages/python-restkit/branches/upstream/current/debian (3 files)

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Tue Apr 5 14:57:27 UTC 2011


    Date: Tuesday, April 5, 2011 @ 14:57:23
  Author: takaki
Revision: 16358

[svn-upgrade] new version python-restkit (3.2.1)

Added:
  packages/python-restkit/branches/upstream/current/debian/clean
  packages/python-restkit/branches/upstream/current/debian/python-restkit.preinst
Modified:
  packages/python-restkit/branches/upstream/current/debian/changelog

Modified: packages/python-restkit/branches/upstream/current/debian/changelog
===================================================================
--- packages/python-restkit/branches/upstream/current/debian/changelog	2011-04-05 14:55:22 UTC (rev 16357)
+++ packages/python-restkit/branches/upstream/current/debian/changelog	2011-04-05 14:57:23 UTC (rev 16358)
@@ -1,3 +1,9 @@
+restkit (3.2.1-1) karmic; urgency=low
+
+  * bump version 
+
+ -- Benoit Chesneau <benoitc at e-engura.org>  Thu, 22 MAr 2011 10:19:00 +0100
+
 restkit (3.2.0-1) karmic; urgency=low
 
   * bump version 

Added: packages/python-restkit/branches/upstream/current/debian/clean
===================================================================
--- packages/python-restkit/branches/upstream/current/debian/clean	                        (rev 0)
+++ packages/python-restkit/branches/upstream/current/debian/clean	2011-04-05 14:57:23 UTC (rev 16358)
@@ -0,0 +1 @@
+restkit.egg-info/*

Added: packages/python-restkit/branches/upstream/current/debian/python-restkit.preinst
===================================================================
--- packages/python-restkit/branches/upstream/current/debian/python-restkit.preinst	                        (rev 0)
+++ packages/python-restkit/branches/upstream/current/debian/python-restkit.preinst	2011-04-05 14:57:23 UTC (rev 16358)
@@ -0,0 +1,14 @@
+#! /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