[Python-modules-commits] [python-cachecontrol] 02/02: * Add a missing Depends. * Update d/copyright. * Fix PYBUILD_NAME
Barry Warsaw
barry at moszumanska.debian.org
Fri May 15 22:23:38 UTC 2015
This is an automated email from the git hooks/post-receive script.
barry pushed a commit to branch master
in repository python-cachecontrol.
commit e9fc889030e8d887a0055a10364476828f1f355e
Author: Barry Warsaw <barry at python.org>
Date: Fri May 15 18:23:05 2015 -0400
* Add a missing Depends.
* Update d/copyright.
* Fix PYBUILD_NAME
---
debian/control | 4 ++--
debian/copyright | 3 +++
debian/rules | 2 +-
3 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 97f2d34..da0bf03 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Vcs-Browser: http://anonscm.debian.org/cgit/python-modules/packages/python-cache
Package: python-cachecontrol
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+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.
@@ -31,7 +31,7 @@ Description: caching algorithms in httplib2 for use with requests
Package: python3-cachecontrol
Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
+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.
diff --git a/debian/copyright b/debian/copyright
index de325fc..d67a8e3 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -20,6 +20,9 @@ License: Apache-2.0
.
See the License for the specific language governing permissions and
limitations under the License.
+ .
+ On Debian systems, the license is available at
+ /usr/share/common-licenses/Apache-2.0
Files: debian/*
Copyright: Copyright 2015 Barry Warsaw <barry at debian.org>
diff --git a/debian/rules b/debian/rules
index a11f584..8e82de6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-export PYBUILD_NAME=CacheControl
+export PYBUILD_NAME=cachecontrol
#export PYBUILD_VERBOSE=1
#export DH_VERBOSE=1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-cachecontrol.git
More information about the Python-modules-commits
mailing list