diff -Nru python-nose-timer-0.3.0/debian/changelog python-nose-timer-0.3.0/debian/changelog --- python-nose-timer-0.3.0/debian/changelog 2014-10-31 16:35:55.000000000 +0000 +++ python-nose-timer-0.3.0/debian/changelog 2015-09-22 08:04:13.000000000 +0000 @@ -1,3 +1,18 @@ +python-nose-timer (0.3.0-2) unstable; urgency=medium + + [ Ivan Udovichenko ] + * Remove Pre-Depends field from debian/control . + * Add python-nose and python3-nose as a dependency. + + [ Thomas Goirand ] + * Added missing dh-python build-depends. + * Removed version for python-all build-depends. + * Fixed gbp.conf. + * Ran wrap-and-sort -t -a. + * Watch file now using the PyPi redirector instead of PyPi broken dir. + + -- Thomas Goirand Tue, 22 Sep 2015 07:59:11 +0000 + python-nose-timer (0.3.0-1) unstable; urgency=medium * Initial release. (Closes: #767513) diff -Nru python-nose-timer-0.3.0/debian/control python-nose-timer-0.3.0/debian/control --- python-nose-timer-0.3.0/debian/control 2014-10-31 16:35:55.000000000 +0000 +++ python-nose-timer-0.3.0/debian/control 2015-09-22 08:04:13.000000000 +0000 @@ -2,18 +2,19 @@ Section: python Priority: optional Maintainer: PKG OpenStack -Uploaders: Thomas Goirand +Uploaders: Thomas Goirand , Build-Depends: debhelper (>= 9), - python-all (>= 2.6.6-3~), + dh-python, + python-all, python-setuptools, python3-all, - python3-setuptools + python3-setuptools, Build-Depends-Indep: python-mock, python-nose, python-nose-parameterized, python3-mock, python3-nose, - python3-nose-parameterized + python3-nose-parameterized, Standards-Version: 3.9.6 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-nose-timer.git Vcs-Git: git://anonscm.debian.org/openstack/python-nose-timer.git @@ -21,9 +22,10 @@ Package: python-nose-timer Architecture: all -Pre-Depends: dpkg (>= 1.15.6~) -Depends: ${misc:Depends}, ${python:Depends} -Suggests: python-nose-timer-doc +Depends: python-nose, + ${misc:Depends}, + ${python:Depends}, +Suggests: python-nose-timer-doc, Description: timer plugin for nosetests - Python 2.x A timer plugin for nosetests that answers the question: how much time does every test take? Run nosetests with the --with-timer flag, and you will see @@ -40,9 +42,10 @@ Package: python3-nose-timer Architecture: all -Pre-Depends: dpkg (>= 1.15.6~) -Depends: ${misc:Depends}, ${python3:Depends} -Suggests: python-nose-timer-doc +Depends: python3-nose, + ${misc:Depends}, + ${python3:Depends}, +Suggests: python-nose-timer-doc, Description: timer plugin for nosetests - Python 3.x A timer plugin for nosetests that answers the question: how much time does every test take? Run nosetests with the --with-timer flag, and you will see diff -Nru python-nose-timer-0.3.0/debian/gbp.conf python-nose-timer-0.3.0/debian/gbp.conf --- python-nose-timer-0.3.0/debian/gbp.conf 2014-10-31 16:35:55.000000000 +0000 +++ python-nose-timer-0.3.0/debian/gbp.conf 2015-09-22 08:04:13.000000000 +0000 @@ -4,6 +4,6 @@ upstream-tag = %(version)s compression = xz -[git-buildpackage] +[buildpackage] export-dir = ../build-area/ diff -Nru python-nose-timer-0.3.0/debian/watch python-nose-timer-0.3.0/debian/watch --- python-nose-timer-0.3.0/debian/watch 2014-10-31 16:35:55.000000000 +0000 +++ python-nose-timer-0.3.0/debian/watch 2015-09-22 08:04:13.000000000 +0000 @@ -1,3 +1,2 @@ version=3 -http://pypi.python.org/packages/source/n/nose-timer nose-timer-(.*).tar.gz - +http://pypi.debian.net/nose-timer/nose-timer-(.*).tar.gz