diff options
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/copyright | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index d492dd6..85ab174 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,12 +6,14 @@ requests (2.0.0-1) UNRELEASED; urgency=low - Switched to debian/clean for cleaning instead of using debian/rules * debian/control - Bumped python(3)-urllib3 to (>=1.7.1) + * debian/copyright + - Updated copyright year * debian/patches/02_use-system-chardet-and-urllib3.patches - Refreshed * debian/watch - Switched download URL to https - -- Daniele Tricoli <eriol@mornie.org> Fri, 18 Oct 2013 18:08:16 +0200 + -- Daniele Tricoli <eriol@mornie.org> Fri, 18 Oct 2013 19:20:21 +0200 requests (1.2.3-1) unstable; urgency=low diff --git a/debian/copyright b/debian/copyright index 15df1b8..6cb8a18 100644 --- a/debian/copyright +++ b/debian/copyright @@ -8,7 +8,7 @@ Copyright: 2011-2013, Kenneth Reitz License: Apache Files: requests/packages/urllib3/* -Copyright: 2008-2011, Andrey Petrov +Copyright: 2008-2013, Andrey Petrov License: Expat Files: requests/packages/urllib3/packages/ordered_dict.py |