[Python-modules-commits] r24097 - in packages/txws/trunk/debian (control rules)

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


    Date: Friday, May 3, 2013 @ 16:46:15
  Author: laarmen-guest
Revision: 24097

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

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

Modified: packages/txws/trunk/debian/control
===================================================================
--- packages/txws/trunk/debian/control	2013-05-03 16:45:12 UTC (rev 24096)
+++ packages/txws/trunk/debian/control	2013-05-03 16:46:15 UTC (rev 24097)
@@ -5,7 +5,7 @@
 Uploaders: Simon Chopin <chopin.simon at gmail.com>
 Build-Depends:
  debhelper (>= 8),
- python (>= 2.6.6-3~),
+ python-all (>= 2.6.6-3~),
  python-pkg-resources,
  python-setuptools
 Standards-Version: 3.9.4

Modified: packages/txws/trunk/debian/rules
===================================================================
--- packages/txws/trunk/debian/rules	2013-05-03 16:45:12 UTC (rev 24096)
+++ packages/txws/trunk/debian/rules	2013-05-03 16:46:15 UTC (rev 24097)
@@ -1,11 +1,9 @@
 #!/usr/bin/make -f
 
-UPSTREAM := $(shell dpkg-parsechangelog | egrep "^Version: " | sed -r 's/Version: (.+)-[0-9a-zA-Z~.+]+/\1/')
-
 %:
 	dh $@ --with python2
 
 override_dh_install:
 	dh_install
-	rm -f debian/python-txws/usr/lib/$(shell pyversions -d)/dist-packages/txWS-$(UPSTREAM).egg-info/SOURCES.txt
+	rm -f debian/python-txws/usr/lib/python*/dist-packages/txWS-*.egg-info/SOURCES.txt
 




More information about the Python-modules-commits mailing list