aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rw-r--r--debian/patches/03_force_setuptools.patch5
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index df098f8..0164f98 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,8 +9,9 @@ python-urllib3 (1.8.2-1) UNRELEASED; urgency=medium
- Superseded by debian/patches/setuptools.patch
* debian/patches/03_force-setuptools.patch
- Renamed from setuptools.patch
+ - Added description
- -- Daniele Tricoli <eriol@mornie.org> Sat, 24 May 2014 20:02:56 +0200
+ -- Daniele Tricoli <eriol@mornie.org> Sat, 24 May 2014 20:18:12 +0200
python-urllib3 (1.8-2) unstable; urgency=medium
diff --git a/debian/patches/03_force_setuptools.patch b/debian/patches/03_force_setuptools.patch
index ff8f7e9..e829b50 100644
--- a/debian/patches/03_force_setuptools.patch
+++ b/debian/patches/03_force_setuptools.patch
@@ -1,3 +1,8 @@
+Author: Barry Warsaw <barry@debian.org>
+Description: Use setuptools.setup() so that the bdist_wheel
+ command will work.
+Last-Update: 2014-05-15
+
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@