summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Traut <manut@linutronix.de>2018-01-10 12:02:25 +0100
committerManuel Traut <manut@linutronix.de>2018-01-10 12:02:25 +0100
commit30dc8a28c9390c523419bded38e8fbf8d6a7217e (patch)
tree23746c369caf5321ae92f711447260a3f9ba993b
parent195698b4e95af1e1513b84679fe9bb9f16389b44 (diff)
debian: set architecture to all
it was any before, but there is no arch specific code in the python script. Signed-off-by: Manuel Traut <manut@linutronix.de>
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 3348fd6..7ea143e 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 9), python3
Standards-Version: 3.9.8
Package: pyjutest
-Architecture: any
+Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-junit.xml
Description: commandline unit-test wrapper
use it with 'pyjutest anycmd' it will capture stdout, stderr of anycmd and