Package: src:django-restricted-resource
Version: 2016.8-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-restricted-resource-2016.8/debian/changelog django-restricted-resource-2016.8/debian/changelog
--- django-restricted-resource-2016.8/debian/changelog	2016-08-10 08:34:21.000000000 -0400
+++ django-restricted-resource-2016.8/debian/changelog	2017-06-29 20:08:53.000000000 -0400
@@ -1,3 +1,10 @@
+django-restricted-resource (2016.8-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Remove unneeded -dev build-depends
+
+ -- Scott Kitterman <sc...@kitterman.com>  Thu, 29 Jun 2017 20:08:39 -0400
+
 django-restricted-resource (2016.8-1) unstable; urgency=medium
 
   * New upstream release for python3 support.
diff -Nru django-restricted-resource-2016.8/debian/control django-restricted-resource-2016.8/debian/control
--- django-restricted-resource-2016.8/debian/control	2016-08-10 08:34:21.000000000 -0400
+++ django-restricted-resource-2016.8/debian/control	2017-06-29 20:08:34.000000000 -0400
@@ -7,9 +7,9 @@
  Fathi Boudra <f...@debian.org>, Jordi Mallach <jo...@debian.org>,
  Senthil Kumaran S (stylesen) <style...@gmail.com>
 Build-Depends: debhelper (>= 9), dh-python,
- python | python-all | python-dev | python-all-dev,
+ python-all,
  python-setuptools, django-testscenarios,
- python3 | python3-all | python3-dev | python3-all-dev,
+ python3-all,
  python3-setuptools, python3-django-testscenarios
 X-Python-Version: >=2.7
 Testsuite: autopkgtest

Reply via email to