aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Tricoli <eriol@mornie.org>2014-05-24 18:19:28 +0000
committerDaniele Tricoli <eriol@mornie.org>2014-05-24 18:19:28 +0000
commit12283202d3dda201ae753c6e671f7b492bc24d63 (patch)
tree9842ecf7ae071df675b9b24ca1ad236070b81c23
parent9a75888c602026604defb891768e21a4c21f7565 (diff)
downloadpython-urllib3-12283202d3dda201ae753c6e671f7b492bc24d63.tar
python-urllib3-12283202d3dda201ae753c6e671f7b492bc24d63.tar.gz
Added description
-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 @@