Package: src:django-hijack
Version: 2.0.7-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 also fixed python(2) while I was
at it, but those don't really affect anything. 

Scott K


[1] https://release.debian.org/transitions/html/python3.6-supported.html
diff -Nru django-hijack-2.0.7/debian/changelog django-hijack-2.0.7/debian/changelog
--- django-hijack-2.0.7/debian/changelog	2016-03-21 06:15:40.000000000 -0400
+++ django-hijack-2.0.7/debian/changelog	2017-06-29 19:18:27.000000000 -0400
@@ -1,3 +1,10 @@
+django-hijack (2.0.7-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Remmove unneeded -dev build-depends
+
+ -- Scott Kitterman <sc...@kitterman.com>  Thu, 29 Jun 2017 19:18:17 -0400
+
 django-hijack (2.0.7-2) unstable; urgency=medium
 
   * Package for python3. (Closes: #805452: django-hijack: Python3 support)
diff -Nru django-hijack-2.0.7/debian/control django-hijack-2.0.7/debian/control
--- django-hijack-2.0.7/debian/control	2016-03-21 06:15:40.000000000 -0400
+++ django-hijack-2.0.7/debian/control	2017-06-29 19:19:32.000000000 -0400
@@ -5,10 +5,10 @@
 Section: python
 Priority: optional
 Build-Depends: debhelper (>= 9), dh-python,
- python | python-all (>= 2.6.6-3) | python-dev | python-all-dev,
+ python-all (>= 2.6.6-3),
  python-setuptools (>= 0.6b3), python-django, python-django-nose,
- python-django-compat (>= 1.0.8), python3 | python3-all | python3-dev |
- python3-all-dev, python3-setuptools, python3-django, python3-django-nose,
+ python-django-compat (>= 1.0.8), python3-all,
+ python3-setuptools, python3-django, python3-django-nose,
  python3-django-compat (>= 1.0.8)
 X-Python-Version: >=2.7
 Standards-Version: 3.9.7

Reply via email to