aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDaniele Tricoli <eriol@mornie.org>2011-11-15 03:15:16 +0000
committerDaniele Tricoli <eriol@mornie.org>2011-11-15 03:15:16 +0000
commit1e993f97ec92c23d8bd6ffad5173e67536926fac (patch)
treefcb449ad60cadf6bb81bdd88ede32908b2ccd069 /debian
parent55be0ba401b1e09a369b6cf1775e9c8de085aff0 (diff)
downloadpython-requests-1e993f97ec92c23d8bd6ffad5173e67536926fac.tar
python-requests-1e993f97ec92c23d8bd6ffad5173e67536926fac.tar.gz
Updated to reflect upstream changes: switched from poster to urllib3
Diffstat (limited to 'debian')
-rw-r--r--debian/README.source4
-rw-r--r--debian/changelog5
-rw-r--r--debian/copyright4
3 files changed, 8 insertions, 5 deletions
diff --git a/debian/README.source b/debian/README.source
index f304ed4..c887ccf 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -1,2 +1,2 @@
-Files under requests/packages/poster/ are not an embedded copy of python-poster
-but a fork of that library.
+Files under requests/packages/urllib3/ are not an embedded copy but a fork of
+that library.
diff --git a/debian/changelog b/debian/changelog
index 8ee5459..073905c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,11 @@ requests (0.8.0-1) UNRELEASED; urgency=low
* New upstream release
* debian/watch
- Removed "debian uupdate" options
+ * debian/{copyright,README.source}
+ - Updated to reflect upstream changes: switched from poster to
+ urllib3
- -- Daniele Tricoli <eriol@mornie.org> Tue, 15 Nov 2011 03:16:54 +0100
+ -- Daniele Tricoli <eriol@mornie.org> Tue, 15 Nov 2011 04:06:59 +0100
requests (0.6.4-1) unstable; urgency=low
diff --git a/debian/copyright b/debian/copyright
index 8037bc7..db390a5 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -7,8 +7,8 @@ Files: *
Copyright: © 2011 Kenneth Reitz
License: ISC
-Files: requests/packages/poster/*
-Copyright: © 2010 Chris AtLee
+Files: requests/packages/urllib3/*
+Copyright: © 2008-2011 Andrey Petrov
License: Expat
Files: debian/*