Control: tags 936964 + patch
Control: tags 936964 + pending

Dear maintainer,

I've prepared an NMU for logging-tree (versioned as 1.4-1.1) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer.

Regards.

diff -Nru logging-tree-1.4/debian/changelog logging-tree-1.4/debian/changelog
--- logging-tree-1.4/debian/changelog	2014-02-21 15:53:51.000000000 -0500
+++ logging-tree-1.4/debian/changelog	2019-10-04 21:51:05.000000000 -0400
@@ -1,3 +1,10 @@
+logging-tree (1.4-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #936964
+
+ -- Sandro Tosi <mo...@debian.org>  Fri, 04 Oct 2019 21:51:05 -0400
+
 logging-tree (1.4-1) unstable; urgency=low
 
   * Initial release (Closes: #668809)
diff -Nru logging-tree-1.4/debian/control logging-tree-1.4/debian/control
--- logging-tree-1.4/debian/control	2014-02-21 15:53:51.000000000 -0500
+++ logging-tree-1.4/debian/control	2019-10-04 21:50:41.000000000 -0400
@@ -5,7 +5,6 @@
 Build-Depends: debhelper (>= 9~)
 Build-Depends-Indep:
  dh-python,
- python-all,
  python3-all,
 Standards-Version: 3.9.5
 Homepage: https://github.com/brandon-rhodes/logging_tree
@@ -14,17 +13,6 @@
 Vcs-Git: git://anonscm.debian.org/collab-maint/python-logging-tree.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-logging-tree.git;a=summary
 
-Package: python-logging-tree
-Architecture: all
-Depends: ${misc:Depends},
- ${python:Depends}
-Provides: ${python:Provides}
-Description: introspect and display the logging tree in Python
- A debugging tool for inspecting the hierarchy of loggers in Python.
- It is useful for troubleshooting applications where the logging levels seem
- inconsistent across modules and libraries.
- The loggers and their configuration is printed in a ascii tree.
-
 Package: python3-logging-tree
 Architecture: all
 Depends: ${misc:Depends},
diff -Nru logging-tree-1.4/debian/python-logging-tree.docs logging-tree-1.4/debian/python-logging-tree.docs
--- logging-tree-1.4/debian/python-logging-tree.docs	2014-02-21 15:53:51.000000000 -0500
+++ logging-tree-1.4/debian/python-logging-tree.docs	1969-12-31 19:00:00.000000000 -0500
@@ -1 +0,0 @@
-PKG-INFO
diff -Nru logging-tree-1.4/debian/rules logging-tree-1.4/debian/rules
--- logging-tree-1.4/debian/rules	2014-02-21 15:53:51.000000000 -0500
+++ logging-tree-1.4/debian/rules	2019-10-04 21:51:04.000000000 -0400
@@ -2,11 +2,10 @@
 export DH_VERBOSE=1
 export PYBUILD_NAME=logging_tree
 
-export PYBUILD_DESTDIR_python2=debian/python-logging-tree/
 export PYBUILD_DESTDIR_python3=debian/python3-logging-tree/
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python3 --buildsystem=pybuild
 
 override_dh_auto_build:
 	dh_auto_build

Reply via email to