Control: tags 936936 + patch Control: tags 936936 + pending Dear maintainer,
I've prepared an NMU for libvmdk (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 libvmdk-20181227/debian/changelog libvmdk-20181227/debian/changelog --- libvmdk-20181227/debian/changelog 2019-01-14 00:05:43.000000000 +0200 +++ libvmdk-20181227/debian/changelog 2020-01-19 00:04:09.000000000 +0200 @@ -1,3 +1,10 @@ +libvmdk (20181227-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Remove the Python 2 bindings. (Closes: #936936) + + -- Adrian Bunk <[email protected]> Sun, 19 Jan 2020 00:04:09 +0200 + libvmdk (20181227-1) unstable; urgency=medium * Team upload diff -Nru libvmdk-20181227/debian/control libvmdk-20181227/debian/control --- libvmdk-20181227/debian/control 2019-01-14 00:05:43.000000000 +0200 +++ libvmdk-20181227/debian/control 2020-01-19 00:04:09.000000000 +0200 @@ -6,7 +6,7 @@ dh-python, pkg-config, libbfio-dev (>= 20160108), libfuse-dev, zlib1g-dev, - python-dev, python3-dev, + python3-dev, Standards-Version: 4.3.0 Section: libs Homepage: https://github.com/libyal/libvmdk @@ -47,15 +47,6 @@ This package contains tools to access data stored in VMDK files: vmdkinfo, vmdkmount. -Package: python-libvmdk -Section: python -Architecture: any -Depends: libvmdk1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} -Description: VMWare Virtual Disk format access library -- Python 2 bindings - libvmdk is a library to access the VMware Virtual Disk (VMDK) format. - . - This package contains Python 2 bindings for libvmdk. - Package: python3-libvmdk Section: python Architecture: any diff -Nru libvmdk-20181227/debian/python-libvmdk.install libvmdk-20181227/debian/python-libvmdk.install --- libvmdk-20181227/debian/python-libvmdk.install 2019-01-13 23:54:10.000000000 +0200 +++ libvmdk-20181227/debian/python-libvmdk.install 1970-01-01 02:00:00.000000000 +0200 @@ -1 +0,0 @@ -/usr/lib/python2* diff -Nru libvmdk-20181227/debian/rules libvmdk-20181227/debian/rules --- libvmdk-20181227/debian/rules 2019-01-14 00:05:43.000000000 +0200 +++ libvmdk-20181227/debian/rules 2020-01-19 00:04:09.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/pyvmdk.a --fail-missing

