Control: tags 936938 + patch Control: tags 936938 + pending Dear maintainer,
I've prepared an NMU for libvslvm (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 libvslvm-20181227/debian/changelog libvslvm-20181227/debian/changelog --- libvslvm-20181227/debian/changelog 2019-01-14 04:08:14.000000000 +0200 +++ libvslvm-20181227/debian/changelog 2020-01-19 00:17:07.000000000 +0200 @@ -1,3 +1,10 @@ +libvslvm (20181227-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Remove the Python 2 bindings. (Closes: #936938) + + -- Adrian Bunk <b...@debian.org> Sun, 19 Jan 2020 00:17:07 +0200 + libvslvm (20181227-1) unstable; urgency=medium [ Raphaƫl Hertzog ] diff -Nru libvslvm-20181227/debian/control libvslvm-20181227/debian/control --- libvslvm-20181227/debian/control 2019-01-14 03:59:18.000000000 +0200 +++ libvslvm-20181227/debian/control 2020-01-19 00:17:07.000000000 +0200 @@ -6,7 +6,7 @@ dh-python, pkg-config, libfuse-dev, - python-dev, python3-dev, + python3-dev, Standards-Version: 4.3.0 Section: libs Homepage: https://github.com/libyal/libvslvm @@ -49,16 +49,6 @@ . This package contains tools to access data ... -Package: python-libvslvm -Section: python -Architecture: any -Depends: libvslvm1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} -Description: Linux LVM volume system format access library -- Python 2 bindings - libvslvm is a library to access the Linux Logical Volume Manager - (LVM) volume system format. - . - This package contains Python 2 bindings for libvslvm. - Package: python3-libvslvm Section: python Architecture: any diff -Nru libvslvm-20181227/debian/python-libvslvm.install libvslvm-20181227/debian/python-libvslvm.install --- libvslvm-20181227/debian/python-libvslvm.install 2016-08-02 12:14:12.000000000 +0300 +++ libvslvm-20181227/debian/python-libvslvm.install 1970-01-01 02:00:00.000000000 +0200 @@ -1 +0,0 @@ -/usr/lib/python2* diff -Nru libvslvm-20181227/debian/rules libvslvm-20181227/debian/rules --- libvslvm-20181227/debian/rules 2019-01-14 04:04:13.000000000 +0200 +++ libvslvm-20181227/debian/rules 2020-01-19 00:17:07.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/pyvslvm.a --fail-missing