Bug#802145: Attached debdiff for NMU - please commit to packaging Git

2015-10-27 Thread Barry Warsaw
On Oct 26, 2015, at 11:04 AM, Andreas Tille wrote:

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

Done, and thanks!



Bug#802145: Attached debdiff for NMU - please commit to packaging Git

2015-10-26 Thread Andreas Tille
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.0 
+0200
+++ python-cachecontrol-0.11.5/debian/changelog 2015-10-26 10:54:45.0 
+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   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.0 
+0200
+++ python-cachecontrol-0.11.5/debian/control   2015-10-26 10:54:09.0 
+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