Control: tags 938291 + patch
Control: tags 938291 + pending

Dear maintainer,

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

cu
Adrian
diff -Nru pytsk-20190507/debian/changelog pytsk-20190507/debian/changelog
--- pytsk-20190507/debian/changelog	2019-05-08 11:06:10.000000000 +0300
+++ pytsk-20190507/debian/changelog	2020-01-19 00:22:33.000000000 +0200
@@ -1,3 +1,10 @@
+pytsk (20190507-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove the Python 2 bindings. (Closes: #938291)
+
+ -- Adrian Bunk <b...@debian.org>  Sun, 19 Jan 2020 00:22:33 +0200
+
 pytsk (20190507-1) unstable; urgency=medium
 
   * New upstream version 20190507
diff -Nru pytsk-20190507/debian/control pytsk-20190507/debian/control
--- pytsk-20190507/debian/control	2019-01-22 16:20:50.000000000 +0200
+++ pytsk-20190507/debian/control	2020-01-19 00:21:37.000000000 +0200
@@ -3,8 +3,8 @@
 Maintainer: Debian Security Tools <team+pkg-secur...@tracker.debian.org>
 Uploaders: Hilko Bengen <ben...@debian.org>
 Build-Depends: debhelper (>= 11), dh-python,
- pkg-config, python-dev, python3-all-dev, libtsk-dev, libtalloc-dev,
- python-setuptools, python3-setuptools,
+ pkg-config, python3-all-dev, libtsk-dev, libtalloc-dev,
+ python3-setuptools,
  libafflib-dev, libewf-dev, zlib1g-dev,
 Standards-Version: 4.3.0
 Section: python
@@ -12,15 +12,6 @@
 Vcs-Git: https://salsa.debian.org/pkg-security-team/pytsk.git
 Vcs-Browser: https://salsa.debian.org/pkg-security-team/pytsk
 
-Package: python-tsk
-Section: python
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
-Built-Using: ${misc:Built-Using}
-Description: Python Bindings for The Sleuth Kit
- This package contains Python 2 bindings to libtsk3, the shared library
- that provides all the functionality of The Sleuth Kit.
-
 Package: python3-tsk
 Section: python
 Architecture: any
diff -Nru pytsk-20190507/debian/python3-tsk.install pytsk-20190507/debian/python3-tsk.install
--- pytsk-20190507/debian/python3-tsk.install	2018-12-21 22:41:33.000000000 +0200
+++ pytsk-20190507/debian/python3-tsk.install	1970-01-01 02:00:00.000000000 +0200
@@ -1 +0,0 @@
-/usr/lib/python3*
diff -Nru pytsk-20190507/debian/python-tsk.docs pytsk-20190507/debian/python-tsk.docs
--- pytsk-20190507/debian/python-tsk.docs	2018-12-21 22:41:33.000000000 +0200
+++ pytsk-20190507/debian/python-tsk.docs	1970-01-01 02:00:00.000000000 +0200
@@ -1 +0,0 @@
-README
diff -Nru pytsk-20190507/debian/python-tsk.install pytsk-20190507/debian/python-tsk.install
--- pytsk-20190507/debian/python-tsk.install	2018-12-21 22:41:33.000000000 +0200
+++ pytsk-20190507/debian/python-tsk.install	1970-01-01 02:00:00.000000000 +0200
@@ -1 +0,0 @@
-/usr/lib/python2*
diff -Nru pytsk-20190507/debian/rules pytsk-20190507/debian/rules
--- pytsk-20190507/debian/rules	2019-01-22 16:20:50.000000000 +0200
+++ pytsk-20190507/debian/rules	2020-01-19 00:22:29.000000000 +0200
@@ -5,7 +5,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python3 --buildsystem=pybuild
 
 override_dh_compress:
 	dh_compress -X/examples/
@@ -22,4 +22,4 @@
 	dpkg-query --show \
 		--showformat 'misc:Built-Using=$${Source:Package} (= $${source:Version})\n' \
 		libtsk-dev \
-	| tee -a debian/python-tsk.substvars debian/python3-tsk.substvars > /dev/null
+	| tee -a debian/python3-tsk.substvars > /dev/null

Reply via email to