Package: release.debian.org Severity: normal Tags: jessie User: release.debian....@packages.debian.org Usertags: pu
Dear release team, I'd like to update python-swiftclient in Jessie to add the missing python-pkg-resources dependency. Debdiff attached. Please allow me to do the upload. The full package is available here: http://sid.gplhost.com/jessie-proposed-updates/python-swiftclient/ BTW, do I need to use the -sa flag when building for jessie-p-u? Cheers, Thomas Goirand (zigo)
diff -Nru python-swiftclient-2.3.1/debian/changelog python-swiftclient-2.3.1/debian/changelog --- python-swiftclient-2.3.1/debian/changelog 2014-10-17 15:57:59.000000000 +0000 +++ python-swiftclient-2.3.1/debian/changelog 2015-06-23 21:08:56.000000000 +0000 @@ -1,3 +1,9 @@ +python-swiftclient (1:2.3.1-1+deb8u1) jessie-proposed-updates; urgency=medium + + * Added missing dependency on python-pkg-resources (Closes: #789685). + + -- Thomas Goirand <z...@debian.org> Tue, 23 Jun 2015 23:06:31 +0200 + python-swiftclient (1:2.3.1-1) unstable; urgency=medium * New upstream release. diff -Nru python-swiftclient-2.3.1/debian/control python-swiftclient-2.3.1/debian/control --- python-swiftclient-2.3.1/debian/control 2014-10-17 15:57:59.000000000 +0000 +++ python-swiftclient-2.3.1/debian/control 2015-06-23 21:08:56.000000000 +0000 @@ -40,6 +40,7 @@ python-httplib2, python-keystoneclient (>= 1:0.7.0), python-pbr, + python-pkg-resources, python-requests (>= 1.1), python-simplejson, ${misc:Depends}, diff -Nru python-swiftclient-2.3.1/debian/gbp.conf python-swiftclient-2.3.1/debian/gbp.conf --- python-swiftclient-2.3.1/debian/gbp.conf 2014-10-17 15:57:59.000000000 +0000 +++ python-swiftclient-2.3.1/debian/gbp.conf 2015-06-23 21:08:56.000000000 +0000 @@ -1,6 +1,6 @@ [DEFAULT] upstream-branch = master -debian-branch = debian/unstable +debian-branch = debian/jessie upstream-tag = %(version)s compression = xz