diff --git a/debian/changelog b/debian/changelog index 718e6a3..d048c22 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-senlinclient (1.0.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:15:18 +0200 + python-senlinclient (1.0.0-1) experimental; urgency=medium * New upstream release. diff --git a/debian/control b/debian/control index 67dec5e..20217a9 100644 --- a/debian/control +++ b/debian/control @@ -59,8 +59,8 @@ Build-Depends-Indep: git, subunit, testrepository, Standards-Version: 3.9.8 -Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-senlinclient -Vcs-Git: https://git.openstack.org/openstack/deb-python-senlinclient +Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-senlinclient?h=debian%2Fnewton +Vcs-Git: https://git.openstack.org/openstack/deb-python-senlinclient -b debian/newton Homepage: https://github.com/openstack/python-senlinclient Package: python-senlinclient 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$"