From fbee26aa019690a97737a40c1b071d46ec883f41 Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Tue, 1 Dec 2015 14:45:37 -0500 Subject: [PATCH 1/4] Now packaging 0.4.2 --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 03f9ccd..f2340c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-os-testr (0.4.2-1) UNRELEASED; urgency=medium + + * New upstream release. + + -- Corey Bryant Tue, 01 Dec 2015 14:44:50 -0500 + python-os-testr (0.2.0-3) unstable; urgency=medium * override_dh_python3 to fix Py3 shebang. From 1cfee125530a4aebffa3aa7424e7044dcd7cca3c Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Tue, 1 Dec 2015 14:48:00 -0500 Subject: [PATCH 2/4] Align dependencies with upstream. --- debian/changelog | 1 + debian/control | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index f2340c8..236dcee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ python-os-testr (0.4.2-1) UNRELEASED; urgency=medium * New upstream release. + * Align dependencies with upstream. -- Corey Bryant Tue, 01 Dec 2015 14:44:50 -0500 diff --git a/debian/control b/debian/control index 0e93806..74364db 100644 --- a/debian/control +++ b/debian/control @@ -8,11 +8,11 @@ Build-Depends: debhelper (>= 9), dh-python, openstack-pkg-tools, python-all, - python-pbr, + python-pbr (>= 1.8), python-setuptools, python-sphinx, python3-all, - python3-pbr, + python3-pbr (>= 1.8), python3-setuptools, Build-Depends-Indep: python-babel (>= 1.3), python-coverage (>= 3.6), @@ -22,13 +22,13 @@ Build-Depends-Indep: python-babel (>= 1.3), python-oslotest (>= 1.2.0), python-six (>= 1.9.0), python-testscenarios (>= 0.4), - python-testtools (>= 0.9.36), + python-testtools (>= 1.4.0), python3-babel (>= 1.3), python3-ddt, python3-oslotest (>= 1.2.0), python3-six (>= 1.9.0), python3-testscenarios (>= 0.4), - python3-testtools (>= 0.9.36), + python3-testtools (>= 1.4.0), subunit (>= 0.0.18), testrepository (>= 0.0.18), Standards-Version: 3.9.6 @@ -40,7 +40,7 @@ XS-Testsuite: autopkgtest Package: python-os-testr Architecture: all Depends: python-babel (>= 1.3), - python-testtools (>= 0.9.36), + python-testtools (>= 1.4.0), python-testrepository (>= 0.0.18), subunit (>= 0.0.18), ${misc:Depends}, @@ -59,7 +59,7 @@ Architecture: all Depends: python3-babel (>= 1.3), python3-subunit (>= 0.0.18), python3-testrepository (>= 0.0.18), - python3-testtools (>= 0.9.36), + python3-testtools (>= 1.4.0), ${misc:Depends}, ${python3:Depends}, Breaks: python3-tempest-lib (<< 0.5.0-2~), From 27b65dcbea471cae5760492e87ad8107bb1ca7a3 Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Tue, 1 Dec 2015 14:48:51 -0500 Subject: [PATCH 3/4] d/gbp.conf: Set debian-branch to debian/mitaka. --- debian/changelog | 1 + debian/gbp.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 236dcee..289d13e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ python-os-testr (0.4.2-1) UNRELEASED; urgency=medium * New upstream release. * Align dependencies with upstream. + * d/gbp.conf: Set debian-branch to debian/mitaka. -- Corey Bryant Tue, 01 Dec 2015 14:44:50 -0500 diff --git a/debian/gbp.conf b/debian/gbp.conf index 7da944a..c737cbb 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,6 +1,6 @@ [DEFAULT] upstream-branch = master -debian-branch = debian/liberty +debian-branch = debian/mitaka upstream-tag = %(version)s compression = xz From dadf79f324591a1752a7dcc1aeb2271c947f54ec Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Tue, 1 Dec 2015 15:05:43 -0500 Subject: [PATCH 4/4] d/control: Update uploaders. --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 289d13e..1588022 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ python-os-testr (0.4.2-1) UNRELEASED; urgency=medium * New upstream release. * Align dependencies with upstream. * d/gbp.conf: Set debian-branch to debian/mitaka. + * d/control: Update uploaders. -- Corey Bryant Tue, 01 Dec 2015 14:44:50 -0500 diff --git a/debian/control b/debian/control index 74364db..f18d8de 100644 --- a/debian/control +++ b/debian/control @@ -4,6 +4,7 @@ Priority: optional Maintainer: PKG OpenStack Uploaders: James Page , Thomas Goirand , + Corey Bryant , Build-Depends: debhelper (>= 9), dh-python, openstack-pkg-tools,