diff -Nru python-openid-cla-1.2/debian/changelog python-openid-cla-1.2/debian/changelog --- python-openid-cla-1.2/debian/changelog 2016-07-13 18:27:52.000000000 +0000 +++ python-openid-cla-1.2/debian/changelog 2019-07-25 19:29:53.000000000 +0000 @@ -1,3 +1,15 @@ +python-openid-cla (1.2-2) unstable; urgency=medium + + * Team upload. + * d/control: Set Vcs-* to salsa.debian.org + * d/control: Remove ancient X-Python-Version field + * d/control: Remove ancient X-Python3-Version field + * Convert git repository from git-dpm to gbp layout + * Use debhelper-compat instead of debian/compat. + * Drop Python 2 support. + + -- Ondřej Nový Thu, 25 Jul 2019 21:29:53 +0200 + python-openid-cla (1.2-1) unstable; urgency=medium * Initial release of python-openid-cla. (Closes: #830825) diff -Nru python-openid-cla-1.2/debian/compat python-openid-cla-1.2/debian/compat --- python-openid-cla-1.2/debian/compat 2016-07-13 18:27:52.000000000 +0000 +++ python-openid-cla-1.2/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -9 diff -Nru python-openid-cla-1.2/debian/control python-openid-cla-1.2/debian/control --- python-openid-cla-1.2/debian/control 2016-07-13 18:27:52.000000000 +0000 +++ python-openid-cla-1.2/debian/control 2019-07-25 19:29:53.000000000 +0000 @@ -3,28 +3,14 @@ Priority: optional Maintainer: Debian Python Modules Team Uploaders: Sergio Durigan Junior -Build-Depends: debhelper (>=9), +Build-Depends: debhelper-compat (= 9), dh-python, - python-all (>= 2.6.6-3~), - python-setuptools, python3-all, python3-setuptools Standards-Version: 3.9.8 Homepage: https://github.com/puiterwijk/python-openid-cla -X-Python-Version: >= 2.6 -X-Python3-Version: >= 3.2 -Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-openid-cla.git -Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-openid-cla.git - -Package: python-openid-cla -Architecture: all -Depends: ${python:Depends}, ${misc:Depends} -Description: OpenID CLA extension for python-openid (Python 2) - Implementation of the OpenID CLA extension for python-openid. The - purpose of this extension is to allow retrieving a list of signed - contributor license agreements. - . - This package installs the library for Python 2. +Vcs-Git: https://salsa.debian.org/python-team/modules/python-openid-cla.git +Vcs-Browser: https://salsa.debian.org/python-team/modules/python-openid-cla Package: python3-openid-cla Architecture: all diff -Nru python-openid-cla-1.2/debian/.git-dpm python-openid-cla-1.2/debian/.git-dpm --- python-openid-cla-1.2/debian/.git-dpm 2016-07-13 18:27:52.000000000 +0000 +++ python-openid-cla-1.2/debian/.git-dpm 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -# see git-dpm(1) from git-dpm package -74b22a6db7d5a303766e44174f5ecfecc78e03c9 -74b22a6db7d5a303766e44174f5ecfecc78e03c9 -74b22a6db7d5a303766e44174f5ecfecc78e03c9 -74b22a6db7d5a303766e44174f5ecfecc78e03c9 -python-openid-cla_1.2.orig.tar.gz -4b2cea5cefd7643459c1890fd3bf5f9cf2102aae -3059 -debianTag="debian/%e%v" -patchedTag="patched/%e%v" -upstreamTag="upstream/%e%u" diff -Nru python-openid-cla-1.2/debian/rules python-openid-cla-1.2/debian/rules --- python-openid-cla-1.2/debian/rules 2016-07-13 18:27:52.000000000 +0000 +++ python-openid-cla-1.2/debian/rules 2019-07-25 19:29:53.000000000 +0000 @@ -3,4 +3,4 @@ export PYBUILD_NAME = openid-cla %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild