[Python-modules-commits] r32959 - in packages/wheel/trunk/debian (changelog watch)
barry at users.alioth.debian.org
barry at users.alioth.debian.org
Fri Jun 12 14:54:49 UTC 2015
Date: Friday, June 12, 2015 @ 14:54:48
Author: barry
Revision: 32959
* d/control: Bump Standards-Version with no other changes necessary.
* d/watch: Use the pypi.debian.net redirector.
Modified:
packages/wheel/trunk/debian/changelog
packages/wheel/trunk/debian/watch
Modified: packages/wheel/trunk/debian/changelog
===================================================================
--- packages/wheel/trunk/debian/changelog 2015-06-11 21:54:07 UTC (rev 32958)
+++ packages/wheel/trunk/debian/changelog 2015-06-12 14:54:48 UTC (rev 32959)
@@ -1,12 +1,10 @@
wheel (0.24.0-2) UNRELEASED; urgency=medium
- * d/watch: Use the new experimental PyPI redirector, since the old
- PyPI index pages have been disabled.
+ * d/control: Bump Standards-Version with no other changes necessary.
* d/rules:
- Add commented out DH_VERBOSE setting.
- Override the manpage date for reproducible builds. (Closes: #782405)
- * d/control: Bump Standards-Version to 3.9.6 with no other changes
- necessary.
+ * d/watch: Use the pypi.debian.net redirector.
-- Barry Warsaw <barry at debian.org> Wed, 04 Feb 2015 16:44:43 -0500
Modified: packages/wheel/trunk/debian/watch
===================================================================
--- packages/wheel/trunk/debian/watch 2015-06-11 21:54:07 UTC (rev 32958)
+++ packages/wheel/trunk/debian/watch 2015-06-12 14:54:48 UTC (rev 32959)
@@ -1,2 +1,3 @@
version=3
-http://pypi.debian.net/wheel/wheel-(.+)\.tar.gz
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/wheel/wheel-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
More information about the Python-modules-commits
mailing list