Control: tags 936850 + pending Dear maintainer,
I've prepared an NMU for libesedb (versioned as 20181229-3.1) and uploaded it to DELAYED/15. Please feel free to tell me if I should cancel it. cu Adrian
diff -Nru libesedb-20181229/debian/changelog libesedb-20181229/debian/changelog --- libesedb-20181229/debian/changelog 2019-01-27 05:39:20.000000000 +0200 +++ libesedb-20181229/debian/changelog 2020-01-19 00:31:51.000000000 +0200 @@ -1,3 +1,10 @@ +libesedb (20181229-3.1) unstable; urgency=low + + * Non-maintainer upload. + * Remove the Python 2 bindings. (Closes: #936850) + + -- Adrian Bunk <b...@debian.org> Sun, 19 Jan 2020 00:31:51 +0200 + libesedb (20181229-3) unstable; urgency=medium * Add patch to decrease alignment for checksum calculation on s390, diff -Nru libesedb-20181229/debian/control libesedb-20181229/debian/control --- libesedb-20181229/debian/control 2019-01-27 05:28:57.000000000 +0200 +++ libesedb-20181229/debian/control 2020-01-19 00:31:51.000000000 +0200 @@ -3,7 +3,7 @@ Maintainer: Debian Security Tools <team+pkg-secur...@tracker.debian.org> Uploaders: Hilko Bengen <ben...@debian.org> Build-Depends: debhelper (>= 11), - pkg-config, python-dev, python3-dev, libbfio-dev, + pkg-config, python3-dev, libbfio-dev, Standards-Version: 4.3.0 Section: libs Homepage: https://github.com/libyal/libesedb @@ -53,18 +53,6 @@ This package contains tools to access data stored in EDB files: esedbexport, esedbinfo. -Package: python-libesedb -Section: python -Architecture: any -Depends: libesedb1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} -Description: Extensible Storage Engine DB access library -- Python 2 bindings - libesedb is a library to access the Extensible Storage Engine (ESE) - Database File (EDB) format. The ESE database format is used in may - different applications like Windows Search, Windows Mail, Exchange, - Active Directory, etc.. - . - This package contains Python 2 bindings for libesedb. - Package: python3-libesedb Section: python Architecture: any diff -Nru libesedb-20181229/debian/python-libesedb.install libesedb-20181229/debian/python-libesedb.install --- libesedb-20181229/debian/python-libesedb.install 2019-01-26 15:15:31.000000000 +0200 +++ libesedb-20181229/debian/python-libesedb.install 1970-01-01 02:00:00.000000000 +0200 @@ -1 +0,0 @@ -/usr/lib/python2* diff -Nru libesedb-20181229/debian/rules libesedb-20181229/debian/rules --- libesedb-20181229/debian/rules 2019-01-27 05:37:36.000000000 +0200 +++ libesedb-20181229/debian/rules 2020-01-19 00:31:51.000000000 +0200 @@ -12,10 +12,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 CFLAGS="-g" + dh_auto_configure -- --disable-python2 --enable-python3 CFLAGS="-g" override_dh_missing: dh_missing -Xpyesedb.a -X.la --fail-missing