Mass changes

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

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

2
debian/changelog vendored
View File

@ -8,6 +8,8 @@ python-rjsmin (1.0.12+dfsg1-4) UNRELEASED; urgency=medium
[ Ondřej Nový ]
* 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.
-- Thomas Goirand <zigo@debian.org> Thu, 10 Mar 2016 10:43:35 +0100

4
debian/control vendored
View File

@ -11,8 +11,8 @@ Build-Depends: debhelper (>= 9),
python3-all-dev,
python3-setuptools,
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/openstack/python-rjsmin.git/
Vcs-Git: https://anonscm.debian.org/git/openstack/python-rjsmin.git
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-rjsmin?h=debian%2Fnewton
Vcs-Git: https://git.openstack.org/openstack/deb-python-rjsmin -b debian/newton
Homepage: http://opensource.perlig.de/rjsmin/
Package: python-rjsmin

View File

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