Fix debian build error 81/242381/7
authorbiao716.wang <biao716.wang@samsung.com>
Wed, 26 Aug 2020 02:59:53 +0000 (11:59 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Wed, 26 Aug 2020 03:28:47 +0000 (12:28 +0900)
Change-Id: I8237f9304a05d288fff97c338e7a80f32fdb121d
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
debian/changelog
debian/control
debian/rules

index 9c663ba73f228ab3b7325a2200f29d539241433b..1c94f807137dd33d605bc84fcf8e9bdbe1009764 100644 (file)
@@ -1,6 +1,6 @@
 python-urlgrabber (4.1.0) unstable; urgency=low
 
-  * Port to Python 3
+  * Port to python3
 
  -- Biao Wang <biao716.wang@samsung.com> Wed, 26 Aug 2020 10:09:30 +0800
 
index 6776271edb5a889d2c337be5cdd5ae79f1aaac91..1f8573c753e2bc791c6f19788988e24c88fe6d99 100644 (file)
@@ -2,7 +2,7 @@ Source:  python-urlgrabber
 Section: devel
 Priority: extra
 Maintainer: Jong-Woo Chae <jonwoo.chae@samsung.com>
-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
 
index b77ab76b5dc1b14fc8f6b9c825e734f16ba035dc..e20031838d20274e37d8b4bf73ea7fcb0f4e384e 100755 (executable)
@@ -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