Now packaging 0.4.2 from debian/mitaka branch.

This commit is contained in:
Thomas Goirand 2015-12-02 15:07:52 +01:00
parent dcd89d54eb
commit 676612776f
3 changed files with 15 additions and 7 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
python-os-testr (0.4.2-1) experimental; urgency=medium
* New upstream release.
-- Thomas Goirand <zigo@debian.org> Wed, 02 Dec 2015 15:07:37 +0100
python-os-testr (0.2.0-4) unstable; urgency=medium python-os-testr (0.2.0-4) unstable; urgency=medium
* Fixed tweak of $PATH when running tests (Closes: #806489). * Fixed tweak of $PATH when running tests (Closes: #806489).

14
debian/control vendored
View File

@ -8,11 +8,11 @@ Build-Depends: debhelper (>= 9),
dh-python, dh-python,
openstack-pkg-tools, openstack-pkg-tools,
python-all, python-all,
python-pbr, python-pbr (>= 1.8),
python-setuptools, python-setuptools,
python-sphinx, python-sphinx,
python3-all, python3-all,
python3-pbr, python3-pbr (>= 1.8),
python3-setuptools, python3-setuptools,
Build-Depends-Indep: python-babel (>= 1.3), Build-Depends-Indep: python-babel (>= 1.3),
python-coverage (>= 3.6), python-coverage (>= 3.6),
@ -22,13 +22,13 @@ Build-Depends-Indep: python-babel (>= 1.3),
python-oslotest (>= 1.2.0), python-oslotest (>= 1.2.0),
python-six (>= 1.9.0), python-six (>= 1.9.0),
python-testscenarios (>= 0.4), python-testscenarios (>= 0.4),
python-testtools (>= 0.9.36), python-testtools (>= 1.4.0),
python3-babel (>= 1.3), python3-babel (>= 1.3),
python3-ddt, python3-ddt,
python3-oslotest (>= 1.2.0), python3-oslotest (>= 1.2.0),
python3-six (>= 1.9.0), python3-six (>= 1.9.0),
python3-testscenarios (>= 0.4), python3-testscenarios (>= 0.4),
python3-testtools (>= 0.9.36), python3-testtools (>= 1.4.0),
subunit (>= 0.0.18), subunit (>= 0.0.18),
testrepository (>= 0.0.18), testrepository (>= 0.0.18),
Standards-Version: 3.9.6 Standards-Version: 3.9.6
@ -40,7 +40,8 @@ XS-Testsuite: autopkgtest
Package: python-os-testr Package: python-os-testr
Architecture: all Architecture: all
Depends: python-babel (>= 1.3), Depends: python-babel (>= 1.3),
python-testtools (>= 0.9.36), python-pbr (>= 1.8),
python-testtools (>= 1.4.0),
python-testrepository (>= 0.0.18), python-testrepository (>= 0.0.18),
subunit (>= 0.0.18), subunit (>= 0.0.18),
${misc:Depends}, ${misc:Depends},
@ -57,9 +58,10 @@ Description: Utility wrappers for testrepository for OpenStack projects - Python
Package: python3-os-testr Package: python3-os-testr
Architecture: all Architecture: all
Depends: python3-babel (>= 1.3), Depends: python3-babel (>= 1.3),
python3-pbr (>= 1.8),
python3-subunit (>= 0.0.18), python3-subunit (>= 0.0.18),
python3-testrepository (>= 0.0.18), python3-testrepository (>= 0.0.18),
python3-testtools (>= 0.9.36), python3-testtools (>= 1.4.0),
${misc:Depends}, ${misc:Depends},
${python3:Depends}, ${python3:Depends},
Breaks: python3-tempest-lib (<< 0.5.0-2~), Breaks: python3-tempest-lib (<< 0.5.0-2~),

2
debian/gbp.conf vendored
View File

@ -1,6 +1,6 @@
[DEFAULT] [DEFAULT]
upstream-branch = master upstream-branch = master
debian-branch = debian/liberty debian-branch = debian/mitaka
upstream-tag = %(version)s upstream-tag = %(version)s
compression = xz compression = xz