Control: tags 936852 + patch
Control: tags 936852 + pending

Dear maintainer,

I've prepared an NMU for libevt (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 libevt-20181227/debian/changelog libevt-20181227/debian/changelog
--- libevt-20181227/debian/changelog	2019-01-14 00:40:33.000000000 +0200
+++ libevt-20181227/debian/changelog	2020-01-19 01:11:31.000000000 +0200
@@ -1,3 +1,10 @@
+libevt (20181227-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove the Python 2 bindings. (Closes: #936852)
+
+ -- Adrian Bunk <b...@debian.org>  Sun, 19 Jan 2020 01:11:31 +0200
+
 libevt (20181227-1) unstable; urgency=medium
 
   * New upstream version 20181227
diff -Nru libevt-20181227/debian/control libevt-20181227/debian/control
--- libevt-20181227/debian/control	2019-01-14 00:35:37.000000000 +0200
+++ libevt-20181227/debian/control	2020-01-19 01:11:31.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, dh-python, python3-dev, libbfio-dev,
 Standards-Version: 4.3.0
 Section: libs
 Homepage: https://github.com/libyal/libevt
@@ -44,15 +44,6 @@
  This package contains tools to access data stored in EVT log files:
  evtexport, evtinfo.
 
-Package: python-libevt
-Section: python
-Architecture: any
-Depends: libevt1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
-Description: Windows Event Log (EVT) format access library -- Python 2 bindings
- libevt is a library to access the Windows Event Log (EVT) format.
- .
- This package contains Python 2 bindings for libevt.
-
 Package: python3-libevt
 Section: python
 Architecture: any
diff -Nru libevt-20181227/debian/python-libevt.install libevt-20181227/debian/python-libevt.install
--- libevt-20181227/debian/python-libevt.install	2019-01-14 00:33:57.000000000 +0200
+++ libevt-20181227/debian/python-libevt.install	1970-01-01 02:00:00.000000000 +0200
@@ -1 +0,0 @@
-/usr/lib/python2*
diff -Nru libevt-20181227/debian/rules libevt-20181227/debian/rules
--- libevt-20181227/debian/rules	2019-01-14 00:35:58.000000000 +0200
+++ libevt-20181227/debian/rules	2020-01-19 01:11:31.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 CFLAGS="-g"
+	dh_auto_configure -- --disable-python2 --enable-python3 CFLAGS="-g"
 
 override_dh_missing:
 	dh_missing -X.la -X/pyevt.a --fail-missing

Reply via email to