diff options
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/copyright | 8 |
2 files changed, 10 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index e4ebfaa..0ba6659 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,12 +5,15 @@ python-urllib3 (1.6-1) UNRELEASED; urgency=low [ Daniele Tricoli ] * New upstream release + * debian/copyright + - Updated copyright years + - Added stanza for urllib3/packages/ordered_dict.py * debian/patches/01_do-not-use-embedded-python-six.patch - Refreshed * debian/patches/02_require-cert-verification.patch - Refreshed - -- Daniele Tricoli <eriol@mornie.org> Tue, 07 May 2013 05:04:41 +0200 + -- Daniele Tricoli <eriol@mornie.org> Wed, 08 May 2013 00:33:12 +0200 python-urllib3 (1.5-1) experimental; urgency=low diff --git a/debian/copyright b/debian/copyright index b3fda2c..598e306 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,13 +4,17 @@ Upstream-Contact: Andrey Petrov <andrey.petrov@shazow.net> Source: http://pypi.python.org/pypi/urllib3 Files: * -Copyright: 2008-2012, Andrey Petrov +Copyright: 2008-2013, Andrey Petrov License: Expat Files: urllib3/packages/six.py Copyright: 2010-2011, Benjamin Peterson License: Expat +Files: urllib3/packages/ordered_dict.py +Copyright: 2009, Raymond Hettinger +License: Expat + Files: urllib3/packages/mimetools_choose_boundary/__init__.py Copyright: 2010, Python Software Foundation License: PSF-2 @@ -20,7 +24,7 @@ Copyright: 2011, Python Software Foundation License: PSF-2 Files: debian/* -Copyright: 2012, Daniele Tricoli <eriol@mornie.org> +Copyright: 2012-2013, Daniele Tricoli <eriol@mornie.org> License: Expat License: Expat |