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 <biao716.wang@samsung.com>
Section: devel
Priority: optional
Maintainer: Donghoon Shin <dhs.shin@samsung.com>
-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