Control: tags 936864 + patch Control: tags 936864 + pending Dear maintainer,
I've prepared an NMU for libfwsi (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 libfwsi-20181227/debian/changelog libfwsi-20181227/debian/changelog --- libfwsi-20181227/debian/changelog 2019-01-14 02:41:21.000000000 +0200 +++ libfwsi-20181227/debian/changelog 2020-01-19 01:20:00.000000000 +0200 @@ -1,3 +1,10 @@ +libfwsi (20181227-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Remove the Python 2 bindings. (Closes: #936864) + + -- Adrian Bunk <b...@debian.org> Sun, 19 Jan 2020 01:20:00 +0200 + libfwsi (20181227-1) unstable; urgency=medium * New upstream version 20181227 diff -Nru libfwsi-20181227/debian/control libfwsi-20181227/debian/control --- libfwsi-20181227/debian/control 2019-01-14 02:41:11.000000000 +0200 +++ libfwsi-20181227/debian/control 2020-01-19 01:20:00.000000000 +0200 @@ -4,7 +4,7 @@ Uploaders: Hilko Bengen <ben...@debian.org> Build-Depends: debhelper (>= 11), pkg-config, - python-dev, python3-dev, + dh-python, python3-dev, Standards-Version: 4.3.0 Section: libs Homepage: https://github.com/libyal/libfwsi @@ -33,16 +33,6 @@ . This package contains the shared library. -Package: python-libfwsi -Section: python -Architecture: any -Depends: libfwsi1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, - ${python:Depends} -Description: Windows Shell Item format access library -- Python 2 bindings - libfwsi is a library to access the Windows Shell Item format. - . - This package contains Python bindings for libfwsi. - Package: python3-libfwsi Section: python Architecture: any diff -Nru libfwsi-20181227/debian/python-libfwsi.install libfwsi-20181227/debian/python-libfwsi.install --- libfwsi-20181227/debian/python-libfwsi.install 2017-11-12 15:37:43.000000000 +0200 +++ libfwsi-20181227/debian/python-libfwsi.install 1970-01-01 02:00:00.000000000 +0200 @@ -1 +0,0 @@ -/usr/lib/python2* diff -Nru libfwsi-20181227/debian/rules libfwsi-20181227/debian/rules --- libfwsi-20181227/debian/rules 2019-01-14 02:41:11.000000000 +0200 +++ libfwsi-20181227/debian/rules 2020-01-19 01:20:00.000000000 +0200 @@ -10,10 +10,10 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: - 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/pyfwsi.a --fail-missing