Control: tags 936859 + patch Control: tags 936859 + pending Dear maintainer,
I've prepared an NMU for libfsntfs (versioned as 20190104-1.1) and uploaded it to DELAYED/15. Please feel free to tell me if I should cancel it. cu Adrian
diff -Nru libfsntfs-20190104/debian/changelog libfsntfs-20190104/debian/changelog --- libfsntfs-20190104/debian/changelog 2019-01-14 02:02:24.000000000 +0200 +++ libfsntfs-20190104/debian/changelog 2020-01-18 23:30:12.000000000 +0200 @@ -1,3 +1,10 @@ +libfsntfs (20190104-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Remove the Python 2 bindings. (Closes: #936859) + + -- Adrian Bunk <[email protected]> Sat, 18 Jan 2020 23:30:12 +0200 + libfsntfs (20190104-1) unstable; urgency=medium [ Raphaƫl Hertzog ] diff -Nru libfsntfs-20190104/debian/control libfsntfs-20190104/debian/control --- libfsntfs-20190104/debian/control 2019-01-14 01:55:14.000000000 +0200 +++ libfsntfs-20190104/debian/control 2020-01-18 23:30:12.000000000 +0200 @@ -6,7 +6,7 @@ dh-python, pkg-config, libbfio-dev (>= 20160108), - python-dev, python3-dev, + python3-dev, Standards-Version: 4.3.0 Section: libs Homepage: https://github.com/libyal/libfsntfs @@ -54,18 +54,6 @@ This package contains fsntfsinfo, a utility to determine information about a Windows NT File System volume. -Package: python-libfsntfs -Section: python -Architecture: any -Depends: libfsntfs1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, - ${python:Depends}, -Description: NTFS access library -- Python 2 bindings - NTFS is the primary file system for Microsoft Windows versions that - are based on Windows NT. libfsntfs provides a library and tools to - access NTFS volumes. - . - This package includes Python 2 bindings. - Package: python3-libfsntfs Section: python Architecture: any diff -Nru libfsntfs-20190104/debian/python-libfsntfs.install libfsntfs-20190104/debian/python-libfsntfs.install --- libfsntfs-20190104/debian/python-libfsntfs.install 2019-01-14 01:53:51.000000000 +0200 +++ libfsntfs-20190104/debian/python-libfsntfs.install 1970-01-01 02:00:00.000000000 +0200 @@ -1 +0,0 @@ -/usr/lib/python2* diff -Nru libfsntfs-20190104/debian/rules libfsntfs-20190104/debian/rules --- libfsntfs-20190104/debian/rules 2019-01-14 01:55:14.000000000 +0200 +++ libfsntfs-20190104/debian/rules 2020-01-18 23:30:12.000000000 +0200 @@ -7,10 +7,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 CFLAGS="-g" + dh_auto_configure -- --disable-python2 --enable-python3 CFLAGS="-g" override_dh_missing: dh_missing -X.la -X/pyfsntfs.a --fail-missing

