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 9c663ba..1c94f80 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 6776271..1f8573c 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 b77ab76..e200318 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