diff options
Diffstat (limited to 'packages/taler-harness/debian/control')
-rw-r--r-- | packages/taler-harness/debian/control | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/taler-harness/debian/control b/packages/taler-harness/debian/control new file mode 100644 index 000000000..c57b01202 --- /dev/null +++ b/packages/taler-harness/debian/control @@ -0,0 +1,16 @@ +Source: taler-harness +Section: networking +Priority: optional +Maintainer: Taler Systems SA <deb@taler.net> +Uploaders: Christian Grothoff <grothoff@gnu.org>, Florian Dold <dold@taler.net> +Build-Depends: debhelper-compat (= 12), +Standards-Version: 4.1.0 +Vcs-Git: https://git.taler.net/wallet-core.git +Homepage: https://taler.net/ + +Package: taler-harness +Architecture: all +Depends: nodejs, + ${misc:Depends} +Recommends: +Description: Software package to test Taler installations. |