diff -Nru python-doc8-0.6.0/debian/changelog python-doc8-0.6.0/debian/changelog --- python-doc8-0.6.0/debian/changelog 2015-10-23 22:30:30.000000000 +0000 +++ python-doc8-0.6.0/debian/changelog 2016-02-28 14:36:47.000000000 +0000 @@ -1,3 +1,12 @@ +python-doc8 (0.6.0-4) unstable; urgency=medium + + * Fixed VCS URLs (https). + * d/rules: Changed UPSTREAM_GIT to new URL + * 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:36:47 +0100 + python-doc8 (0.6.0-3) unstable; urgency=medium * override_dh_python3 to fix Py3 shebang. diff -Nru python-doc8-0.6.0/debian/control python-doc8-0.6.0/debian/control --- python-doc8-0.6.0/debian/control 2015-10-23 22:30:30.000000000 +0000 +++ python-doc8-0.6.0/debian/control 2016-02-28 14:36:47.000000000 +0000 @@ -30,8 +30,8 @@ python3-stevedore, python3-testtools, Standards-Version: 3.9.6 -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-doc8.git -Vcs-Git: git://anonscm.debian.org/openstack/python-doc8.git +Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-doc8?h=debian%2Fnewton +Vcs-Git: https://git.openstack.org/openstack/deb-python-doc8 -b debian/newton Homepage: http://git.openstack.org/cgit/stackforge/doc8 Package: python-doc8 diff -Nru python-doc8-0.6.0/debian/gbp.conf python-doc8-0.6.0/debian/gbp.conf --- python-doc8-0.6.0/debian/gbp.conf 2015-10-23 22:30:30.000000000 +0000 +++ python-doc8-0.6.0/debian/gbp.conf 2016-02-28 14:36:47.000000000 +0000 @@ -1,6 +1,6 @@ [DEFAULT] upstream-branch = master -debian-branch = debian/liberty +debian-branch = debian/newton upstream-tag = %(version)s compression = xz diff -Nru python-doc8-0.6.0/debian/rules python-doc8-0.6.0/debian/rules --- python-doc8-0.6.0/debian/rules 2015-10-23 22:30:30.000000000 +0000 +++ python-doc8-0.6.0/debian/rules 2016-02-28 14:36:47.000000000 +0000 @@ -3,7 +3,7 @@ PYTHONS:=$(shell pyversions -vr) PYTHON3S:=$(shell py3versions -vr) -UPSTREAM_GIT = git://github.com/stackforge/doc8.git +UPSTREAM_GIT := https://github.com/openstack/doc8.git include /usr/share/openstack-pkg-tools/pkgos.make export OSLO_PACKAGE_VERSION=$(shell dpkg-parsechangelog | grep Version: | cut -d' ' -f2 | sed -e 's/^[[:digit:]]*://' -e 's/[-].*//' -e 's/~/.0/' | head -n 1) diff -Nru python-doc8-0.6.0/debian/source/options python-doc8-0.6.0/debian/source/options --- python-doc8-0.6.0/debian/source/options 2015-10-23 22:30:30.000000000 +0000 +++ python-doc8-0.6.0/debian/source/options 2016-02-28 14:36:47.000000000 +0000 @@ -1 +1,2 @@ extend-diff-ignore = "^[^/]*[.]egg-info/" +extend-diff-ignore = "^[.]gitreview$"