diff --git a/debian/changelog b/debian/changelog index 1131bd1a7..ecc974ff3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +heat (1:7.0.0~rc1-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:02:36 +0200 + heat (1:7.0.0~rc1-1) experimental; urgency=medium * New upstream release. diff --git a/debian/control b/debian/control index fbe93fd78..b653f1e98 100644 --- a/debian/control +++ b/debian/control @@ -95,8 +95,8 @@ Build-Depends-Indep: bandit (>= 0.13.2), tempest (>= 1:12.1.0), testrepository, Standards-Version: 3.9.8 -Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-heat -Vcs-Git: https://git.openstack.org/openstack/deb-heat +Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-heat?h=debian%2Fnewton +Vcs-Git: https://git.openstack.org/openstack/deb-heat -b debian/newton Homepage: http://wiki.openstack.org/Heat Package: python-heat diff --git a/debian/source/options b/debian/source/options new file mode 100644 index 000000000..001062d68 --- /dev/null +++ b/debian/source/options @@ -0,0 +1 @@ +extend-diff-ignore = "^[.]gitreview$"