diff options
| author | Andreas Tille <tille@debian.org> | 2015-10-26 10:51:48 +0100 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2015-10-26 16:16:20 +0000 |
| commit | 6aeeef48cc6e48b483c0feb73d80c7cbb4365f21 (patch) | |
| tree | e39ec4f0164e5b2074a38c5631c60774bbb4e1b2 | |
| parent | a697fae30cdb2d0a3a648e4728d69328544521a4 (diff) | |
0.11.5-1.1 (patches unapplied)import/0.11.5-1.1ubuntu/yakkety-develubuntu/yakketyubuntu/xenial-proposedubuntu/xenial-develubuntu/xenial
Imported using git-ubuntu import.
Notes
Notes:
* Non-maintainer upload.
* Add python-requests to Build-Depends
Closes: #802145
* Removed some underscores from long description
Closes: #799531
| -rw-r--r-- | debian/changelog | 10 | ||||
| -rw-r--r-- | debian/control | 10 |
2 files changed, 16 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 992ae56..e90c859 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 <tille@debian.org> Mon, 26 Oct 2015 10:51:48 +0100 + python-cachecontrol (0.11.5-1) unstable; urgency=medium * New upstream release. diff --git a/debian/control b/debian/control index da0bf03..01447b6 100644 --- a/debian/control +++ b/debian/control @@ -9,8 +9,10 @@ Priority: optional 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 @@ Package: python-cachecontrol 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 @@ Package: python3-cachecontrol 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 |
