diff options
author | Florian Dold <florian@dold.me> | 2021-08-02 10:03:13 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2021-08-02 10:03:13 +0200 |
commit | aaf219807dedae769c526bb12bfbc2e828938920 (patch) | |
tree | 98293ebe76e1b55bc169bf981f7f6a05ae8f2aab /debian/control | |
parent | 3427e2f01601ff74a712fb34241acc6d38bc2087 (diff) |
debian
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 000000000..d44a2e3ee --- /dev/null +++ b/debian/control @@ -0,0 +1,16 @@ +Source: taler-wallet-cli +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-wallet-cli +Architecture: all +Depends: nodejs, + ${misc:Depends} +Recommends: +Description: Software package to test Taler installations. |