Mass changes

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

Change-Id: I2045b7e0b175ee905da7b108565e239c59652adf
This commit is contained in:
Ondřej Nový 2016-09-26 19:08:01 +02:00
parent 0b8388343d
commit 30917f2155
3 changed files with 10 additions and 2 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
python-automaton (1.2.0-2) 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:07:52 +0200
python-automaton (1.2.0-1) unstable; urgency=medium
* New upstream release.

4
debian/control vendored
View File

@ -32,8 +32,8 @@ Build-Depends-Indep: python-coverage,
subunit (>= 1.1.0),
testrepository,
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=openstack/python-automaton.git
Vcs-Git: https://anonscm.debian.org/git/openstack/python-automaton.git
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-automaton?h=debian%2Fnewton
Vcs-Git: https://git.openstack.org/openstack/deb-python-automaton -b debian/newton
Homepage: https://github.com/openstack/automaton
Package: python-automaton

View File

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