diff -Nru designate-13.0.0/debian/changelog designate-13.0.0/debian/changelog --- designate-13.0.0/debian/changelog 2021-10-06 15:13:29.000000000 +0000 +++ designate-13.0.0/debian/changelog 2022-03-02 14:29:56.000000000 +0000 @@ -1,3 +1,10 @@ +designate (1:13.0.0-0ubuntu2) impish; urgency=medium + + * d/gbp.conf: Create stable/xena branch. + * d/control, d/rules: Bump debhelper compat to 12 (LP: #1960636). + + -- Corey Bryant Wed, 02 Mar 2022 09:29:56 -0500 + designate (1:13.0.0-0ubuntu1) impish; urgency=medium * d/watch: Scope to 13.x. diff -Nru designate-13.0.0/debian/compat designate-13.0.0/debian/compat --- designate-13.0.0/debian/compat 2021-10-06 15:13:29.000000000 +0000 +++ designate-13.0.0/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -10 diff -Nru designate-13.0.0/debian/control designate-13.0.0/debian/control --- designate-13.0.0/debian/control 2021-10-06 15:13:29.000000000 +0000 +++ designate-13.0.0/debian/control 2022-03-02 14:29:56.000000000 +0000 @@ -7,7 +7,7 @@ Thomas Goirand , David Della Vecchia , Build-Depends: - debhelper (>= 10~), + debhelper-compat (= 12), dh-python, openstack-pkg-tools, python3-all, diff -Nru designate-13.0.0/debian/gbp.conf designate-13.0.0/debian/gbp.conf --- designate-13.0.0/debian/gbp.conf 2021-10-06 15:13:29.000000000 +0000 +++ designate-13.0.0/debian/gbp.conf 2022-03-02 14:29:56.000000000 +0000 @@ -1,5 +1,5 @@ [DEFAULT] -debian-branch = master +debian-branch = stable/xena upstream-tag = %(version)s pristine-tar = True diff -Nru designate-13.0.0/debian/rules designate-13.0.0/debian/rules --- designate-13.0.0/debian/rules 2021-10-06 15:13:29.000000000 +0000 +++ designate-13.0.0/debian/rules 2022-03-02 14:29:56.000000000 +0000 @@ -13,7 +13,7 @@ include /usr/share/openstack-pkg-tools/pkgos.make %: - dh $@ --buildsystem=pybuild --with python3,sphinxdoc,systemd + dh $@ --buildsystem=pybuild --with python3,sphinxdoc override_dh_auto_install: pkgos-dh_auto_install --no-py2 @@ -28,7 +28,8 @@ rm -f etc/designate/policy.json.sample etc/designate/designate.conf override_dh_install: - dh_install -O--buildsystem=pybuild --fail-missing -Xusr/etc + dh_install -O--buildsystem=pybuild -Xusr/etc + dh_missing -O--buildsystem=pybuild --fail-missing -Xusr/etc override_dh_auto_build: PYTHONPATH=$(CURDIR) oslopolicy-sample-generator \