[Python-modules-commits] r31765 - in packages/wheel/trunk/debian (rules watch)

barry at users.alioth.debian.org barry at users.alioth.debian.org
Tue Feb 3 22:55:24 UTC 2015


    Date: Tuesday, February 3, 2015 @ 22:55:24
  Author: barry
Revision: 31765

Add a soon to be commented out DH_VERBOSE.
Add a working, if fugly d/watch for the new pypi urls.

Modified:
  packages/wheel/trunk/debian/rules
  packages/wheel/trunk/debian/watch

Modified: packages/wheel/trunk/debian/rules
===================================================================
--- packages/wheel/trunk/debian/rules	2015-02-03 22:35:16 UTC (rev 31764)
+++ packages/wheel/trunk/debian/rules	2015-02-03 22:55:24 UTC (rev 31765)
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 export PYBUILD_NAME=wheel
+export DH_VERBOSE=1
 
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild

Modified: packages/wheel/trunk/debian/watch
===================================================================
--- packages/wheel/trunk/debian/watch	2015-02-03 22:35:16 UTC (rev 31764)
+++ packages/wheel/trunk/debian/watch	2015-02-03 22:55:24 UTC (rev 31765)
@@ -1,2 +1,3 @@
 version=3
-https://pypi.python.org/packages/source/w/wheel/wheel-(.*).tar.gz
+opts="filenamemangle=s|.*/(.*)\#md5.*$|$1|" \
+    https://pypi.python.org/simple/wheel/ .*/wheel-(.*)\.(?:zip|tgz|tbz2|txz|tar\.(?:gz|bz2|xz)).*




More information about the Python-modules-commits mailing list