Control: tags 936858 + patch Control: tags 936858 + pending Dear maintainer,
I've prepared an NMU for libfsapfs (versioned as 20190210-1.1) and uploaded it to DELAYED/15. Please feel free to tell me if I should cancel it. cu Adrian
diff -Nru libfsapfs-20190210/debian/changelog libfsapfs-20190210/debian/changelog --- libfsapfs-20190210/debian/changelog 2019-02-10 23:28:47.000000000 +0200 +++ libfsapfs-20190210/debian/changelog 2020-01-18 15:57:24.000000000 +0200 @@ -1,3 +1,10 @@ +libfsapfs (20190210-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Remove the Python 2 bindings. (Closes: #936858) + + -- Adrian Bunk <b...@debian.org> Sat, 18 Jan 2020 15:57:24 +0200 + libfsapfs (20190210-1) unstable; urgency=medium * Enable hardening options diff -Nru libfsapfs-20190210/debian/control libfsapfs-20190210/debian/control --- libfsapfs-20190210/debian/control 2019-01-23 01:48:52.000000000 +0200 +++ libfsapfs-20190210/debian/control 2020-01-18 15:57:21.000000000 +0200 @@ -8,7 +8,7 @@ libbfio-dev (>= 20160108), libfuse-dev, libssl-dev, - python-dev, python3-dev, + python3-dev, Standards-Version: 4.3.0 Section: libs Homepage: https://github.com/libyal/libfsapfs @@ -50,16 +50,6 @@ This package contains fsapfsinfo, an APFS information retrieval utility, and fpafsmount, a FUSE-based APFS filesystem implementation. -Package: python-fsapfs -Section: python -Architecture: any -Depends: libfsapfs1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, - ${python:Depends}, -Description: APFS access library -- Python 2 bindings - libfsapfs is a library to access the Apple File System (APFS). - . - This package includes Python 2 bindings. - Package: python3-fsapfs Section: python Architecture: any diff -Nru libfsapfs-20190210/debian/python-fsapfs.install libfsapfs-20190210/debian/python-fsapfs.install --- libfsapfs-20190210/debian/python-fsapfs.install 2019-01-14 12:09:19.000000000 +0200 +++ libfsapfs-20190210/debian/python-fsapfs.install 1970-01-01 02:00:00.000000000 +0200 @@ -1 +0,0 @@ -/usr/lib/python2* diff -Nru libfsapfs-20190210/debian/rules libfsapfs-20190210/debian/rules --- libfsapfs-20190210/debian/rules 2019-01-30 12:30:50.000000000 +0200 +++ libfsapfs-20190210/debian/rules 2020-01-18 15:57:24.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/pyfsapfs.a --fail-missing