Control: tags 938692 + pending

Dear maintainer,

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

cu
Adrian
diff -Nru trace-summary-0.89/debian/changelog trace-summary-0.89/debian/changelog
--- trace-summary-0.89/debian/changelog	2019-09-04 09:14:47.000000000 +0300
+++ trace-summary-0.89/debian/changelog	2020-01-03 20:21:59.000000000 +0200
@@ -1,3 +1,12 @@
+trace-summary (0.89-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+
+  [ Scott Kitterman ]
+  * Switch to python3 (Closes: #938692)
+
+ -- Adrian Bunk <b...@debian.org>  Fri, 03 Jan 2020 20:21:59 +0200
+
 trace-summary (0.89-1) unstable; urgency=medium
 
   * New upstream version 0.89
diff -Nru trace-summary-0.89/debian/control trace-summary-0.89/debian/control
--- trace-summary-0.89/debian/control	2019-04-21 17:05:35.000000000 +0300
+++ trace-summary-0.89/debian/control	2020-01-03 20:21:35.000000000 +0200
@@ -4,7 +4,7 @@
 Maintainer: Hilko Bengen <ben...@debian.org>
 Build-Depends: debhelper (>= 11),
                dh-python,
-               python | python-all | python-dev | python-all-dev
+               python3-all
 Standards-Version: 4.3.0
 Homepage: https://www.bro.org/sphinx/components/trace-summary/README.html
 Vcs-Git: https://salsa.debian.org/bro-team/trace-summary.git
@@ -13,8 +13,8 @@
 Package: trace-summary
 Architecture: all
 Depends: ${misc:Depends},
-         ${python:Depends},
-         python-subnettree
+         ${python3:Depends},
+         python3-subnettree
 Description: tool for generating break-downs of network traffic
  trace-summary is a Python script that generates break-downs of network
  traffic, including lists of the top hosts, protocols, ports,
diff -Nru trace-summary-0.89/debian/rules trace-summary-0.89/debian/rules
--- trace-summary-0.89/debian/rules	2018-12-22 00:51:02.000000000 +0200
+++ trace-summary-0.89/debian/rules	2020-01-03 20:21:35.000000000 +0200
@@ -4,6 +4,9 @@
 include /usr/share/dpkg/default.mk
 
 %:
-	dh $@ --with=python2
+	dh $@ --with=python3
+
+override_dh_python3:
+	dh_python3 --shebang=/usr/bin/python3
 
 override_dh_auto_build override_dh_auto_test:

Reply via email to