summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
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.