diff --git a/debian/changelog b/debian/changelog index 68671441..b057f142 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-botocore (0.29.0+repack-2) unstable; urgency=medium + + * debian/watch: Add debian version mangle. + * debian/control: Add python-requests to Depends. (Closes: #734382) + + -- TANIGUCHI Takaki Tue, 04 Feb 2014 18:28:43 +0900 + python-botocore (0.29.0+repack-1) unstable; urgency=medium * Remove duplicated code from upstream tarball. diff --git a/debian/control b/debian/control index ea3e15ed..50fb626e 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/python-botoco Package: python-botocore Architecture: all -Depends: ${python:Depends}, ${misc:Depends} +Depends: ${python:Depends}, python-requests, ${misc:Depends} Description: Low-level, data-driven core of boto 3 (Python 2) A low-level interface to a growing number of Amazon Web Services. The botocore package is the foundation for AWS-CLI. @@ -24,7 +24,7 @@ Description: Low-level, data-driven core of boto 3 (Python 2) Package: python3-botocore Architecture: all -Depends: ${python3:Depends}, ${misc:Depends} +Depends: ${python3:Depends}, python3-requests, ${misc:Depends} Description: Low-level, data-driven core of boto 3 (Python 3) A low-level interface to a growing number of Amazon Web Services. The botocore package is the foundation for AWS-CLI. diff --git a/debian/watch b/debian/watch index b6c0e941..6466076c 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,3 @@ version=3 +opts=dversionmangle=s/\+repack// \ http://pypi.python.org/packages/source/b/botocore/botocore-(.*).tar.gz