Control: tags 936862 + patch
Control: tags 936862 + pending

Dear maintainer,

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

cu
Adrian
diff -Nru libfvde-20190104/debian/changelog libfvde-20190104/debian/changelog
--- libfvde-20190104/debian/changelog	2019-01-14 02:13:47.000000000 +0200
+++ libfvde-20190104/debian/changelog	2020-01-18 23:35:22.000000000 +0200
@@ -1,3 +1,10 @@
+libfvde (20190104-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove the Python 2 bindings. (Closes: #936862)
+
+ -- Adrian Bunk <[email protected]>  Sat, 18 Jan 2020 23:35:22 +0200
+
 libfvde (20190104-1) unstable; urgency=medium
 
   [ Raphaƫl Hertzog ]
diff -Nru libfvde-20190104/debian/control libfvde-20190104/debian/control
--- libfvde-20190104/debian/control	2019-01-14 02:09:03.000000000 +0200
+++ libfvde-20190104/debian/control	2020-01-18 23:35:22.000000000 +0200
@@ -4,7 +4,7 @@
 Uploaders: Hilko Bengen <[email protected]>
 Build-Depends: debhelper (>= 11), dh-python,
  pkg-config,
- python-dev, python3-dev,
+ python3-dev,
  libbfio-dev,
  libfuse-dev,
 Standards-Version: 4.3.0
@@ -50,16 +50,6 @@
  This package contains tools to access data stored in FVDE containers:
  fvdeinfo, fvdemount, fvdewipekey.
 
-Package: python-libfvde
-Section: python
-Architecture: any
-Depends: libfvde1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
-Description: FileVault Drive Encryption access library -- Python 2 bindings
- The FVDE format is used by Mac OS X, as of Lion, to encrypt data on a
- storage media volume.
- .
- This package contains Python 2 bindings for libfvde.
-
 Package: python3-libfvde
 Section: python
 Architecture: any
diff -Nru libfvde-20190104/debian/python-libfvde.install libfvde-20190104/debian/python-libfvde.install
--- libfvde-20190104/debian/python-libfvde.install	2016-08-06 12:44:29.000000000 +0300
+++ libfvde-20190104/debian/python-libfvde.install	1970-01-01 02:00:00.000000000 +0200
@@ -1 +0,0 @@
-/usr/lib/python2*
diff -Nru libfvde-20190104/debian/rules libfvde-20190104/debian/rules
--- libfvde-20190104/debian/rules	2019-01-14 02:09:27.000000000 +0200
+++ libfvde-20190104/debian/rules	2020-01-18 23:35:22.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/pyfvde.a --fail-missing

Reply via email to