Package: src:django-testscenarios
Version: 0.9-1.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.

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-testscenarios-0.9/debian/changelog django-testscenarios-0.9/debian/changelog
--- django-testscenarios-0.9/debian/changelog	2016-08-10 08:33:02.000000000 -0400
+++ django-testscenarios-0.9/debian/changelog	2017-06-29 19:42:04.000000000 -0400
@@ -1,3 +1,10 @@
+django-testscenarios (0.9-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Delete unneeded python/python3 build depends
+
+ -- Scott Kitterman <sc...@kitterman.com>  Thu, 29 Jun 2017 19:41:24 -0400
+
 django-testscenarios (0.9-1) unstable; urgency=medium
 
   * New upstream release for python3 support.
diff -Nru django-testscenarios-0.9/debian/control django-testscenarios-0.9/debian/control
--- django-testscenarios-0.9/debian/control	2016-08-10 08:33:02.000000000 -0400
+++ django-testscenarios-0.9/debian/control	2017-06-29 19:41:20.000000000 -0400
@@ -7,10 +7,10 @@
  Fathi Boudra <f...@debian.org>, Jordi Mallach <jo...@debian.org>,
  Senthil Kumaran S (stylesen) <style...@gmail.com>
 Build-Depends: debhelper (>= 8.0.0), dh-python,
- python | python-all | python-dev | python-all-dev,
+ python-all,
  python-setuptools, python-django, python-testtools,
  python-mimeparse, python-testscenarios, django-testproject,
- python3 | python3-all | python3-dev | python3-all-dev,
+ python3-all,
  python3-setuptools, python3-django, python3-testtools,
  python3-mimeparse, python3-testscenarios, python3-django-testproject,
 X-Python-Version: >=2.7

Reply via email to