From a520a1d70f7915e93902136f2f8e898bd3903cd3 Mon Sep 17 00:00:00 2001 From: Takaki Taniguchi Date: Mon, 6 Jan 2014 01:42:45 +0000 Subject: [PATCH 1/4] add debian version mangle --- debian/changelog | 6 ++++++ debian/watch | 1 + 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 68671441..6cf0b6ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-botocore (0.29.0+repack-2) UNRELEASED; urgency=medium + + * debian/watch: Add debian version mangle. + + -- TANIGUCHI Takaki Mon, 06 Jan 2014 10:42:14 +0900 + python-botocore (0.29.0+repack-1) unstable; urgency=medium * Remove duplicated code from upstream tarball. 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 From 6d954147eb13311f22b22264dc2f8e60602cb43a Mon Sep 17 00:00:00 2001 From: Takaki Taniguchi Date: Tue, 4 Feb 2014 09:26:58 +0000 Subject: [PATCH 2/4] add dependency to python-requests --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. From 0a238da7d8af9564980dc8ff00109dd579d59605 Mon Sep 17 00:00:00 2001 From: Takaki Taniguchi Date: Tue, 4 Feb 2014 09:29:14 +0000 Subject: [PATCH 3/4] prepare release --- debian/changelog | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6cf0b6ba..bd2de4b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ -python-botocore (0.29.0+repack-2) UNRELEASED; urgency=medium +python-botocore (0.29.0+repack-2) unstable; urgency=medium * debian/watch: Add debian version mangle. + * debian/control: Add python-requests to Depends. - -- TANIGUCHI Takaki Mon, 06 Jan 2014 10:42:14 +0900 + -- TANIGUCHI Takaki Tue, 04 Feb 2014 18:28:43 +0900 python-botocore (0.29.0+repack-1) unstable; urgency=medium From 3f4a9ddcf9f08721dea5db1ec39ef16b98739c50 Mon Sep 17 00:00:00 2001 From: Takaki Taniguchi Date: Tue, 4 Feb 2014 09:35:21 +0000 Subject: [PATCH 4/4] add bug number --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index bd2de4b4..b057f142 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ python-botocore (0.29.0+repack-2) unstable; urgency=medium * debian/watch: Add debian version mangle. - * debian/control: Add python-requests to Depends. + * debian/control: Add python-requests to Depends. (Closes: #734382) -- TANIGUCHI Takaki Tue, 04 Feb 2014 18:28:43 +0900