diff --git a/debian/changelog b/debian/changelog index 7f1d824..b2335e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 23 Sep 2013 10:08:10 +0800 + python-ceilometerclient (1.0.2-2) unstable; urgency=low * Added missing build-depends: testrepository. diff --git a/debian/control b/debian/control index 0d29a1a..49aae43 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,10 @@ Uploaders: Julien Danjou , Thomas Goirand , Ghe Rivero , Mehdi Abaakouk -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,