Control: tags 936919 + patch Control: tags 936919 + pending Dear maintainer,
I've prepared an NMU for libsigscan (versioned as 20190103-1.1) and uploaded it to DELAYED/15. Please feel free to tell me if I should cancel it. cu Adrian
diff -Nru libsigscan-20190103/debian/changelog libsigscan-20190103/debian/changelog --- libsigscan-20190103/debian/changelog 2019-01-14 03:32:54.000000000 +0200 +++ libsigscan-20190103/debian/changelog 2020-01-18 23:47:35.000000000 +0200 @@ -1,3 +1,10 @@ +libsigscan (20190103-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Remove the Python 2 bindings. (Closes: #936919) + + -- Adrian Bunk <[email protected]> Sat, 18 Jan 2020 23:47:35 +0200 + libsigscan (20190103-1) unstable; urgency=medium [ Raphaƫl Hertzog ] diff -Nru libsigscan-20190103/debian/control libsigscan-20190103/debian/control --- libsigscan-20190103/debian/control 2019-01-14 03:29:19.000000000 +0200 +++ libsigscan-20190103/debian/control 2020-01-18 23:47:35.000000000 +0200 @@ -6,8 +6,8 @@ dh-python, pkg-config, libbfio-dev, - python-dev, python3-dev, - python, python3, + python3-dev, + python3, Standards-Version: 4.3.0 Section: libs Homepage: https://github.com/libyal/libsigscan @@ -51,16 +51,6 @@ This package contains sigscan, a command line tool that uses libsigscan to find binary signatures in files. -Package: python-libsigscan -Section: python -Architecture: any -Depends: libsigscan1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} -Description: binary signature scanning library -- Python 2 bindings - libsigscan is a library for binary signature scanning, using simple - offset/string-based signatures. - . - This package contains Python 2 bindings for libsigscan. - Package: python3-libsigscan Section: python Architecture: any diff -Nru libsigscan-20190103/debian/python-libsigscan.install libsigscan-20190103/debian/python-libsigscan.install --- libsigscan-20190103/debian/python-libsigscan.install 2016-08-02 12:13:57.000000000 +0300 +++ libsigscan-20190103/debian/python-libsigscan.install 1970-01-01 02:00:00.000000000 +0200 @@ -1 +0,0 @@ -/usr/lib/python2* diff -Nru libsigscan-20190103/debian/rules libsigscan-20190103/debian/rules --- libsigscan-20190103/debian/rules 2019-01-14 03:29:31.000000000 +0200 +++ libsigscan-20190103/debian/rules 2020-01-18 23:47:35.000000000 +0200 @@ -10,10 +10,10 @@ export SKIP_PYTHON_TESTS=1 %: - dh $@ --with python2,python3 + dh $@ --with python3 --buildsystem=autoconf override_dh_auto_configure: - dh_auto_configure -- --enable-python2 --enable-python3 + dh_auto_configure -- --disable-python2 --enable-python3 override_dh_missing: dh_missing -X.la -X/pysigscan.a --fail-missing

