tag 837009 pending thanks Hello,
Bug #837009 reported by you has been fixed in the Git repository. You can see the changelog below, and you can check the diff of the fix at: http://git.debian.org/?p=python-modules/packages/cheetah.git;a=commitdiff;h=61d2b11 --- commit 61d2b111ff82a00def81297b7c1f3cf537fbc6bd Author: Arnaud Fontaine <ar...@debian.org> Date: Fri Nov 18 12:48:20 2016 +0900 Fix FTBFS due to change in CDBS 0.4.144 (cdbs_python_binary). Closes: #837009. diff --git a/debian/changelog b/debian/changelog index 50d4bce..e7df4c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,11 @@ cheetah (2.4.4-4) UNRELEASED; urgency=low [ Arnaud Fontaine ] - * debian/rules: add --install-layout=deb to python install command to - install files in the proper directory, as per dh_python2 warning. + * d/rules: + + Add --install-layout=deb to python install command to + install files in the proper directory, as per dh_python2 warning. + + Fix FTBFS due to change in CDBS 0.4.144 (cdbs_python_binary). + Closes: #837009. * d/control: + Add dh-python to Build-Depends (dh_python2 warning). + Bump debhelper compat level to 10 (5 is deprecated).