Control: tags 936909 + patch Control: tags 936909 + pending Dear maintainer,
I've prepared an NMU for libqcow (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 libqcow-20181227/debian/changelog libqcow-20181227/debian/changelog --- libqcow-20181227/debian/changelog 2019-01-14 03:17:58.000000000 +0200 +++ libqcow-20181227/debian/changelog 2020-01-18 23:43:45.000000000 +0200 @@ -1,3 +1,10 @@ +libqcow (20181227-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Remove the Python 2 bindings. (Closes: #936909) + + -- Adrian Bunk <[email protected]> Sat, 18 Jan 2020 23:43:45 +0200 + libqcow (20181227-1) unstable; urgency=medium * New upstream version 20181227 diff -Nru libqcow-20181227/debian/control libqcow-20181227/debian/control --- libqcow-20181227/debian/control 2019-01-14 03:14:08.000000000 +0200 +++ libqcow-20181227/debian/control 2020-01-18 23:43:45.000000000 +0200 @@ -6,7 +6,7 @@ dh-python, pkg-config, libbfio-dev, zlib1g-dev, libfuse-dev, - python-dev, python3-dev, + python3-dev, Standards-Version: 4.3.0 Section: libs Homepage: https://github.com/libyal/libqcow @@ -47,15 +47,6 @@ This package contains tools to access data stored in QCOW files: qcowinfo, qcowmount. -Package: python-libqcow -Section: python -Architecture: any -Depends: libqcow1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} -Description: QEMU Copy-On-Write image format access library -- Python 2 bindings - libqcow is a library to access the QEMU Copy-On-Write (QCOW) image format. - . - This package contains Python 2 bindings for libqcow. - Package: python3-libqcow Section: python Architecture: any diff -Nru libqcow-20181227/debian/python-libqcow.install libqcow-20181227/debian/python-libqcow.install --- libqcow-20181227/debian/python-libqcow.install 2018-11-18 13:28:52.000000000 +0200 +++ libqcow-20181227/debian/python-libqcow.install 1970-01-01 02:00:00.000000000 +0200 @@ -1 +0,0 @@ -/usr/lib/python2* diff -Nru libqcow-20181227/debian/rules libqcow-20181227/debian/rules --- libqcow-20181227/debian/rules 2019-01-14 03:14:20.000000000 +0200 +++ libqcow-20181227/debian/rules 2020-01-18 23:43:45.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/pyqcow.a --fail-missing

