This time with the correct diff attached.

cu
Adrian
diff -Nru libbde-20190102/debian/changelog libbde-20190102/debian/changelog
--- libbde-20190102/debian/changelog	2019-01-14 00:18:57.000000000 +0200
+++ libbde-20190102/debian/changelog	2020-01-18 15:42:28.000000000 +0200
@@ -1,3 +1,10 @@
+libbde (20190102-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove the Python 2 bindings. (Closes: #936844)
+
+ -- Adrian Bunk <b...@debian.org>  Sat, 18 Jan 2020 15:42:28 +0200
+
 libbde (20190102-1) unstable; urgency=medium
 
   * New upstream version 20190102
diff -Nru libbde-20190102/debian/control libbde-20190102/debian/control
--- libbde-20190102/debian/control	2019-01-14 00:17:52.000000000 +0200
+++ libbde-20190102/debian/control	2020-01-18 15:42:15.000000000 +0200
@@ -5,7 +5,7 @@
 Build-Depends: debhelper (>= 10~), 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/libbde
@@ -45,17 +45,6 @@
  The BDE format is used by Microsoft Windows (Vista and later) to
  encrypt data on a storage media volume.
 
-Package: python-libbde
-Section: python
-Architecture: any
-Depends: libbde1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends},
- ${python:Depends},
-Description: BitLocker Drive Encryption access library -- Python 2 bindings
- The BDE format is used by Microsoft Windows (Vista and later) to
- encrypt data on a storage media volume.
- .
- This package includes Python 2 bindings.
-
 Package: python3-libbde
 Section: python
 Architecture: any
diff -Nru libbde-20190102/debian/python-libbde.install libbde-20190102/debian/python-libbde.install
--- libbde-20190102/debian/python-libbde.install	2019-01-14 00:16:43.000000000 +0200
+++ libbde-20190102/debian/python-libbde.install	1970-01-01 02:00:00.000000000 +0200
@@ -1 +0,0 @@
-/usr/lib/python2*
diff -Nru libbde-20190102/debian/rules libbde-20190102/debian/rules
--- libbde-20190102/debian/rules	2019-01-14 00:18:12.000000000 +0200
+++ libbde-20190102/debian/rules	2020-01-18 15:42:28.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/pybde.a --fail-missing

Reply via email to