diff --git a/debian/changelog b/debian/changelog index 40acc53..cfba48b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-fuelclient (9.0.0-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:09:50 +0200 + python-fuelclient (9.0.0-1) unstable; urgency=medium [ Ondřej Nový ] diff --git a/debian/control b/debian/control index 5d308a8..645dbdb 100644 --- a/debian/control +++ b/debian/control @@ -39,8 +39,8 @@ Build-Depends-Indep: python-cliff (>= 1.15.0), subunit, testrepository, Standards-Version: 3.9.8 -Vcs-Browser: https://anonscm.debian.org/gitweb/?p=openstack/python-fuelclient.git;a=summary -Vcs-Git: https://anonscm.debian.org/git/openstack/python-fuelclient.git +Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-fuelclient?h=debian%2Fnewton +Vcs-Git: https://git.openstack.org/openstack/deb-python-fuelclient -b debian/newton Homepage: https://github.com/openstack/python-fuelclient Package: python-fuelclient diff --git a/debian/source/options b/debian/source/options new file mode 100644 index 0000000..001062d --- /dev/null +++ b/debian/source/options @@ -0,0 +1 @@ +extend-diff-ignore = "^[.]gitreview$"