Control: tags 936863 + patch Control: tags 936863 + pending Dear maintainer,
I've prepared an NMU for libfwnt (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 libfwnt-20181227/debian/changelog libfwnt-20181227/debian/changelog --- libfwnt-20181227/debian/changelog 2019-01-14 02:31:07.000000000 +0200 +++ libfwnt-20181227/debian/changelog 2020-01-18 23:40:50.000000000 +0200 @@ -1,3 +1,10 @@ +libfwnt (20181227-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Remove the Python 2 bindings. (Closes: #936863) + + -- Adrian Bunk <[email protected]> Sat, 18 Jan 2020 23:40:50 +0200 + libfwnt (20181227-1) unstable; urgency=medium [ Raphaƫl Hertzog ] diff -Nru libfwnt-20181227/debian/control libfwnt-20181227/debian/control --- libfwnt-20181227/debian/control 2019-01-14 02:30:09.000000000 +0200 +++ libfwnt-20181227/debian/control 2020-01-18 23:40:50.000000000 +0200 @@ -5,7 +5,7 @@ Build-Depends: debhelper (>= 11), dh-python, pkg-config, - python-dev, python3-dev, + python3-dev, Standards-Version: 4.3.0 Section: libs Homepage: https://github.com/libyal/libfwnt @@ -34,15 +34,6 @@ . This package contains the shared library. -Package: python-libfwnt -Section: python -Architecture: any -Depends: libfwnt1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} -Description: Windows NT data type library -- Python 2 bindings - libfwnt is a library for Windows NT data types. - . - This package contains Python 2 bindings for libfwnt. - Package: python3-libfwnt Section: python Architecture: any diff -Nru libfwnt-20181227/debian/python-libfwnt.install libfwnt-20181227/debian/python-libfwnt.install --- libfwnt-20181227/debian/python-libfwnt.install 2019-01-14 02:20:22.000000000 +0200 +++ libfwnt-20181227/debian/python-libfwnt.install 1970-01-01 02:00:00.000000000 +0200 @@ -1 +0,0 @@ -/usr/lib/python2* diff -Nru libfwnt-20181227/debian/rules libfwnt-20181227/debian/rules --- libfwnt-20181227/debian/rules 2019-01-14 02:30:43.000000000 +0200 +++ libfwnt-20181227/debian/rules 2020-01-18 23:40:50.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/pyfwnt.a --fail-missing

