diff --git a/debian/changelog b/debian/changelog index 66166f6..512d39d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -python-os-testr (0.7.0-1) experimental; urgency=medium +python-os-testr (0.7.0-2) UNRELEASED; urgency=medium [ Ondřej Nový ] * Standards-Version is 3.9.8 now (no change) @@ -11,7 +11,10 @@ python-os-testr (0.7.0-1) experimental; urgency=medium * d/control: Align (Build-)Depends with upstream. * d/bin/ostestr: Update import for rename of os_testr.py to ostestr.py. - -- Corey Bryant Wed, 08 Jun 2016 13:31:47 +0000 + [ Thomas Goirand ] + * python-os-testr must build-conflicts on itself. + + -- Thomas Goirand Wed, 08 Jun 2016 13:35:59 +0000 python-os-testr (0.6.0-1) unstable; urgency=medium diff --git a/debian/control b/debian/control index ef4cafc..0d4b31c 100644 --- a/debian/control +++ b/debian/control @@ -32,6 +32,8 @@ Build-Depends-Indep: python-babel (>= 2.3.4), python3-testtools (>= 1.4.0), subunit (>= 0.0.18), testrepository (>= 0.0.18), +Build-Conflicts: python-os-testr, + python3-os-testr, Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/openstack/python-os-testr.git/ Vcs-Git: https://anonscm.debian.org/git/openstack/python-os-testr.git