Control: tags 936897 + patch
Control: tags 936897 + pending

Dear maintainer,

I've prepared an NMU for libolecf (versioned as 20181231-1.1) and 
uploaded it to DELAYED/15. Please feel free to tell me if I should 
cancel it.

cu
Adrian
diff -Nru libolecf-20181231/debian/changelog libolecf-20181231/debian/changelog
--- libolecf-20181231/debian/changelog	2019-01-14 03:08:37.000000000 +0200
+++ libolecf-20181231/debian/changelog	2020-01-19 01:31:09.000000000 +0200
@@ -1,3 +1,10 @@
+libolecf (20181231-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove the Python 2 bindings. (Closes: #936897)
+
+ -- Adrian Bunk <b...@debian.org>  Sun, 19 Jan 2020 01:31:09 +0200
+
 libolecf (20181231-1) unstable; urgency=medium
 
   [ Raphaƫl Hertzog ]
diff -Nru libolecf-20181231/debian/control libolecf-20181231/debian/control
--- libolecf-20181231/debian/control	2019-01-14 03:03:50.000000000 +0200
+++ libolecf-20181231/debian/control	2020-01-19 01:31:09.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, libfuse-dev,
+ pkg-config, dh-python, python3-dev, libbfio-dev, libfuse-dev,
 Standards-Version: 4.3.0
 Section: libs
 Homepage: https://github.com/libyal/libolecf
@@ -44,15 +44,6 @@
  This package contains tools to access data stored in OLECF files:
  olecfexport, olecfinfo, lecfmount.
 
-Package: python-libolecf
-Section: python
-Architecture: any
-Depends: libolecf1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
-Description: OLE2 Compound File format access library -- Python 2 bindings
- libolecf is a library to access the OLE 2 Compound File (OLECF) format.
- .
- This package contains Python 2 bindings for libolecf.
-
 Package: python3-libolecf
 Section: python
 Architecture: any
diff -Nru libolecf-20181231/debian/python-libolecf.install libolecf-20181231/debian/python-libolecf.install
--- libolecf-20181231/debian/python-libolecf.install	2016-08-02 12:13:50.000000000 +0300
+++ libolecf-20181231/debian/python-libolecf.install	1970-01-01 02:00:00.000000000 +0200
@@ -1 +0,0 @@
-/usr/lib/python2*
diff -Nru libolecf-20181231/debian/rules libolecf-20181231/debian/rules
--- libolecf-20181231/debian/rules	2019-01-14 03:04:07.000000000 +0200
+++ libolecf-20181231/debian/rules	2020-01-19 01:31:09.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/pyolecf.a --fail-missing

Reply via email to