Control: tags 936931 + patch Control: tags 936931 + pending Dear maintainer,
I've prepared an NMU for libvhdi (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 libvhdi-20181227/debian/changelog libvhdi-20181227/debian/changelog --- libvhdi-20181227/debian/changelog 2019-01-14 03:48:40.000000000 +0200 +++ libvhdi-20181227/debian/changelog 2020-01-18 23:58:49.000000000 +0200 @@ -1,3 +1,10 @@ +libvhdi (20181227-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Remove the Python 2 bindings. (Closes: #936931) + + -- Adrian Bunk <[email protected]> Sat, 18 Jan 2020 23:58:49 +0200 + libvhdi (20181227-1) unstable; urgency=medium * New upstream version 20181227 diff -Nru libvhdi-20181227/debian/control libvhdi-20181227/debian/control --- libvhdi-20181227/debian/control 2019-01-14 03:48:40.000000000 +0200 +++ libvhdi-20181227/debian/control 2020-01-18 23:58:49.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/libvhdi @@ -44,15 +44,6 @@ This package contains tools to access data stored in VHD files: vhdiinfo, vhdimount. -Package: python-libvhdi -Section: python -Architecture: any -Depends: libvhdi1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} -Description: Virtual Hard Disk image format access library -- Python 2 bindings - libvhdi is a library to access the Virtual Hard Disk (VHD) image format. - . - This package contains Python 2 bindings for libvhdi. - Package: python3-libvhdi Section: python Architecture: any diff -Nru libvhdi-20181227/debian/python-libvhdi.install libvhdi-20181227/debian/python-libvhdi.install --- libvhdi-20181227/debian/python-libvhdi.install 2016-08-02 12:14:04.000000000 +0300 +++ libvhdi-20181227/debian/python-libvhdi.install 1970-01-01 02:00:00.000000000 +0200 @@ -1 +0,0 @@ -/usr/lib/python2* diff -Nru libvhdi-20181227/debian/rules libvhdi-20181227/debian/rules --- libvhdi-20181227/debian/rules 2019-01-14 03:48:40.000000000 +0200 +++ libvhdi-20181227/debian/rules 2020-01-18 23:58:49.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/pyvhdi.a --fail-missing

