Package: dex
Version: 0.7-1
Severity: normal
Tags: patch

While reviewing packages in preparation for making python3.5 default [1], I
reviewed your package and did not find any architecture specific content that
would require the package to build-dep on python3-dev (which also means it
would need to be rebuilt for the transition).  Also, it's better to explicitly
build-dep on dh-python since it's not 100% guaranteed python3 will alway have
a run time depends on it.

Please see the attached patch.

Scott K

[1] https://release.debian.org/transitions/html/python3.5.html
diff -Nru dex-0.7/debian/changelog dex-0.7/debian/changelog
--- dex-0.7/debian/changelog	2015-02-09 02:55:38.000000000 +0000
+++ dex-0.7/debian/changelog	2015-12-30 17:52:30.000000000 +0000
@@ -1,3 +1,12 @@
+dex (0.7-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Change python3-dev build-dep to python3 since package is arch all
+  * Add explicit build-dep on dh-python since there is no guarantee python3
+    will always depend on it
+
+ -- Scott Kitterman <sc...@kitterman.com>  Wed, 30 Dec 2015 17:51:19 +0000
+
 dex (0.7-1) unstable; urgency=medium
 
   * Initial release. (Closes: #776033)
diff -Nru dex-0.7/debian/control dex-0.7/debian/control
--- dex-0.7/debian/control	2015-02-09 02:55:38.000000000 +0000
+++ dex-0.7/debian/control	2015-12-30 17:50:49.000000000 +0000
@@ -1,7 +1,7 @@
 Source: dex
 Priority: extra
 Maintainer: James McCoy <james...@debian.org>
-Build-Depends: debhelper (>= 9), python3-dev
+Build-Depends: debhelper (>= 9), python3, dh-python
 Standards-Version: 3.9.6
 Section: x11
 Homepage: https://github.com/jceb/dex

Reply via email to