Mass changes

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

Change-Id: I808a0c50d591533d86cc2fd1119bc496a1309d25
This commit is contained in:
Ondřej Nový 2016-09-26 19:08:51 +02:00
parent 7965c56c20
commit 432072be51
3 changed files with 8 additions and 2 deletions

5
debian/changelog vendored
View File

@ -1,5 +1,10 @@
python-cursive (0.1.1-1) UNRELEASED; urgency=medium
[ James Page ]
* Initial release (Closes: #836268).
[ Ondřej Nový ]
* d/s/options: extend-diff-ignore of .gitreview
* d/control: Using OpenStack's Gerrit as VCS URLs.
-- James Page <james.page@ubuntu.com> Thu, 01 Sep 2016 09:24:31 +0100

4
debian/control vendored
View File

@ -43,8 +43,8 @@ Build-Depends-Indep: python-castellan (>= 0.4.0),
subunit (>= 0.0.18),
testrepository (>= 0.0.18),
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/openstack/python-cursive.git/
Vcs-Git: https://anonscm.debian.org/git/openstack/python-cursive.git
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-cursive?h=debian%2Fnewton
Vcs-Git: https://git.openstack.org/openstack/deb-python-cursive -b debian/newton
Homepage: https://github.com/openstack/cursive
Package: python-cursive

View File

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