diff --git a/debian/changelog b/debian/changelog index cda3de1..3862027 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-kafka (0.9.5-3) UNRELEASED; urgency=medium + + * d/s/options: extend-diff-ignore of .gitreview + * d/control: Using OpenStack's Gerrit as VCS URLs. + + -- Ondřej Nový Mon, 26 Sep 2016 19:10:48 +0200 + python-kafka (0.9.5-2) unstable; urgency=medium [ Ondřej Nový ] diff --git a/debian/control b/debian/control index 4aa4b26..6ddf145 100644 --- a/debian/control +++ b/debian/control @@ -21,8 +21,8 @@ Build-Depends-Indep: python-mock, python3-nose-timer, python3-six Standards-Version: 3.9.8 -Vcs-Browser: https://anonscm.debian.org/cgit/openstack/python-kafka.git/ -Vcs-Git: https://anonscm.debian.org/git/openstack/python-kafka.git +Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-kafka?h=debian%2Fnewton +Vcs-Git: https://git.openstack.org/openstack/deb-python-kafka -b debian/newton Homepage: https://github.com/mumrah/kafka-python Package: python-kafka 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$"