From 64d2bccf53e7c4f684c379dd1c33191d1d1222f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Mon, 26 Sep 2016 19:02:05 +0200 Subject: [PATCH] Mass changes d/s/options: extend-diff-ignore of .gitreview d/control: Using OpenStack's Gerrit as VCS URLs. Change-Id: I24e7ad851b6ace66481d3a4a39582ab9b7a349dc --- debian/changelog | 7 +++++++ debian/control | 4 ++-- debian/source/options | 1 + 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 debian/source/options diff --git a/debian/changelog b/debian/changelog index 0e47e916..5381a829 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +designate (1:3.0.0~rc1-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:01:56 +0200 + designate (1:3.0.0~rc1-1) experimental; urgency=medium * New upstream release. diff --git a/debian/control b/debian/control index 7abb9b84..68c34b3a 100644 --- a/debian/control +++ b/debian/control @@ -74,8 +74,8 @@ Build-Depends-Indep: bandit, subunit, testrepository, Standards-Version: 3.9.8 -Vcs-Browser: https://anonscm.debian.org/cgit/openstack/designate.git/ -Vcs-Git: https://anonscm.debian.org/git/openstack/designate.git +Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-designate?h=debian%2Fnewton +Vcs-Git: https://git.openstack.org/openstack/deb-designate -b debian/newton Homepage: https://github.com/openstack/designate Package: python-designate diff --git a/debian/source/options b/debian/source/options new file mode 100644 index 00000000..001062d6 --- /dev/null +++ b/debian/source/options @@ -0,0 +1 @@ +extend-diff-ignore = "^[.]gitreview$"