From: Donghoon Shin Date: Thu, 16 Mar 2017 06:31:25 +0000 (+0900) Subject: Update debian/control file X-Git-Tag: upstream/0.3.6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f325b85c4d1066d4bbb74b4849ab77c09ebaf923;p=tools%2Flitmus.git Update debian/control file litmus is python scripts hence it is independent from host architecture. --- diff --git a/README.md b/README.md index 4658f79..cb2c666 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Build a deb package with debuild Install the deb package by using dpkg $ cd .. - $ sudo dpkg -i litmus_0.3.6_amd64.deb + $ sudo dpkg -i litmus_0.3.6_all.deb Getting started diff --git a/debian/control b/debian/control index 2d2d43c..3522260 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Homepage: http://www.tizen.org X-Python-Version: >= 3.3 Package: litmus -Architecture: any +Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, python3 (>= 3.3), python3-serial (>= 2.6),