Mass changes

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

Change-Id: I66acbd9766dca252ce83340f3809e5a2472fbd9c
This commit is contained in:
Ondřej Nový 2016-09-26 19:16:14 +02:00
parent 61bd6372b7
commit a4db155a46
3 changed files with 5 additions and 2 deletions

2
debian/changelog vendored

@ -4,6 +4,8 @@ python-weakrefmethod (1.0-2) UNRELEASED; urgency=medium
* Fixed VCS URLs (https).
* d/rules: Changed UPSTREAM_GIT protocol to https
* d/copyright: Changed source URL to https protocol
* 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:52:38 +0100

4
debian/control vendored

@ -9,8 +9,8 @@ Build-Depends: debhelper (>= 9),
python-all,
Build-Depends-Indep: python-unittest2
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/openstack/python-weakrefmethod.git/
Vcs-Git: https://anonscm.debian.org/git/openstack/python-weakrefmethod.git
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-weakrefmethod?h=debian%2Fnewton
Vcs-Git: https://git.openstack.org/openstack/deb-python-weakrefmethod -b debian/newton
Homepage: https://github.com/twang817/weakrefmethod
Package: python-weakrefmethod

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