summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control18
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..949b35b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,18 @@
+Source: subplot
+Maintainer: Lars Wirzenius <liw@liw.fi>
+Section: utils
+Priority: optional
+Standards-Version: 4.2.0
+Build-Depends: debhelper (>= 10~), dh-cargo
+Homepage: https://subplot.liw.fi
+
+Package: subplot
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
+Built-Using: ${cargo:Built-Using}
+Description: automatic tool for accetance testing
+ Aid software development by providing tooling for capturing and communicating
+ acceptance criteria and how they are to be verified, in a way that's
+ understood by all project stakeholders.