Mass changes

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

Change-Id: I97a8ead76946aa910f451d86dcf3365dd3608752
This commit is contained in:
Ondřej Nový 2016-09-26 19:11:12 +02:00
parent 8fcbe2b288
commit eaae14eee9
3 changed files with 5 additions and 2 deletions

2
debian/changelog vendored
View File

@ -2,6 +2,8 @@ python-linecache2 (1.0.0-3) UNRELEASED; urgency=medium
* Fixed VCS URLs (https).
* d/rules: Changed UPSTREAM_GIT protocol to https
* d/s/options: extend-diff-ignore of .gitreview
* d/control: Using OpenStack's Gerrit as VCS URLs.
-- Ondřej Nový <novy@ondrej.org> Sun, 28 Feb 2016 15:41:09 +0100

4
debian/control vendored
View File

@ -17,8 +17,8 @@ Build-Depends-Indep: python-fixtures,
python3-fixtures,
python3-unittest2,
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/openstack/python-linecache2.git/
Vcs-Git: https://anonscm.debian.org/git/openstack/python-linecache2.git
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-linecache2?h=debian%2Fnewton
Vcs-Git: https://git.openstack.org/openstack/deb-python-linecache2 -b debian/newton
Homepage: https://github.com/testing-cabal/linecache2
Package: python-linecache2

View File

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