Mass changes

d/s/options: extend-diff-ignore of .gitreview
d/control: Using OpenStack's Gerrit as VCS URLs.

Change-Id: Id02b92520cfd8505c48e11b996893f3d4c62c8fc
This commit is contained in:
Ondřej Nový
2016-09-26 19:10:56 +02:00
parent 3553552a82
commit 0e192d68fa
3 changed files with 10 additions and 2 deletions

7
debian/changelog vendored
View File

@@ -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ý <onovy@debian.org> Mon, 26 Sep 2016 19:10:48 +0200
python-kafka (0.9.5-2) unstable; urgency=medium
[ Ondřej Nový ]

4
debian/control vendored
View File

@@ -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

View File

@@ -1 +1,2 @@
extend-diff-ignore = "^[^/]*[.]egg-info/"
extend-diff-ignore = "^[.]gitreview$"