summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control25
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..009ab28
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: taler-merchant-demos
+Section: net
+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),
+ unzip,
+ pybuild-plugin-pyproject,
+ python3-poetry-core,
+ python3
+Standards-Version: 4.1.0
+Vcs-Git: https://git.taler.net/taler-merchant-demos.git
+Homepage: https://taler.net/
+
+Package: taler-merchant-demos
+Architecture: all
+Depends: ${misc:Depends},
+ python3-flask,
+ python3-flask-babel,
+ uwsgi,
+ python3-requests,
+ python3-bs4
+Recommends: apache2 | nginx | httpd
+Description: Demo storefronts for the Taler merchant.