Mass changes

d/s/options: extend-diff-ignore of .gitreview
d/control: Use correct branch in Vcs-* fields

Change-Id: Ie5205b41145139c371d1dbe30177ca025a05b94e
This commit is contained in:
Ondřej Nový
2016-09-26 19:11:48 +02:00
parent 69a97f781d
commit 0ed77fa89e
3 changed files with 8 additions and 2 deletions

5
debian/changelog vendored
View File

@@ -1,7 +1,12 @@
python-neutronclient (1:6.0.0-2) UNRELEASED; urgency=medium
[ Thomas Goirand ]
* Using pkgos-dh_auto_install from openstack-pkg-tools >= 52~.
[ Ondřej Nový ]
* d/s/options: extend-diff-ignore of .gitreview
* d/control: Use correct branch in Vcs-* fields
-- Thomas Goirand <zigo@debian.org> Wed, 14 Sep 2016 09:11:03 +0200
python-neutronclient (1:6.0.0-1) experimental; urgency=medium

4
debian/control vendored
View File

@@ -67,8 +67,8 @@ Build-Depends-Indep: python-babel (>= 2.3.4),
subunit,
testrepository,
Standards-Version: 3.9.8
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-neutronclient
Vcs-Git: https://git.openstack.org/openstack/deb-python-neutronclient
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-neutronclient?h=debian%2Fnewton
Vcs-Git: https://git.openstack.org/openstack/deb-python-neutronclient -b debian/newton
Homepage: https://launchpad.net/python-neutronclient
XS-Testsuite: autopkgtest

1
debian/source/options vendored Normal file
View File

@@ -0,0 +1 @@
extend-diff-ignore = "^[.]gitreview$"