From: biao716.wang Date: Sun, 5 Apr 2020 11:01:57 +0000 (+0900) Subject: Fix build error in Ubuntu 18.04: X-Git-Tag: submit/trunk/20200409.202020^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e34479197997ab4f8e3644aa61101e9187960fa8;p=tools%2Flitmus.git Fix build error in Ubuntu 18.04: fakeroot debian/rules clean [ 75s] dh clean --with python3 --buildsystem=pybuild [ 75s] dh: unable to load addon python3: Can't locate Debian/Debhelper/Sequence/python3.pm in @INC (you may need to install the Debian::Debhelper::Sequence::python3 module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.1 /usr/local/share/perl/5.26.1 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at (eval 7) line 1. Reason: It looks like python3 used to depend on dh-python, but it no longer does. I'll add dh-python explicitly as a build dependency. Change-Id: If687c0617f215124cfa1cbb344e9a410286b9bc3 Signed-off-by: biao716.wang --- diff --git a/debian/control b/debian/control index 2d2d43c..3db0d82 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: litmus Section: devel Priority: optional Maintainer: Donghoon Shin -Build-Depends: debhelper (>= 8.0.0), python3 (>= 3.3), python3-setuptools (>= 3.3) +Build-Depends: debhelper (>= 8.0.0), dh-python, python3 (>= 3.3), python3-setuptools (>= 3.3) Standards-Version: 3.9.4 Homepage: http://www.tizen.org X-Python-Version: >= 3.3