Package: src:django-testproject
Version: 0.1.3-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'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
diff -Nru django-testproject-0.1.3/debian/changelog django-testproject-0.1.3/debian/changelog
--- django-testproject-0.1.3/debian/changelog	2016-08-10 08:59:51.000000000 -0400
+++ django-testproject-0.1.3/debian/changelog	2017-06-29 12:42:28.000000000 -0400
@@ -1,3 +1,10 @@
+django-testproject (0.1.3-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Update build-depends to align to those needed for arch:all packages
+
+ -- Scott Kitterman <[email protected]>  Thu, 29 Jun 2017 12:42:21 -0400
+
 django-testproject (0.1.3-1) unstable; urgency=medium
 
   * New upstream release with python3 support
diff -Nru django-testproject-0.1.3/debian/control django-testproject-0.1.3/debian/control
--- django-testproject-0.1.3/debian/control	2016-08-10 08:59:51.000000000 -0400
+++ django-testproject-0.1.3/debian/control	2017-06-29 12:41:40.000000000 -0400
@@ -7,9 +7,9 @@
  Fathi Boudra <[email protected]>, Jordi Mallach <[email protected]>,
  Senthil Kumaran S (stylesen) <[email protected]>
 Build-Depends: debhelper (>= 8.0.0), dh-python,
- python | python-all | python-dev | python-all-dev,
+ python-all,
  python-setuptools,
- python3 | python3-all | python3-dev | python3-all-dev,
+ python3-all,
  python3-setuptools,
 X-Python-Version: >=2.7
 Standards-Version: 3.9.8

Reply via email to