From 7f1d985c5f89c137a55b8d40b49451840705f3a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Mon, 26 Sep 2016 19:08:52 +0200 Subject: [PATCH] Mass changes d/s/options: extend-diff-ignore of .gitreview d/control: Using OpenStack's Gerrit as VCS URLs. Change-Id: I8fd503cb454f3a9efa2501aa8ac2e1b9d638d1ca --- debian/changelog | 2 ++ debian/control | 4 ++-- debian/source/options | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9c7b23b..92114e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ python-csscompressor (0.9.4-3) UNRELEASED; urgency=medium * Fixed VCS URLs (https). * d/rules: Changed UPSTREAM_GIT protocol to https * d/copyright: Changed source URL to https protocol + * d/s/options: extend-diff-ignore of .gitreview + * d/control: Using OpenStack's Gerrit as VCS URLs. -- Ondřej Nový Sun, 28 Feb 2016 15:35:01 +0100 diff --git a/debian/control b/debian/control index e339b8c..1cb9cea 100644 --- a/debian/control +++ b/debian/control @@ -13,8 +13,8 @@ Build-Depends: debhelper (>= 9), Build-Depends-Indep: python-pytest, python3-pytest, Standards-Version: 3.9.6 -Vcs-Browser: https://anonscm.debian.org/cgit/openstack/python-csscompressor.git/ -Vcs-Git: https://anonscm.debian.org/git/openstack/python-csscompressor.git +Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-csscompressor?h=debian%2Fnewton +Vcs-Git: https://git.openstack.org/openstack/deb-python-csscompressor -b debian/newton Homepage: https://github.com/sprymix/csscompressor Package: python-csscompressor diff --git a/debian/source/options b/debian/source/options index cb61fa5..9122245 100644 --- a/debian/source/options +++ b/debian/source/options @@ -1 +1,2 @@ extend-diff-ignore = "^[^/]*[.]egg-info/" +extend-diff-ignore = "^[.]gitreview$"