summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-08-02 10:03:13 +0200
committerFlorian Dold <florian@dold.me>2021-08-02 10:03:13 +0200
commitaaf219807dedae769c526bb12bfbc2e828938920 (patch)
tree98293ebe76e1b55bc169bf981f7f6a05ae8f2aab /debian/control
parent3427e2f01601ff74a712fb34241acc6d38bc2087 (diff)
downloadwallet-core-aaf219807dedae769c526bb12bfbc2e828938920.tar.gz
wallet-core-aaf219807dedae769c526bb12bfbc2e828938920.tar.bz2
wallet-core-aaf219807dedae769c526bb12bfbc2e828938920.zip
debian
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control16
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.