Mass changes

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

Change-Id: I69583744f46f3fca9f9aaeeff6833d7015214ca1
This commit is contained in:
Ondřej Nový
2016-09-26 19:09:51 +02:00
parent 4cd5269a05
commit c41e40fabf
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-falcon.git
defaultbranch=debian/newton

7
debian/changelog vendored
View File

@@ -1,3 +1,10 @@
python-falcon (1.0.0-2) 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:43 +0200
python-falcon (1.0.0-1) experimental; urgency=medium
[ Ondřej Nový ]

4
debian/control vendored
View File

@@ -30,8 +30,8 @@ Build-Depends: cython,
python3-testtools,
python3-yaml,
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/openstack/python-falcon.git/
Vcs-Git: https://anonscm.debian.org/git/openstack/python-falcon.git
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-falcon?h=debian%2Fnewton
Vcs-Git: https://git.openstack.org/openstack/deb-python-falcon -b debian/newton
Homepage: http://falconframework.org
Package: python-falcon

1
debian/source/options vendored Normal file
View File

@@ -0,0 +1 @@
extend-diff-ignore = "^[.]gitreview$"