Package: src:ngs.sdk
Version: 1.3.0-2
Severity: important
Tags: patch

This package build-depends on python3 dev packages even though it has no
arch:any Python3 content.  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've verified the package still
builds and correct dependencies are generated.  Except for revision number,
the packages are identical.  If you would prefer I NMU, please let me know and
I'll be glad to do so.

Scott K

[1] https://release.debian.org/transitions/html/python3.6.html
diff -Nru ngs-sdk-1.3.0/debian/changelog ngs-sdk-1.3.0/debian/changelog
--- ngs-sdk-1.3.0/debian/changelog	2017-04-01 16:33:07.000000000 -0400
+++ ngs-sdk-1.3.0/debian/changelog	2017-06-29 13:34:18.000000000 -0400
@@ -1,3 +1,10 @@
+ngs-sdk (1.3.0-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Reduce unneeded build-dep on python3-all-dev to python3-all
+
+ -- Scott Kitterman <[email protected]>  Thu, 29 Jun 2017 13:33:53 -0400
+
 ngs-sdk (1.3.0-2) unstable; urgency=medium
 
   * Fix install dir by using DEB_HOST_MULTIARCH instead of DEB_BUILD_GNU_TYPE
diff -Nru ngs-sdk-1.3.0/debian/control ngs-sdk-1.3.0/debian/control
--- ngs-sdk-1.3.0/debian/control	2017-04-01 16:33:07.000000000 -0400
+++ ngs-sdk-1.3.0/debian/control	2017-06-29 13:33:46.000000000 -0400
@@ -9,7 +9,7 @@
                d-shlibs,
                python-markdown,
                python-all-dev,
-               python3-all-dev,
+               python3-all,
                dh-python,
                javahelper,
                maven-repo-helper,

Reply via email to