From 0139265aabd84dbe5315fc4b2073c8c9afc18a22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Mon, 26 Sep 2016 19:09:29 +0200 Subject: [PATCH] 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 --- .gitreview | 5 +++++ debian/changelog | 7 +++++++ debian/control | 4 ++-- debian/source/options | 1 + 4 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 .gitreview diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000..45cfc6d --- /dev/null +++ b/.gitreview @@ -0,0 +1,5 @@ +[gerrit] +host=review.openstack.org +port=29418 +project=openstack/deb-python-django-pyscss.git +defaultbranch=debian/newton diff --git a/debian/changelog b/debian/changelog index 5cc6a13..06c23f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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ý Mon, 26 Sep 2016 19:09:21 +0200 + python-django-pyscss (2.0.2-6) unstable; urgency=medium * Fix FTBFS (Closes: #832830): diff --git a/debian/control b/debian/control index 1ebc07e..6959311 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/debian/source/options b/debian/source/options index a4f4e85..930ed8a 100644 --- a/debian/source/options +++ b/debian/source/options @@ -1,2 +1,3 @@ extend-diff-ignore = "^[^/]*[.]egg-info/" extend-diff-ignore = "^[^/]*[.]dist/.*" +extend-diff-ignore = "^[.]gitreview$"