diff -Nru python-pytimeparse-1.1.5/debian/changelog python-pytimeparse-1.1.5/debian/changelog --- python-pytimeparse-1.1.5/debian/changelog 2015-09-10 13:59:13.000000000 +0000 +++ python-pytimeparse-1.1.5/debian/changelog 2016-02-28 14:47:55.000000000 +0000 @@ -1,3 +1,12 @@ +python-pytimeparse (1.1.5-2) unstable; urgency=medium + + * Fixed VCS URLs (https). + * d/rules: Changed UPSTREAM_GIT protocol to https + * 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:47:55 +0100 + python-pytimeparse (1.1.5-1) unstable; urgency=medium * New upstream release. diff -Nru python-pytimeparse-1.1.5/debian/control python-pytimeparse-1.1.5/debian/control --- python-pytimeparse-1.1.5/debian/control 2015-09-10 13:59:13.000000000 +0000 +++ python-pytimeparse-1.1.5/debian/control 2016-02-28 14:47:55.000000000 +0000 @@ -12,8 +12,8 @@ Build-Depends-Indep: python-nose, python3-nose, Standards-Version: 3.9.6 -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-pytimeparse.git -Vcs-Git: git://anonscm.debian.org/openstack/python-pytimeparse.git +Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-pytimeparse?h=debian%2Fnewton +Vcs-Git: https://git.openstack.org/openstack/deb-python-pytimeparse -b debian/newton Homepage: https://github.com/wroberts/pytimeparse Package: python-pytimeparse diff -Nru python-pytimeparse-1.1.5/debian/gbp.conf python-pytimeparse-1.1.5/debian/gbp.conf --- python-pytimeparse-1.1.5/debian/gbp.conf 2015-09-10 13:59:13.000000000 +0000 +++ python-pytimeparse-1.1.5/debian/gbp.conf 2016-02-28 14:47:55.000000000 +0000 @@ -1,6 +1,6 @@ [DEFAULT] upstream-branch = master -debian-branch = debian/unstable +debian-branch = debian/newton upstream-tag = %(version)s compression = xz diff -Nru python-pytimeparse-1.1.5/debian/rules python-pytimeparse-1.1.5/debian/rules --- python-pytimeparse-1.1.5/debian/rules 2015-09-10 13:59:13.000000000 +0000 +++ python-pytimeparse-1.1.5/debian/rules 2016-02-28 14:47:55.000000000 +0000 @@ -3,7 +3,7 @@ PYTHONS:=$(shell pyversions -vr) PYTHON3S:=$(shell py3versions -vr) -UPSTREAM_GIT = git://github.com/wroberts/pytimeparse.git +UPSTREAM_GIT := https://github.com/wroberts/pytimeparse.git -include /usr/share/openstack-pkg-tools/pkgos.make %: diff -Nru python-pytimeparse-1.1.5/debian/source/options python-pytimeparse-1.1.5/debian/source/options --- python-pytimeparse-1.1.5/debian/source/options 2015-09-10 13:59:13.000000000 +0000 +++ python-pytimeparse-1.1.5/debian/source/options 2016-02-28 14:47:55.000000000 +0000 @@ -1 +1,2 @@ extend-diff-ignore = "^[^/]*[.]egg-info/" +extend-diff-ignore = "^[.]gitreview$"