diff -Nru python-retrying-1.3.3/debian/changelog python-retrying-1.3.3/debian/changelog --- python-retrying-1.3.3/debian/changelog 2016-02-28 14:49:22.000000000 +0000 +++ python-retrying-1.3.3/debian/changelog 2018-04-02 15:56:04.000000000 +0000 @@ -1,3 +1,23 @@ +python-retrying (1.3.3-3) unstable; urgency=medium + + [ Ondřej Nový ] + * d/control: Set Vcs-* to salsa.debian.org + * d/rules: Changed UPSTREAM_GIT protocol to https + + [ Daniel Baumann ] + * Updating vcs fields. + * Updating copyright format url. + * Updating maintainer field. + * Running wrap-and-sort -bast. + * Removing gbp.conf, not used anymore or should be specified in the + developers dotfiles. + + [ Thomas Goirand ] + * Add missing dh-python build-depends. + * Standards-Version is now 4.1.3. + + -- Thomas Goirand Mon, 02 Apr 2018 17:56:04 +0200 + python-retrying (1.3.3-2) unstable; urgency=medium * Fixed VCS URLs (https). diff -Nru python-retrying-1.3.3/debian/control python-retrying-1.3.3/debian/control --- python-retrying-1.3.3/debian/control 2016-02-28 14:49:22.000000000 +0000 +++ python-retrying-1.3.3/debian/control 2018-04-02 15:56:04.000000000 +0000 @@ -1,25 +1,30 @@ Source: python-retrying Section: python Priority: optional -Maintainer: PKG OpenStack -Uploaders: Thomas Goirand , -Build-Depends: debhelper (>= 9), - python-all, - python-setuptools, - python3-all, - python3-setuptools, -Build-Depends-Indep: python-six, - python3-six, -Standards-Version: 3.9.5 -Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-retrying?h=debian%2Fnewton -Vcs-Git: https://git.openstack.org/openstack/deb-python-retrying -b debian/newton +Maintainer: Debian OpenStack +Uploaders: + Thomas Goirand , +Build-Depends: + debhelper (>= 9), + dh-python, + python-all, + python-setuptools, + python3-all, + python3-setuptools, +Build-Depends-Indep: + python-six, + python3-six, +Standards-Version: 4.1.3 +Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-retrying +Vcs-Git: https://salsa.debian.org/openstack-team/python/python-retrying.git Homepage: https://github.com/rholder/retrying Package: python-retrying Architecture: all -Depends: python-six, - ${misc:Depends}, - ${python:Depends}, +Depends: + python-six, + ${misc:Depends}, + ${python:Depends}, Description: simplifies the task of adding retry behavior - Python 2.x Retrying is an Apache 2.0 licensed general-purpose retrying library, written in Python, to simplify the task of adding retry behavior to just about @@ -36,9 +41,10 @@ Package: python3-retrying Architecture: all -Depends: python3-six, - ${misc:Depends}, - ${python3:Depends}, +Depends: + python3-six, + ${misc:Depends}, + ${python3:Depends}, Description: simplifies the task of adding retry behavior - Python 3.x Retrying is an Apache 2.0 licensed general-purpose retrying library, written in Python, to simplify the task of adding retry behavior to just about diff -Nru python-retrying-1.3.3/debian/copyright python-retrying-1.3.3/debian/copyright --- python-retrying-1.3.3/debian/copyright 2016-02-28 14:49:22.000000000 +0000 +++ python-retrying-1.3.3/debian/copyright 2018-04-02 15:56:04.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: retrying Source: https://github.com/rholder/retrying diff -Nru python-retrying-1.3.3/debian/gbp.conf python-retrying-1.3.3/debian/gbp.conf --- python-retrying-1.3.3/debian/gbp.conf 2016-02-28 14:49:22.000000000 +0000 +++ python-retrying-1.3.3/debian/gbp.conf 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -[DEFAULT] -upstream-branch = master -debian-branch = debian/newton -upstream-tag = %(version)s -compression = xz - -[git-buildpackage] -export-dir = ../build-area/ - diff -Nru python-retrying-1.3.3/debian/source/options python-retrying-1.3.3/debian/source/options --- python-retrying-1.3.3/debian/source/options 2016-02-28 14:49:22.000000000 +0000 +++ python-retrying-1.3.3/debian/source/options 2018-04-02 15:56:04.000000000 +0000 @@ -1,2 +1 @@ extend-diff-ignore = "^[^/]*[.]egg-info/" -extend-diff-ignore = "^[.]gitreview$"