Mass changes

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

Change-Id: I21d307d7fa39daf964c98f4d9d3dd49dad52c4ac
This commit is contained in:
Ondřej Nový 2016-09-26 19:11:10 +02:00
parent 0d4b8fd0cf
commit fa56c07132
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-lesscpy.git
defaultbranch=debian/newton

2
debian/changelog vendored
View File

@ -3,6 +3,8 @@ python-lesscpy (0.10-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:41:05 +0100

4
debian/control vendored
View File

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

View File

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