Mass changes

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

Change-Id: I48ac710c995f6d217616a7a532de83facf6ea080
This commit is contained in:
Ondřej Nový
2016-09-26 19:15:17 +02:00
parent fbf088d694
commit ef0df2711f
3 changed files with 5 additions and 2 deletions

2
debian/changelog vendored
View File

@@ -2,6 +2,8 @@ python-semver (2.0.1-2) 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:50:13 +0100

4
debian/control vendored
View File

@@ -9,8 +9,8 @@ Build-Depends: debhelper (>= 9),
python3-all,
python3-setuptools
Standards-Version: 3.9.5
Vcs-Browser: https://anonscm.debian.org/cgit/openstack/python-semver.git/
Vcs-Git: https://anonscm.debian.org/git/openstack/python-semver.git
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-semver?h=debian%2Fnewton
Vcs-Git: https://git.openstack.org/openstack/deb-python-semver -b debian/newton
Homepage: https://github.com/k-bx/python-semver
Package: python-semver

View File

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