[Python-modules-commits] r25969 - in packages/kombu/trunk/debian (changelog control rules)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Wed Sep 25 09:28:03 UTC 2013


    Date: Wednesday, September 25, 2013 @ 09:28:02
  Author: fladi-guest
Revision: 25969

Remove unnecessary parts in d/control and d/rules.

Modified:
  packages/kombu/trunk/debian/changelog
  packages/kombu/trunk/debian/control
  packages/kombu/trunk/debian/rules

Modified: packages/kombu/trunk/debian/changelog
===================================================================
--- packages/kombu/trunk/debian/changelog	2013-09-25 09:24:50 UTC (rev 25968)
+++ packages/kombu/trunk/debian/changelog	2013-09-25 09:28:02 UTC (rev 25969)
@@ -1,4 +1,4 @@
-kombu (2.5.14-1) UNRELEASED; urgency=low
+kombu (2.5.14-1) unstable; urgency=low
 
   * New upstream release.
   * Bump debhelper Build-Depends to >= 8.1.0~.
@@ -7,8 +7,9 @@
   * Add python-librabbitmq to Build-Depends and Depends as the preferred
     alternative to python-amqp.
   * Add python-beanstalkc to Build-Depends and Suggests.
+  * Drop temporary workaround for Metadata-Version in d/rules.
 
- -- Michael Fladischer <FladischerMichael at fladi.at>  Mon, 02 Sep 2013 17:59:05 +0200
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Mon, 02 Sep 2013 19:40:58 +0200
 
 kombu (2.5.12-1) unstable; urgency=low
 

Modified: packages/kombu/trunk/debian/control
===================================================================
--- packages/kombu/trunk/debian/control	2013-09-25 09:24:50 UTC (rev 25968)
+++ packages/kombu/trunk/debian/control	2013-09-25 09:28:02 UTC (rev 25969)
@@ -32,8 +32,7 @@
 
 Package: python-kombu
 Architecture: all
-Depends: python-librabbitmq | python-amqp (<< 1.1.0),
-         python-amqp (>= 1.0.13),
+Depends: python-librabbitmq | python-amqp (>= 1.0.13),
          python-anyjson (>= 0.3.3),
          ${misc:Depends},
          ${python:Depends}

Modified: packages/kombu/trunk/debian/rules
===================================================================
--- packages/kombu/trunk/debian/rules	2013-09-25 09:24:50 UTC (rev 25968)
+++ packages/kombu/trunk/debian/rules	2013-09-25 09:28:02 UTC (rev 25969)
@@ -26,8 +26,3 @@
 	rm -rf docs/.build
 	rm -rf kombu.egg-info/PKG-INFO
 	dh_clean
-
-.PHONY: override_dh_auto_install
-override_dh_auto_install:
-	dh_auto_install
-	sed -i 's/Metadata-Version: 1\.0/Metadata-Version: 1\.1/' debian/tmp/usr/lib/python2.*/*-packages/kombu-*.egg-info/PKG-INFO




More information about the Python-modules-commits mailing list