Package: src:ust
Version: 2.9.0-2
Severity: important
Tags: patch

This package build-depends on python3 dev packages even though it does not use
Python3 header files.  This is not needed and complicates transition
trackinig for us, the python maintainers, (which is why I'm filing this as
important) [1].  As you can see, the package shows up as affected by the
transition when, in fact, it isn't.

Please see the attached patch.  I have written the debian/changelog in the NMU
form, but have no immediate intent to NMU.  I did test build this and it looks
like it still builds correctly.

Scott K


[1] https://release.debian.org/transitions/html/python3.6-supported.html
diff -Nru ust-2.9.0/debian/changelog ust-2.9.0/debian/changelog
--- ust-2.9.0/debian/changelog	2017-03-08 12:04:25.000000000 -0500
+++ ust-2.9.0/debian/changelog	2017-06-29 19:13:41.000000000 -0400
@@ -1,3 +1,10 @@
+ust (2.9.0-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Remove python3 -dev build-depends as they are not needed
+
+ -- Scott Kitterman <sc...@kitterman.com>  Thu, 29 Jun 2017 19:13:26 -0400
+
 ust (2.9.0-2) unstable; urgency=medium
 
   * [b8d4e77] Add missing liblttng-ust-fd.so.* (Closes: #857166)
diff -Nru ust-2.9.0/debian/control ust-2.9.0/debian/control
--- ust-2.9.0/debian/control	2016-11-29 18:21:51.000000000 -0500
+++ ust-2.9.0/debian/control	2017-06-29 19:13:23.000000000 -0400
@@ -3,9 +3,9 @@
 Maintainer: Jon Bernard <jbern...@debian.org>
 Uploaders: Michael Jeanson <mjean...@ubuntu.com>
 Build-Depends: debhelper (>= 9), dh-autoreconf, liburcu-dev (>= 0.8.4),
-  uuid-dev, texinfo, python3:any, dh-python, javahelper,
+  uuid-dev, texinfo, python3, dh-python, javahelper,
   default-jdk | default-jdk-headless,
-  liblog4j1.2-java, python3-all-dev
+  liblog4j1.2-java, 
 Standards-Version: 3.9.8
 Section: libs
 Vcs-Git: https://anonscm.debian.org/git/collab-maint/ust.git

Reply via email to