Update debian/control file upstream/0.3.6
authorDonghoon Shin <dhs.shine@gmail.com>
Thu, 16 Mar 2017 06:31:25 +0000 (15:31 +0900)
committerDonghoon Shin <dhs.shin@samsung.com>
Thu, 16 Mar 2017 06:49:28 +0000 (15:49 +0900)
litmus is python scripts hence it is independent from host architecture.

README.md
debian/control

index 4658f793ee650a164c6ee9723a896abb1813aeae..cb2c666fbf8d34261c12c3570439e7b86f8812c4 100644 (file)
--- 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
index 2d2d43cb5753013e83ff620c587ab0e9ec184efe..3522260a66ab055e70caa149c97aa4602c7e10b9 100644 (file)
@@ -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),