Hi,

I took the freedom to fix the minor bug in addition to the serious
one.  Please add the debdiff to your packaging git.

Kind regards

       Andreas.

-- 
http://fam-tille.de
diff -Nru python-cachecontrol-0.11.5/debian/changelog 
python-cachecontrol-0.11.5/debian/changelog
--- python-cachecontrol-0.11.5/debian/changelog 2015-06-01 21:48:16.000000000 
+0200
+++ python-cachecontrol-0.11.5/debian/changelog 2015-10-26 10:54:45.000000000 
+0100
@@ -1,3 +1,13 @@
+python-cachecontrol (0.11.5-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add python-requests to Build-Depends
+    Closes: #802145
+  * Removed some underscores from long description
+    Closes: #799531
+
+ -- Andreas Tille <ti...@debian.org>  Mon, 26 Oct 2015 10:51:48 +0100
+
 python-cachecontrol (0.11.5-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru python-cachecontrol-0.11.5/debian/control 
python-cachecontrol-0.11.5/debian/control
--- python-cachecontrol-0.11.5/debian/control   2015-06-01 21:48:16.000000000 
+0200
+++ python-cachecontrol-0.11.5/debian/control   2015-10-26 10:54:09.000000000 
+0100
@@ -9,8 +9,10 @@
 Build-Depends: debhelper (>= 9),
                dh-python,
                python-all (>= 2.6.6-3~),
+               python-requests,
                python-setuptools,
                python3-all,
+               python3-requests,
                python3-setuptools
 Standards-Version: 3.9.6
 Vcs-Git: 
git://anonscm.debian.org/python-modules/packages/python-cachecontrol.git
@@ -20,8 +22,8 @@
 Architecture: all
 Depends: python-requests, ${misc:Depends}, ${python:Depends}
 Description: caching algorithms in httplib2 for use with requests
- CacheControl is a port of the caching algorithms in httplib2_ for use with
- requests_ session object.
+ CacheControl is a port of the caching algorithms in httplib2 for use with
+ requests session object.
  .
  It was written because httplib2's better support for caching is often
  mitigated by its lack of threadsafety. The same is true of requests in
@@ -33,8 +35,8 @@
 Architecture: all
 Depends: python3-requests, ${misc:Depends}, ${python3:Depends}
 Description: caching algorithms in httplib2 for use with requests
- CacheControl is a port of the caching algorithms in httplib2_ for use with
- requests_ session object.
+ CacheControl is a port of the caching algorithms in httplib2 for use with
+ requests session object.
  .
  It was written because httplib2's better support for caching is often
  mitigated by its lack of threadsafety. The same is true of requests in

Reply via email to