Mass changes

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

Change-Id: I9bfc29fd782452c2fd8c3b892939386bf66777b5
This commit is contained in:
Ondřej Nový
2016-09-26 19:15:27 +02:00
parent f2c0f86272
commit 54469821f1
3 changed files with 10 additions and 2 deletions

7
debian/changelog vendored
View File

@@ -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ý <onovy@debian.org> Mon, 26 Sep 2016 19:15:18 +0200
python-senlinclient (1.0.0-1) experimental; urgency=medium
* New upstream release.

4
debian/control vendored
View File

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

View File

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