Mass changes

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

Change-Id: I4cf10ccbaa82875d50aa03b51923426197878dfc
This commit is contained in:
Ondřej Nový
2016-09-26 19:09:29 +02:00
parent 8ac851b83f
commit 0139265aab
4 changed files with 15 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-django-pyscss.git
defaultbranch=debian/newton

7
debian/changelog vendored
View File

@@ -1,3 +1,10 @@
python-django-pyscss (2.0.2-7) UNRELEASED; urgency=medium
* d/s/options: extend-diff-ignore of .gitreview
* d/control: Using OpenStack's Gerrit as VCS URLs.
-- Ondřej Nový <onovy@debian.org> Mon, 26 Sep 2016 19:09:21 +0200
python-django-pyscss (2.0.2-6) unstable; urgency=medium
* Fix FTBFS (Closes: #832830):

4
debian/control vendored
View File

@@ -31,8 +31,8 @@ Build-Depends-Indep: python-compressor,
python3-simplejson,
python3-six,
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/openstack/python-django-pyscss.git/
Vcs-Git: https://anonscm.debian.org/git/openstack/python-django-pyscss.git
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-django-pyscss?h=debian%2Fnewton
Vcs-Git: https://git.openstack.org/openstack/deb-python-django-pyscss -b debian/newton
Homepage: https://github.com/fusionbox/django-pyscss
Package: python-django-pyscss

View File

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