diff -Nru python-extras-0.0.3/debian/changelog python-extras-0.0.3/debian/changelog --- python-extras-0.0.3/debian/changelog 2014-05-03 02:10:21.000000000 +0000 +++ python-extras-0.0.3/debian/changelog 2014-07-17 16:21:15.000000000 +0000 @@ -1,14 +1,14 @@ -python-extras (0.0.3-3) unstable; urgency=medium +python-extras (0.0.3-2ubuntu2) precise; urgency=low - [ Thomas Goirand ] - * Ran wrap-and-sort. - * Moves python{3,}-testtools as Recommends (Closes: #707814). - * Standards-Version: is now 3.9.5 + * No-change backport to precise - [ Dimitri John Ledkov ] - * Use python3 dependencies in the python3 package. + -- Lars Butler (larsbutler) Thu, 17 Jul 2014 16:20:40 +0000 - -- Thomas Goirand Sat, 03 May 2014 02:10:05 +0000 +python-extras (0.0.3-2ubuntu1) trusty; urgency=medium + + * Python3-extras should not depend on python 2 versions of testtols. + + -- Dimitri John Ledkov Thu, 30 Jan 2014 14:47:16 +0000 python-extras (0.0.3-2) unstable; urgency=low diff -Nru python-extras-0.0.3/debian/control python-extras-0.0.3/debian/control --- python-extras-0.0.3/debian/control 2014-05-03 02:10:21.000000000 +0000 +++ python-extras-0.0.3/debian/control 2014-01-30 14:48:20.000000000 +0000 @@ -1,16 +1,17 @@ Source: python-extras Section: python Priority: optional -Maintainer: PKG OpenStack +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: PKG OpenStack Uploaders: Thomas Goirand Build-Depends: debhelper (>= 9), - openstack-pkg-tools, - python-all (>= 2.6.6-3~), - python-setuptools, - python3-all, - python3-setuptools + openstack-pkg-tools, + python3-all, + python3-setuptools, + python-all (>= 2.6.6-3~), + python-setuptools, Build-Depends-Indep: python-testtools -Standards-Version: 3.9.5 +Standards-Version: 3.9.3 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-extras.git Vcs-Git: git://anonscm.debian.org/openstack/python-extras.git Homepage: http://pypi.python.org/pypi/extras @@ -18,8 +19,7 @@ Package: python-extras Architecture: all Pre-Depends: dpkg (>= 1.15.6~) -Depends: ${misc:Depends}, ${python:Depends} -Recommends: python-testtools +Depends: ${python:Depends}, ${misc:Depends}, python-testtools Description: extensions to the Python standard library (Python 2.x) Extras is a set of extensions to the Python standard library, originally written to make the code within testtools cleaner, but now split out for @@ -30,9 +30,7 @@ Package: python3-extras Architecture: all Pre-Depends: dpkg (>= 1.15.6~) -Provides: ${python:Provides} -Depends: ${misc:Depends}, ${python3:Depends} -Recommends: python3-testtools +Depends: ${python3:Depends}, ${misc:Depends}, python3-testtools Description: extensions to the Python standard library (Python 3.x) Extras is a set of extensions to the Python standard library, originally written to make the code within testtools cleaner, but now split out for diff -Nru python-extras-0.0.3/debian/gbp.conf python-extras-0.0.3/debian/gbp.conf --- python-extras-0.0.3/debian/gbp.conf 2014-05-03 02:10:21.000000000 +0000 +++ python-extras-0.0.3/debian/gbp.conf 2013-05-11 04:51:19.000000000 +0000 @@ -1,6 +1,6 @@ [DEFAULT] upstream-branch = master -debian-branch = debian/unstable +debian-branch = debian/experimental upstream-tag = %(version)s compression = xz