From: biao716.wang Date: Wed, 26 Aug 2020 02:59:53 +0000 (+0900) Subject: Fix debian build error X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F81%2F242381%2F7;p=tools%2Fpython-urlgrabber.git Fix debian build error Change-Id: I8237f9304a05d288fff97c338e7a80f32fdb121d Signed-off-by: biao716.wang --- diff --git a/debian/changelog b/debian/changelog index 9c663ba..1c94f80 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ python-urlgrabber (4.1.0) unstable; urgency=low - * Port to Python 3 + * Port to python3 -- Biao Wang Wed, 26 Aug 2020 10:09:30 +0800 diff --git a/debian/control b/debian/control index 6776271..1f8573c 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: python-urlgrabber Section: devel Priority: extra Maintainer: Jong-Woo Chae -Build-Depends: debhelper (>= 7.0.15), python3-six, python3-pycurl, python3-setuptools, dh_python3 +Build-Depends: debhelper (>= 7.0.15), python3-dev, dh-python, python3-setuptools, python3-six, python3-pycurl Standards-Version: 4.1.0 Homepage: http://www.tizen.org diff --git a/debian/rules b/debian/rules index b77ab76..e200318 100755 --- a/debian/rules +++ b/debian/rules @@ -22,7 +22,7 @@ install: build # Installing package mkdir -p $(CURDIR)/debian/tmp - python setup.py install --prefix=/usr --root=$(CURDIR)/debian/tmp + python3 setup.py install --prefix=/usr --root=$(CURDIR)/debian/tmp binary-indep: build install dh_testdir dh_testroot