[Python-modules-commits] r26178 - in packages/python-urllib3/trunk/debian (3 files)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Wed Oct 16 17:33:56 UTC 2013


    Date: Wednesday, October 16, 2013 @ 17:33:54
  Author: eriol-guest
Revision: 26178

* debian/compat
  - Bumped debhelper compatibility level to 9
* debian/control
  - Bumped debhelper B-D to (>= 9)

Modified:
  packages/python-urllib3/trunk/debian/changelog
  packages/python-urllib3/trunk/debian/compat
  packages/python-urllib3/trunk/debian/control

Modified: packages/python-urllib3/trunk/debian/changelog
===================================================================
--- packages/python-urllib3/trunk/debian/changelog	2013-10-16 16:34:05 UTC (rev 26177)
+++ packages/python-urllib3/trunk/debian/changelog	2013-10-16 17:33:54 UTC (rev 26178)
@@ -1,8 +1,11 @@
 python-urllib3 (1.7.1-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * debian/compat
+    - Bumped debhelper compatibility level to 9
   * debian/control
     - Added python-mock to Build-Depends
+    - Bumped debhelper B-D to (>= 9)
   * debian/patches/01_do-not-use-embedded-python-six.patch
     - Refreshed
   * debian/patches/02_require-cert-verification.patch
@@ -14,7 +17,7 @@
   * debian/patches/06_fix_abuse_of_match_hostname_for_DoS.patch
     - Removed since fixed upstream
 
- -- Daniele Tricoli <eriol at mornie.org>  Wed, 16 Oct 2013 17:39:22 +0200
+ -- Daniele Tricoli <eriol at mornie.org>  Wed, 16 Oct 2013 19:19:10 +0200
 
 python-urllib3 (1.6-2) unstable; urgency=high
 

Modified: packages/python-urllib3/trunk/debian/compat
===================================================================
--- packages/python-urllib3/trunk/debian/compat	2013-10-16 16:34:05 UTC (rev 26177)
+++ packages/python-urllib3/trunk/debian/compat	2013-10-16 17:33:54 UTC (rev 26178)
@@ -1 +1 @@
-7
+9

Modified: packages/python-urllib3/trunk/debian/control
===================================================================
--- packages/python-urllib3/trunk/debian/control	2013-10-16 16:34:05 UTC (rev 26177)
+++ packages/python-urllib3/trunk/debian/control	2013-10-16 17:33:54 UTC (rev 26178)
@@ -4,7 +4,7 @@
 Section: python
 Priority: optional
 Build-Depends:
- debhelper (>= 8.1),
+ debhelper (>= 9),
  python-all (>= 2.6.6-3),
  python-coverage (>= 3.4),
  python-mock,




More information about the Python-modules-commits mailing list