Package: ibus-hangul
Version: 1.5.0-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 ibus-hangul-1.5.0/debian/changelog ibus-hangul-1.5.0/debian/changelog
--- ibus-hangul-1.5.0/debian/changelog	2014-10-12 14:32:23.000000000 -0400
+++ ibus-hangul-1.5.0/debian/changelog	2015-12-30 15:25:30.000000000 -0500
@@ -1,3 +1,13 @@
+ibus-hangul (1.5.0-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Change build-dep on python3-dev to python3 since there is no arch any
+    python content
+  * 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 15:24:24 -0500
+
 ibus-hangul (1.5.0-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru ibus-hangul-1.5.0/debian/control ibus-hangul-1.5.0/debian/control
--- ibus-hangul-1.5.0/debian/control	2014-10-12 14:32:23.000000000 -0400
+++ ibus-hangul-1.5.0/debian/control	2015-12-30 15:24:19.000000000 -0500
@@ -17,7 +17,8 @@
                libhangul-dev (>= 0.1.0),
                libibus-1.0-dev (>= 1.4.0),
                pkg-config,
-               python3-dev
+               python3,
+               dh-python
 
 Package: ibus-hangul
 Architecture: any

Reply via email to