diff --git a/debian/changelog b/debian/changelog index 28271cf..4221161 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-oslo.db (4.13.3-2) UNRELEASED; urgency=medium + + * d/s/options: extend-diff-ignore of .gitreview + * d/control: Use correct branch in Vcs-* fields + + -- Ondřej Nový Mon, 26 Sep 2016 19:12:53 +0200 + python-oslo.db (4.13.3-1) experimental; urgency=medium [ David Della Vecchia ] diff --git a/debian/control b/debian/control index 8b9366e..53019cf 100644 --- a/debian/control +++ b/debian/control @@ -63,8 +63,8 @@ Build-Depends-Indep: alembic (>= 0.8.4), subunit, testrepository, Standards-Version: 3.9.8 -Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-oslo.db -Vcs-Git: https://git.openstack.org/openstack/deb-python-oslo.db +Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-oslo.db?h=debian%2Fnewton +Vcs-Git: https://git.openstack.org/openstack/deb-python-oslo.db -b debian/newton Homepage: https://launchpad.net/oslo Package: python-oslo.db diff --git a/debian/source/options b/debian/source/options index cb61fa5..9122245 100644 --- a/debian/source/options +++ b/debian/source/options @@ -1 +1,2 @@ extend-diff-ignore = "^[^/]*[.]egg-info/" +extend-diff-ignore = "^[.]gitreview$"