diff -Nru python-requirements-detector-0.6/debian/changelog python-requirements-detector-0.6/debian/changelog --- python-requirements-detector-0.6/debian/changelog 2018-07-28 01:59:46.000000000 +0000 +++ python-requirements-detector-0.6/debian/changelog 2019-08-02 05:40:18.000000000 +0000 @@ -1,3 +1,14 @@ +python-requirements-detector (0.6-2) unstable; urgency=medium + + * Team upload. + * Use debhelper-compat instead of debian/compat. + * Drop Python 2 support. + * Enable autopkgtest-pkg-python testsuite + * Bump debhelper compat level to 12. + * Bump standards version to 4.4.0 (no changes). + + -- Ondřej Nový Fri, 02 Aug 2019 07:40:18 +0200 + python-requirements-detector (0.6-1) unstable; urgency=medium [ Ondřej Nový ] diff -Nru python-requirements-detector-0.6/debian/compat python-requirements-detector-0.6/debian/compat --- python-requirements-detector-0.6/debian/compat 2018-07-28 01:42:47.000000000 +0000 +++ python-requirements-detector-0.6/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -11 diff -Nru python-requirements-detector-0.6/debian/control python-requirements-detector-0.6/debian/control --- python-requirements-detector-0.6/debian/control 2018-07-28 01:45:52.000000000 +0000 +++ python-requirements-detector-0.6/debian/control 2019-08-02 05:40:01.000000000 +0000 @@ -3,32 +3,18 @@ Priority: optional Maintainer: Debian Python Modules Team Uploaders: ChangZhuo Chen (陳昌倬) -Build-Depends: debhelper (>= 11), +Build-Depends: debhelper-compat (= 12), dh-python, - python-all, - python-astroid (>= 1.4.0), - python-nose, - python-setuptools, python3-all, python3-astroid (>= 1.4.0), python3-nose, python3-setuptools, txt2man, -Standards-Version: 4.1.5 +Standards-Version: 4.4.0 Homepage: https://github.com/landscapeio/requirements-detector Vcs-Git: https://salsa.debian.org/python-team/modules/python-requirements-detector.git Vcs-Browser: https://salsa.debian.org/python-team/modules/python-requirements-detector - -Package: python-requirements-detector -Architecture: all -Depends: ${misc:Depends}, - ${python:Depends}, -Description: finds and lists the requirements of a Python project (Python 2) - Requirements-detector could be run either as a module or with its CLI tool - (detect-requirements). It scans for and lists the project's requirements - out of several sources for them. - . - This package contains the modules for Python 2. +Testsuite: autopkgtest-pkg-python Package: python3-requirements-detector Architecture: all diff -Nru python-requirements-detector-0.6/debian/rules python-requirements-detector-0.6/debian/rules --- python-requirements-detector-0.6/debian/rules 2018-07-28 01:37:35.000000000 +0000 +++ python-requirements-detector-0.6/debian/rules 2019-08-02 05:36:18.000000000 +0000 @@ -8,11 +8,7 @@ DEBDATE := $(shell dpkg-parsechangelog -Sdate | date -u +"%F" -f -) %: - dh $@ --with python2,python3 --buildsystem=pybuild - -override_dh_auto_install: - dh_auto_install - rm -rf debian/python-requirements-detector/usr/bin + dh $@ --with python3 --buildsystem=pybuild override_dh_auto_test: PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="LC_ALL=C.UTF-8 {interpreter} -m nose --verbose" dh_auto_test diff -Nru python-requirements-detector-0.6/debian/tests/control python-requirements-detector-0.6/debian/tests/control --- python-requirements-detector-0.6/debian/tests/control 2018-07-28 01:37:35.000000000 +0000 +++ python-requirements-detector-0.6/debian/tests/control 2019-08-02 05:35:52.000000000 +0000 @@ -1,5 +1,2 @@ -Tests: python-requirements-detector -Depends: python-all, python-nose, python-astroid - Tests: python3-requirements-detector -Depends: python3-all, python3-nose, python3-astroid \ No newline at end of file +Depends: python3-all, python3-nose, python3-astroid diff -Nru python-requirements-detector-0.6/debian/tests/python-requirements-detector python-requirements-detector-0.6/debian/tests/python-requirements-detector --- python-requirements-detector-0.6/debian/tests/python-requirements-detector 2018-07-28 01:37:35.000000000 +0000 +++ python-requirements-detector-0.6/debian/tests/python-requirements-detector 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -#!/bin/sh -e -pyversions -i | tr ' ' '\n' | xargs -I {} env {} -Wd -m nose --verbose 2>&1 \ No newline at end of file