summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorManuel Traut <manut@linutronix.de>2017-09-19 08:51:06 +0200
committerManuel Traut <manut@linutronix.de>2017-09-19 08:51:06 +0200
commit6741aee90db710ca4b8a45e2159ddf70c84b171c (patch)
tree7b9279d30cfe72d8bfd7c9d50528bbf1de5490a6 /debian/control
initial import
Signed-off-by: Manuel Traut <manut@linutronix.de>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..4213b0c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,13 @@
+Source: pjutest
+Section: text
+Priority: optional
+Maintainer: Manuel Traut <manut@linutronix.de>
+Build-Depends: debhelper (>= 9), python3
+Standards-Version: 3.9.8
+
+Package: pjutest
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, python3-junit.xml
+Description: commandline unit-test wrapper
+ use it with 'pjutest anycmd' it will capture stdout, stderr of anycmd and
+ log it into a junit xml file. multiple calls append to an existing xml.