From 06a53a0c58e925730ebeb45592d7c85db860ea75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Mon, 26 Sep 2016 19:13:02 +0200 Subject: [PATCH] Mass changes d/s/options: extend-diff-ignore of .gitreview d/control: Use correct branch in Vcs-* fields Change-Id: Ic8e631768bfc7fe63fbb82c05570481f24b46ccb --- debian/changelog | 7 +++++++ debian/control | 4 ++-- debian/source/options | 1 + 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 28271cf..4221161 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-oslo.db (4.13.3-2) UNRELEASED; urgency=medium + + * d/s/options: extend-diff-ignore of .gitreview + * d/control: Use correct branch in Vcs-* fields + + -- Ondřej Nový Mon, 26 Sep 2016 19:12:53 +0200 + python-oslo.db (4.13.3-1) experimental; urgency=medium [ David Della Vecchia ] diff --git a/debian/control b/debian/control index 8b9366e..53019cf 100644 --- a/debian/control +++ b/debian/control @@ -63,8 +63,8 @@ Build-Depends-Indep: alembic (>= 0.8.4), subunit, testrepository, Standards-Version: 3.9.8 -Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-oslo.db -Vcs-Git: https://git.openstack.org/openstack/deb-python-oslo.db +Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-oslo.db?h=debian%2Fnewton +Vcs-Git: https://git.openstack.org/openstack/deb-python-oslo.db -b debian/newton Homepage: https://launchpad.net/oslo Package: python-oslo.db 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$"