Package: src:python-dictobj
Version: 0.4-1
Severity: important
Tags: patch

This package build-depends on python3 dev packages and the binaries are
arch:any even though it has no arch:any 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.  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-dictobj-0.4/debian/changelog python-dictobj-0.4/debian/changelog
--- python-dictobj-0.4/debian/changelog	2016-07-04 06:28:15.000000000 -0400
+++ python-dictobj-0.4/debian/changelog	2017-06-29 18:39:47.000000000 -0400
@@ -1,3 +1,11 @@
+python-dictobj (0.4-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop unneeded -dev build-depends
+  * Make binaries arch:all as they have now arch:any content
+
+ -- Scott Kitterman <sc...@kitterman.com>  Thu, 29 Jun 2017 18:39:14 -0400
+
 python-dictobj (0.4-1) unstable; urgency=medium
 
   * Initial release (Closes: #829565).
diff -Nru python-dictobj-0.4/debian/control python-dictobj-0.4/debian/control
--- python-dictobj-0.4/debian/control	2016-07-04 06:32:33.000000000 -0400
+++ python-dictobj-0.4/debian/control	2017-06-29 18:39:10.000000000 -0400
@@ -6,10 +6,8 @@
 Build-Depends: debhelper (>= 9),
        dh-python,
        python-all,
-       python-all-dev,
        python-setuptools,
        python3-all,
-       python3-all-dev,
        python3-setuptools
 X-Python-Version: >= 2.7
 X-Python3-Version: >= 3.4
@@ -19,7 +17,7 @@
 Vcs-Browser: http://anonscm.debian.org/cgit/debian-med/python-dictobj.git
 
 Package: python-dictobj
-Architecture: any
+Architecture: all
 Depends: ${misc:Depends},${python:Depends},${shlibs:Depends}
 Description: Dictionary where keys can be accessed as instance attributes
  This package extends the functionality of the normal Python dictionary by
@@ -28,7 +26,7 @@
 
 
 Package: python3-dictobj
-Architecture: any
+Architecture: all
 Depends: ${misc:Depends},${python3:Depends},${shlibs:Depends}
 Description: Dictionary where keys can be accessed as instance attributes
  This package extends the functionality of the normal Python dictionary by

Reply via email to