diff options
author | Daniele Tricoli <eriol@mornie.org> | 2014-03-31 17:17:42 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2014-03-31 17:17:42 +0000 |
commit | 5eef2dd62a1481f5874f6a8f7721cf22b1e6f293 (patch) | |
tree | 46aa21a11b381a745368ead401137542d67addb7 | |
parent | 29256ae8f81b85f7a28b1733b33d9513abdead7f (diff) | |
download | python-urllib3-5eef2dd62a1481f5874f6a8f7721cf22b1e6f293.tar python-urllib3-5eef2dd62a1481f5874f6a8f7721cf22b1e6f293.tar.gz |
Bumped Standards-Version to 3.9.5 (no changes needed)
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 44a0ee8..dd301bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,14 @@ python-urllib3 (1.8-1) UNRELEASED; urgency=medium * New upstream release + * debian/control + - Bumped Standards-Version to 3.9.5 (no changes needed) * debian/patches/01_do-not-use-embedded-python-six.patch - Refreshed * debian/patches/02_require-cert-verification.patch - Refreshed - -- Daniele Tricoli <eriol@mornie.org> Mon, 31 Mar 2014 18:26:22 +0200 + -- Daniele Tricoli <eriol@mornie.org> Mon, 31 Mar 2014 19:16:24 +0200 python-urllib3 (1.7.1-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 1aaec17..3f59548 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends: python-tornado, python3-all, python3-six, -Standards-Version: 3.9.4 +Standards-Version: 3.9.5 X-Python-Version: >= 2.6 X-Python3-Version: >= 3.0 Homepage: http://urllib3.readthedocs.org |