From: MyungJoo Ham Date: Wed, 1 Feb 2017 10:10:46 +0000 (+0900) Subject: Provide alternative for deprecated package X-Git-Tag: submit/trunk/20190927.012842~71 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fc7590d85f4148a06cd18a7a5545de8400bc8ba5;p=tools%2Fmic.git Provide alternative for deprecated package dh-python is available from Ubuntu 14.04 and python-support is deprecated. Change-Id: I0c181e0371327d483bc0e0ca35bd8124ef2c8c56 Signed-off-by: MyungJoo Ham --- diff --git a/debian/control b/debian/control index 8d921f5..72cc18e 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: mic Section: devel Priority: extra Maintainer: Jian-feng Ding -Build-Depends: debhelper (>= 7.0.15), cdbs, python-dev, python-support, python-docutils +Build-Depends: debhelper (>= 7.0.15), cdbs, python-dev, dh-python, python-docutils Standards-Version: 3.8.0 Homepage: http://www.tizen.org diff --git a/debian/rules b/debian/rules index 41a13a9..b877fe9 100755 --- a/debian/rules +++ b/debian/rules @@ -45,7 +45,7 @@ binary-indep: build install dh_strip dh_compress dh_fixperms - dh_pysupport + dh_python2 dh_installdeb dh_shlibdeps dh_gencontrol