Mass changes

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

Change-Id: I1fa70b03ed0567984b7acc7fdde24cc5b90d586e
This commit is contained in:
Ondřej Nový 2016-09-26 19:17:37 +02:00
parent 6eca465d86
commit ec38601a1e
4 changed files with 10 additions and 2 deletions

5
.gitreview Normal file
View File

@ -0,0 +1,5 @@
[gerrit]
host=review.openstack.org
port=29418
project=openstack/deb-python-xvfbwrapper.git
defaultbranch=debian/newton

2
debian/changelog vendored
View File

@ -2,6 +2,8 @@ python-xvfbwrapper (0.2.4-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:55:37 +0100

4
debian/control vendored
View File

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

View File

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