New upstream release. Added missing build-depends: python-d2to1 (Closes: #724131).

This commit is contained in:
Thomas Goirand
2013-09-23 10:09:07 +08:00
parent af42885fb8
commit 09e091b6da
2 changed files with 11 additions and 1 deletions

7
debian/changelog vendored
View File

@@ -1,3 +1,10 @@
python-ceilometerclient (1.0.3-1) unstable; urgency=low
* New upstream release.
* Added missing build-depends: python-d2to1 (Closes: #724131).
-- Thomas Goirand <zigo@debian.org> Mon, 23 Sep 2013 10:08:10 +0800
python-ceilometerclient (1.0.2-2) unstable; urgency=low
* Added missing build-depends: testrepository.

5
debian/control vendored
View File

@@ -6,7 +6,10 @@ Uploaders: Julien Danjou <acid@debian.org>,
Thomas Goirand <zigo@debian.org>,
Ghe Rivero <ghe.rivero@stackops.com>,
Mehdi Abaakouk <sileht@sileht.net>
Build-Depends: debhelper (>= 9), openstack-pkg-tools, python-all (>= 2.6.6-3~)
Build-Depends: debhelper (>= 9),
openstack-pkg-tools,
python-all (>= 2.6.6-3~),
python-d2to1
Build-Depends-Indep: pep8,
python-argparse,
python-httplib2,