diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/python-requests.pyremove | 2 | ||||
-rw-r--r-- | debian/python3-requests.pyremove | 2 |
3 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 50c7653..7013f14 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,7 +9,12 @@ requests (2.7.0-3) UNRELEASED; urgency=medium support the devendorizing of urllib3 and chardet. (Closes: #771349, #788383) - -- Daniele Tricoli <eriol@mornie.org> Thu, 11 Jun 2015 00:41:05 +0200 + [ Daniele Tricoli ] + * debian/python{,3}-requests.pyremove + - Remove embedded copy of chardet and urllib3. Previously it was done by + 02_use-system-chardet-and-urllib3.patch. + + -- Daniele Tricoli <eriol@mornie.org> Thu, 11 Jun 2015 01:39:13 +0200 requests (2.7.0-2) unstable; urgency=medium diff --git a/debian/python-requests.pyremove b/debian/python-requests.pyremove new file mode 100644 index 0000000..2acf4c3 --- /dev/null +++ b/debian/python-requests.pyremove @@ -0,0 +1,2 @@ +requests/packages/chardet +requests/packages/urllib3 diff --git a/debian/python3-requests.pyremove b/debian/python3-requests.pyremove new file mode 100644 index 0000000..2acf4c3 --- /dev/null +++ b/debian/python3-requests.pyremove @@ -0,0 +1,2 @@ +requests/packages/chardet +requests/packages/urllib3 |