Control: tags 936937 + patch Control: tags 936937 + pending Dear maintainer,
I've prepared an NMU for libvshadow (versioned as 20190323-1.1) and uploaded it to DELAYED/15. Please feel free to tell me if I should cancel it. cu Adrian
diff -Nru libvshadow-20190323/debian/changelog libvshadow-20190323/debian/changelog --- libvshadow-20190323/debian/changelog 2019-04-21 22:38:49.000000000 +0300 +++ libvshadow-20190323/debian/changelog 2020-01-19 00:13:38.000000000 +0200 @@ -1,3 +1,10 @@ +libvshadow (20190323-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Remove the Python 2 bindings. (Closes: #936937) + + -- Adrian Bunk <[email protected]> Sun, 19 Jan 2020 00:13:38 +0200 + libvshadow (20190323-1) unstable; urgency=medium * Clean up d/changelog after botched upload / git history diff -Nru libvshadow-20190323/debian/control libvshadow-20190323/debian/control --- libvshadow-20190323/debian/control 2019-04-21 22:37:08.000000000 +0300 +++ libvshadow-20190323/debian/control 2020-01-19 00:13:38.000000000 +0200 @@ -5,7 +5,7 @@ Build-Depends: debhelper (>= 11~), dh-python, pkg-config, libbfio-dev, libfuse-dev, - python-dev, python3-dev, + python3-dev, Standards-Version: 4.3.0 Section: libs Homepage: https://github.com/libyal/libvshadow @@ -52,18 +52,6 @@ This package contains tools to access data stored in a Volume Shadow Snapshot: vshadowinfo, vshadowmount. -Package: python-libvshadow -Section: python -Architecture: any -Depends: libvshadow1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, - ${python:Depends}, -Description: Volume Shadow Snapshot format access library -- Python 2 bindings - libvshadow is a library to access the Volume Shadow Snapshot (VSS) - format. The VSS format is used by Windows, as of Vista, to maintain - copies of data on a storage media volume. - . - This package contains Python 2 bindings for libvshadow. - Package: python3-libvshadow Section: python Architecture: any diff -Nru libvshadow-20190323/debian/python-libvshadow.install libvshadow-20190323/debian/python-libvshadow.install --- libvshadow-20190323/debian/python-libvshadow.install 2019-04-21 22:37:08.000000000 +0300 +++ libvshadow-20190323/debian/python-libvshadow.install 1970-01-01 02:00:00.000000000 +0200 @@ -1 +0,0 @@ -/usr/lib/python2* diff -Nru libvshadow-20190323/debian/rules libvshadow-20190323/debian/rules --- libvshadow-20190323/debian/rules 2019-04-21 22:37:08.000000000 +0300 +++ libvshadow-20190323/debian/rules 2020-01-19 00:13:38.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/pyvshadow.a --fail-missing

