Mass changes

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

Change-Id: Ic8e631768bfc7fe63fbb82c05570481f24b46ccb
This commit is contained in:
Ondřej Nový
2016-09-26 19:13:02 +02:00
parent 995a716403
commit 06a53a0c58
3 changed files with 10 additions and 2 deletions

7
debian/changelog vendored
View File

@@ -1,3 +1,10 @@
python-oslo.db (4.13.3-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:12:53 +0200
python-oslo.db (4.13.3-1) experimental; urgency=medium
[ David Della Vecchia ]

4
debian/control vendored
View File

@@ -63,8 +63,8 @@ Build-Depends-Indep: alembic (>= 0.8.4),
subunit,
testrepository,
Standards-Version: 3.9.8
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-oslo.db
Vcs-Git: https://git.openstack.org/openstack/deb-python-oslo.db
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-oslo.db?h=debian%2Fnewton
Vcs-Git: https://git.openstack.org/openstack/deb-python-oslo.db -b debian/newton
Homepage: https://launchpad.net/oslo
Package: python-oslo.db

View File

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