Control: tags 936921 + patch Control: tags 936921 + pending Dear maintainer,
I've prepared an NMU for libsmraw (versioned as 20181227-1.1) and uploaded it to DELAYED/15. Please feel free to tell me if I should cancel it. cu Adrian
diff -Nru libsmraw-20181227/debian/changelog libsmraw-20181227/debian/changelog --- libsmraw-20181227/debian/changelog 2019-01-14 03:40:36.000000000 +0200 +++ libsmraw-20181227/debian/changelog 2020-01-18 23:54:53.000000000 +0200 @@ -1,3 +1,10 @@ +libsmraw (20181227-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Remove the Python 2 bindings. (Closes: #936921) + + -- Adrian Bunk <[email protected]> Sat, 18 Jan 2020 23:54:53 +0200 + libsmraw (20181227-1) unstable; urgency=medium [ Raphaƫl Hertzog ] diff -Nru libsmraw-20181227/debian/control libsmraw-20181227/debian/control --- libsmraw-20181227/debian/control 2019-01-14 03:36:22.000000000 +0200 +++ libsmraw-20181227/debian/control 2020-01-18 23:54:53.000000000 +0200 @@ -3,7 +3,7 @@ Maintainer: Debian Security Tools <[email protected]> Uploaders: Hilko Bengen <[email protected]> Build-Depends: debhelper (>= 11), dh-python, - pkg-config, python-dev, python3-dev, libbfio-dev, libfuse-dev, + pkg-config, python3-dev, libbfio-dev, libfuse-dev, Standards-Version: 4.3.0 Section: libs Homepage: https://github.com/libyal/libsmraw @@ -44,15 +44,6 @@ This package contains tools to access data stored in split RAW files: smrawmount, smrawverify -Package: python-libsmraw -Section: python -Architecture: any -Depends: libsmraw1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} -Description: split RAW image format access library -- Python 2 bindings - libsmraw is a library to access the (split) RAW image format. - . - This package contains Python 2 bindings for libsmraw. - Package: python3-libsmraw Section: python Architecture: any diff -Nru libsmraw-20181227/debian/python-libsmraw.install libsmraw-20181227/debian/python-libsmraw.install --- libsmraw-20181227/debian/python-libsmraw.install 2017-08-04 08:13:59.000000000 +0300 +++ libsmraw-20181227/debian/python-libsmraw.install 1970-01-01 02:00:00.000000000 +0200 @@ -1 +0,0 @@ -/usr/lib/python2* diff -Nru libsmraw-20181227/debian/rules libsmraw-20181227/debian/rules --- libsmraw-20181227/debian/rules 2019-01-14 03:36:43.000000000 +0200 +++ libsmraw-20181227/debian/rules 2020-01-18 23:54:53.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_auto_test: dh_auto_test --max-parallel=1

