[Python-modules-commits] r24096 - in packages/stomper/trunk/debian (control rules)

laarmen-guest at users.alioth.debian.org laarmen-guest at users.alioth.debian.org
Fri May 3 16:45:14 UTC 2013


    Date: Friday, May 3, 2013 @ 16:45:12
  Author: laarmen-guest
Revision: 24096

install for all available Python versions and clean the SOURCES.txt for each.

Modified:
  packages/stomper/trunk/debian/control
  packages/stomper/trunk/debian/rules

Modified: packages/stomper/trunk/debian/control
===================================================================
--- packages/stomper/trunk/debian/control	2013-05-03 16:27:47 UTC (rev 24095)
+++ packages/stomper/trunk/debian/control	2013-05-03 16:45:12 UTC (rev 24096)
@@ -6,7 +6,7 @@
 Build-Depends:
  debhelper (>= 8.1),
  python-setuptools,
- python (>= 2.6.6-3~)
+ python-all (>= 2.6.6-3~)
 Standards-Version: 3.9.4
 X-Python-Version: >= 2.5
 Homepage: https://github.com/oisinmulvihill/stomper/
@@ -25,4 +25,4 @@
  the sending and receiving.
  .
  The STOMP protocol specification can be found at
- http://stomp.codehaus.org/Protocol/
+ http://stomp.github.io/

Modified: packages/stomper/trunk/debian/rules
===================================================================
--- packages/stomper/trunk/debian/rules	2013-05-03 16:27:47 UTC (rev 24095)
+++ packages/stomper/trunk/debian/rules	2013-05-03 16:45:12 UTC (rev 24096)
@@ -1,10 +1,8 @@
 #!/usr/bin/make -f
 
-UPSTREAM = $(shell dpkg-parsechangelog | grep Version | sed 's/Version: \(.*\)-.*/\1/' )
-
 %:
 	dh $@ --with python2
 
 override_dh_install:
 	dh_install
-	rm -f debian/python-stomper/usr/lib/$(shell pyversions -d)/dist-packages/stomper-$(UPSTREAM).egg-info/SOURCES.txt
+	rm -f debian/python-stomper/usr/lib/python*/dist-packages/stomper-*.egg-info/SOURCES.txt




More information about the Python-modules-commits mailing list