diff -Nru python-rarfile-3.0/debian/changelog python-rarfile-3.0/debian/changelog --- python-rarfile-3.0/debian/changelog 2017-10-05 08:41:21.000000000 +0000 +++ python-rarfile-3.0/debian/changelog 2019-08-10 19:29:17.000000000 +0000 @@ -1,3 +1,21 @@ +python-rarfile (3.0-2) unstable; urgency=medium + + * Team upload. + * d/control: Set Vcs-* to salsa.debian.org + * d/watch: Use https protocol + * d/changelog: Remove trailing whitespaces + * d/control: Remove trailing whitespaces + * 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. + * Bump debhelper compat level to 12. + * Bump standards version to 4.4.0 (no changes). + * Enable autopkgtest-pkg-python testsuite. + + -- Ondřej Nový Sat, 10 Aug 2019 21:29:17 +0200 + python-rarfile (3.0-1) unstable; urgency=medium * New upstream release. @@ -46,7 +64,7 @@ DebianWiki's recommendation. * debian/copyright: - Update copyright years. - * Delete README.Debian and python3-rarfile.README.Debian (no more + * Delete README.Debian and python3-rarfile.README.Debian (no more relevant due to last upstream release). -- Hugo Lefeuvre Fri, 10 Apr 2015 23:08:35 +0200 @@ -56,7 +74,7 @@ * New upstream release * debian/control: - Bump Standards-Version to 3.9.6. - - Update python-rarfile's and python-rarfile3's synopsis to + - Update python-rarfile's and python-rarfile3's synopsis to fix capitalization errors. -- Hugo Lefeuvre Sun, 14 Dec 2014 12:02:25 +0100 diff -Nru python-rarfile-3.0/debian/compat python-rarfile-3.0/debian/compat --- python-rarfile-3.0/debian/compat 2017-10-05 08:41:21.000000000 +0000 +++ python-rarfile-3.0/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -10 diff -Nru python-rarfile-3.0/debian/control python-rarfile-3.0/debian/control --- python-rarfile-3.0/debian/control 2017-10-05 08:41:21.000000000 +0000 +++ python-rarfile-3.0/debian/control 2019-08-10 19:29:07.000000000 +0000 @@ -3,36 +3,20 @@ Priority: optional Maintainer: Hugo Lefeuvre Uploaders: Debian Python Modules Team -Build-Depends: debhelper (>= 10), +Build-Depends: debhelper-compat (= 12), dh-python, - python-all, - python-setuptools, python3-all, python3-setuptools -Standards-Version: 4.1.0 -X-Python-Version: >= 2.6 -X-Python3-Version: >= 3.2 +Standards-Version: 4.4.0 Homepage: https://github.com/markokr/rarfile -Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-rarfile.git -Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-rarfile.git - -Package: python-rarfile -Architecture: all -Depends: ${shlibs:Depends}, - ${misc:Depends}, - ${python:Depends}, - libarchive-tools -Description: RAR archive reader module for Python 2 - This is a Python module for RAR archive reading. The interface is made - a zipfile like as possible. It supports both RAR3 and RAR5 archives, - multi volumes archives, unicode filenames and password protected archives. - . - This is the python2 version of the package. +Vcs-Git: https://salsa.debian.org/python-team/modules/python-rarfile.git +Vcs-Browser: https://salsa.debian.org/python-team/modules/python-rarfile +Testsuite: autopkgtest-pkg-python Package: python3-rarfile Architecture: all -Depends: ${shlibs:Depends}, - ${misc:Depends}, +Depends: ${shlibs:Depends}, + ${misc:Depends}, ${python3:Depends}, libarchive-tools Description: RAR archive reader module for Python 3 diff -Nru python-rarfile-3.0/debian/.git-dpm python-rarfile-3.0/debian/.git-dpm --- python-rarfile-3.0/debian/.git-dpm 2017-10-05 08:41:21.000000000 +0000 +++ python-rarfile-3.0/debian/.git-dpm 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -# see git-dpm(1) from git-dpm package -6c1b486a8434727165da24be09e76f1a39d12a16 -6c1b486a8434727165da24be09e76f1a39d12a16 -6c1b486a8434727165da24be09e76f1a39d12a16 -6c1b486a8434727165da24be09e76f1a39d12a16 -python-rarfile_2.7.orig.tar.gz -473e3164acc8ff592a99ad3fed6e3135d7df7028 -36816 -debianTag="debian/%e%v" -patchedTag="patched/%e%v" -upstreamTag="upstream/%e%u" diff -Nru python-rarfile-3.0/debian/rules python-rarfile-3.0/debian/rules --- python-rarfile-3.0/debian/rules 2017-10-05 08:41:21.000000000 +0000 +++ python-rarfile-3.0/debian/rules 2019-08-10 19:29:07.000000000 +0000 @@ -2,7 +2,7 @@ export PYBUILD_NAME=rarfile %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_installchangelogs: dh_installchangelogs doc/news.rst diff -Nru python-rarfile-3.0/debian/watch python-rarfile-3.0/debian/watch --- python-rarfile-3.0/debian/watch 2017-10-05 08:41:21.000000000 +0000 +++ python-rarfile-3.0/debian/watch 2019-08-10 19:29:07.000000000 +0000 @@ -1,3 +1,3 @@ version=3 opts=uversionmangle=s/(rc|a|b|c)/~$1/ \ -http://pypi.debian.net/rarfile/rarfile-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) +https://pypi.debian.net/rarfile/rarfile-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))