diff --git a/debian/changelog b/debian/changelog index 71ee70d..2538563 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-ironic-lib (2.1.0-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:10:24 +0200 + python-ironic-lib (2.1.0-1) experimental; urgency=medium [ Corey Bryant ] diff --git a/debian/control b/debian/control index d93eace..57e0449 100644 --- a/debian/control +++ b/debian/control @@ -47,8 +47,8 @@ Build-Depends-Indep: python-coverage, subunit, testrepository, Standards-Version: 3.9.8 -Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-ironic-lib -Vcs-Git: https://git.openstack.org/openstack/deb-python-ironic-lib +Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-ironic-lib?h=debian%2Fnewton +Vcs-Git: https://git.openstack.org/openstack/deb-python-ironic-lib -b debian/newton Homepage: http://www.openstack.org/ Package: python-ironic-lib 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$"