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

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Fri Jul 15 02:58:59 UTC 2011


    Date: Friday, July 15, 2011 @ 02:58:58
  Author: takaki
Revision: 17855

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

Modified:
  packages/python-restkit/branches/upstream/current/debian/changelog
  packages/python-restkit/branches/upstream/current/debian/control
  packages/python-restkit/branches/upstream/current/debian/watch
Deleted:
  packages/python-restkit/branches/upstream/current/debian/python-restkit.preinst

Modified: packages/python-restkit/branches/upstream/current/debian/changelog
===================================================================
--- packages/python-restkit/branches/upstream/current/debian/changelog	2011-07-14 20:31:33 UTC (rev 17854)
+++ packages/python-restkit/branches/upstream/current/debian/changelog	2011-07-15 02:58:58 UTC (rev 17855)
@@ -1,3 +1,9 @@
+restkit (3.3.0-1) karmic; urgency=low
+
+  * bump version 
+
+ -- Benoit Chesneau <benoitc at e-engura.org>  Mon, 20 Jun 2011 17:25:00 +0100
+
 restkit (3.2.3-1) karmic; urgency=low
 
   * bump version 

Modified: packages/python-restkit/branches/upstream/current/debian/control
===================================================================
--- packages/python-restkit/branches/upstream/current/debian/control	2011-07-14 20:31:33 UTC (rev 17854)
+++ packages/python-restkit/branches/upstream/current/debian/control	2011-07-15 02:58:58 UTC (rev 17855)
@@ -8,7 +8,8 @@
 
 Package: python-restkit
 Architecture: all
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends},
+python-http-parser(>=0.6.0)
 Provides: ${python:Provides}
 Description: Python REST kit
  An HTTP resource kit for Python

Deleted: packages/python-restkit/branches/upstream/current/debian/python-restkit.preinst
===================================================================
--- packages/python-restkit/branches/upstream/current/debian/python-restkit.preinst	2011-07-14 20:31:33 UTC (rev 17854)
+++ packages/python-restkit/branches/upstream/current/debian/python-restkit.preinst	2011-07-15 02:58:58 UTC (rev 17855)
@@ -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#

Modified: packages/python-restkit/branches/upstream/current/debian/watch
===================================================================
--- packages/python-restkit/branches/upstream/current/debian/watch	2011-07-14 20:31:33 UTC (rev 17854)
+++ packages/python-restkit/branches/upstream/current/debian/watch	2011-07-15 02:58:58 UTC (rev 17855)
@@ -10,7 +10,7 @@
 # <Webpage URL> <string match>
 #http://www.example.com/downloads.php python-couchdbkit-(.*)\.tar\.gz
 opts=dversionmangle=s/\+dfsg$// \
-  http://pypi.python.org/packages/source/c/couchdbkit/couchdbkit-(.*).tar.gz
+  http://pypi.python.org/packages/source/c/restkit/restkit-(.*).tar.gz
 #  http://github.com/benoitc/couchdbkit/downloads/ /benoitc/couchdbkit/tarball/([0-9].*)
 
 # Uncomment to examine a Webserver directory




More information about the Python-modules-commits mailing list