diff -Nru dfdatetime-20190116/debian/changelog dfdatetime-20190116/debian/changelog --- dfdatetime-20190116/debian/changelog 2019-12-17 12:32:19.000000000 +0000 +++ dfdatetime-20190116/debian/changelog 2019-12-30 18:04:58.000000000 +0000 @@ -1,8 +1,9 @@ -dfdatetime (20190116-1build1) focal; urgency=medium +dfdatetime (20190116-1.1) unstable; urgency=medium - * No-change rebuild to generate dependencies on python2. + * Non-maintainer upload. + * Drop python2 support; Closes: #942957, #936387 - -- Matthias Klose Tue, 17 Dec 2019 12:32:19 +0000 + -- Sandro Tosi Mon, 30 Dec 2019 13:04:58 -0500 dfdatetime (20190116-1) unstable; urgency=medium diff -Nru dfdatetime-20190116/debian/control dfdatetime-20190116/debian/control --- dfdatetime-20190116/debian/control 2019-01-22 11:57:55.000000000 +0000 +++ dfdatetime-20190116/debian/control 2019-12-30 18:01:44.000000000 +0000 @@ -4,21 +4,13 @@ Maintainer: Debian Security Tools Uploaders: Hilko Bengen Build-Depends: debhelper (>= 11), dh-python, - python, python-setuptools, python3, python3-setuptools, - python-mock, python3-mock, + python3-mock, Standards-Version: 4.3.0 Homepage: https://github.com/log2timeline/dfdatetime Vcs-Git: https://salsa.debian.org/pkg-security-team/dfdatetime.git Vcs-Browser: https://salsa.debian.org/pkg-security-team/dfdatetime -Package: python-dfdatetime -Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, -Description: Digital Forensics date and time library for Python 2 - dfDateTime, or Digital Forensics date and time, provides date and - time objects to preserve accuracy and precision. - Package: python3-dfdatetime Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, diff -Nru dfdatetime-20190116/debian/python3-dfdatetime.install dfdatetime-20190116/debian/python3-dfdatetime.install --- dfdatetime-20190116/debian/python3-dfdatetime.install 2018-12-21 20:37:44.000000000 +0000 +++ dfdatetime-20190116/debian/python3-dfdatetime.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -/usr/lib/python3* diff -Nru dfdatetime-20190116/debian/python-dfdatetime.install dfdatetime-20190116/debian/python-dfdatetime.install --- dfdatetime-20190116/debian/python-dfdatetime.install 2018-12-21 20:37:44.000000000 +0000 +++ dfdatetime-20190116/debian/python-dfdatetime.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -/usr/lib/python2* diff -Nru dfdatetime-20190116/debian/rules dfdatetime-20190116/debian/rules --- dfdatetime-20190116/debian/rules 2018-12-26 16:28:50.000000000 +0000 +++ dfdatetime-20190116/debian/rules 2019-12-30 18:04:58.000000000 +0000 @@ -13,7 +13,7 @@ # main packaging script based on dh7 syntax %: - dh $@ --with=python2,python3 --buildsystem=pybuild + dh $@ --with=python3 --buildsystem=pybuild override_dh_missing: dh_missing --fail-missing @@ -22,5 +22,4 @@ dh_install -X/usr/share/doc/ override_dh_auto_test: - python run_tests.py - python3 run_tests.py + PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="{interpreter} run_tests.py" dh_auto_test