Package: src:python-biotools
Version: 1.2.12-1
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.  This is also true for python and I've
addressed that as well.

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.  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-supported.html
diff -Nru python-biotools-1.2.12/debian/changelog python-biotools-1.2.12/debian/changelog
--- python-biotools-1.2.12/debian/changelog	2017-03-02 15:14:04.000000000 -0500
+++ python-biotools-1.2.12/debian/changelog	2017-06-29 16:55:25.000000000 -0400
@@ -1,3 +1,10 @@
+python-biotools (1.2.12-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Correct arch:any -> arch:all since package has no compiled content
+
+ -- Scott Kitterman <sc...@kitterman.com>  Thu, 29 Jun 2017 16:54:54 -0400
+
 python-biotools (1.2.12-1) unstable; urgency=medium
 
   * Initial release (Closes: #856597)
diff -Nru python-biotools-1.2.12/debian/control python-biotools-1.2.12/debian/control
--- python-biotools-1.2.12/debian/control	2017-03-02 15:14:04.000000000 -0500
+++ python-biotools-1.2.12/debian/control	2017-06-29 16:54:51.000000000 -0400
@@ -5,15 +5,15 @@
 Uploaders: Andreas Tille <ti...@debian.org>
 Build-Depends: debhelper (>= 10),
                dh-python,
-               python-all-dev,
-               python3-all-dev
+               python-all,
+               python3-all
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-biotools.git
 Vcs-Git: https://anonscm.debian.org/git/debian-med/python-biotools.git
 Homepage: https://github.com/sonwell/biotools
 
 Package: python-biotools
-Architecture: any
+Architecture: all
 Depends: ${python:Depends},
          ${misc:Depends},
          python-numpy,
@@ -39,7 +39,7 @@
  This package contains the Python 2 module.
 
 Package: python3-biotools
-Architecture: any
+Architecture: all
 Depends: ${python3:Depends},
          ${misc:Depends},
          python3-numpy,

Reply via email to