diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000..1d66cf1 --- /dev/null +++ b/.gitreview @@ -0,0 +1,5 @@ +[gerrit] +host=review.openstack.org +port=29418 +project=openstack/deb-python-falcon.git +defaultbranch=debian/newton diff --git a/debian/changelog b/debian/changelog index 4a5d10f..38dc850 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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ý Mon, 26 Sep 2016 19:09:43 +0200 + python-falcon (1.0.0-1) experimental; urgency=medium [ Ondřej Nový ] diff --git a/debian/control b/debian/control index faaa564..b55a004 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/debian/source/options b/debian/source/options new file mode 100644 index 0000000..001062d --- /dev/null +++ b/debian/source/options @@ -0,0 +1 @@ +extend-diff-ignore = "^[.]gitreview$"