diff options
author | Donghoon Shin <dhs.shine@gmail.com> | 2017-03-16 15:31:25 +0900 |
---|---|---|
committer | Donghoon Shin <dhs.shin@samsung.com> | 2017-03-16 15:49:28 +0900 |
commit | f325b85c4d1066d4bbb74b4849ab77c09ebaf923 (patch) | |
tree | 70eb5e8ae9d8ba924b2768131cc775c09049f484 | |
parent | 332c8ae681722c4a3c7993f576cdba0419efdf4a (diff) | |
download | litmus-f325b85c4d1066d4bbb74b4849ab77c09ebaf923.tar.gz litmus-f325b85c4d1066d4bbb74b4849ab77c09ebaf923.tar.bz2 litmus-f325b85c4d1066d4bbb74b4849ab77c09ebaf923.zip |
Update debian/control fileupstream/0.3.6
litmus is python scripts hence it is independent from host architecture.
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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), |