diff options
author | Daniele Tricoli <eriol@mornie.org> | 2014-05-24 18:11:00 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2014-05-24 18:11:00 +0000 |
commit | 9a75888c602026604defb891768e21a4c21f7565 (patch) | |
tree | 4c522fcddb17bf6d86592c2ab55b58af89f98750 | |
parent | dd3cf2867dde8f22db6b86d64757e042640b77c5 (diff) | |
download | python-urllib3-9a75888c602026604defb891768e21a4c21f7565.tar python-urllib3-9a75888c602026604defb891768e21a4c21f7565.tar.gz |
Renamed setuptools.patch to 03_force_setuptools.patch
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/patches/03_force_setuptools.patch (renamed from debian/patches/setuptools.patch) | 0 | ||||
-rw-r--r-- | debian/patches/series | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index b8d3ce6..df098f8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,8 +7,10 @@ python-urllib3 (1.8.2-1) UNRELEASED; urgency=medium - Refreshed * debian/patches/03_no-setuptools.patch - Superseded by debian/patches/setuptools.patch + * debian/patches/03_force-setuptools.patch + - Renamed from setuptools.patch - -- Daniele Tricoli <eriol@mornie.org> Sat, 24 May 2014 19:52:20 +0200 + -- Daniele Tricoli <eriol@mornie.org> Sat, 24 May 2014 20:02:56 +0200 python-urllib3 (1.8-2) unstable; urgency=medium diff --git a/debian/patches/setuptools.patch b/debian/patches/03_force_setuptools.patch index ff8f7e9..ff8f7e9 100644 --- a/debian/patches/setuptools.patch +++ b/debian/patches/03_force_setuptools.patch diff --git a/debian/patches/series b/debian/patches/series index a8d7977..8570821 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,4 +1,4 @@ 01_do-not-use-embedded-python-six.patch 02_require-cert-verification.patch +03_force_setuptools.patch 04_relax_nosetests_options.patch -setuptools.patch |