summaryrefslogtreecommitdiff
path: root/debian.tasks/control
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2020-02-10 17:22:41 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-11-04 18:49:51 +0100
commit1ca9856da75c9f24381cc0b2780984ebc5a0cdcf (patch)
treef1ca09c54d200c6ebeeb1bfe3d80d0ffe138cfa6 /debian.tasks/control
parent1280209ab65d02b4b2550761079fb8df9abe029e (diff)
downloadIshtar-1ca9856da75c9f24381cc0b2780984ebc5a0cdcf.tar.bz2
Ishtar-1ca9856da75c9f24381cc0b2780984ebc5a0cdcf.zip
Debian dir for ishtar-tasks and ishtar-libreoffice
Diffstat (limited to 'debian.tasks/control')
-rw-r--r--debian.tasks/control16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian.tasks/control b/debian.tasks/control
new file mode 100644
index 000000000..2361a8b5b
--- /dev/null
+++ b/debian.tasks/control
@@ -0,0 +1,16 @@
+Source: ishtar-tasks
+Section: web
+Priority: optional
+Maintainer: Étienne Loks <etienne.loks@iggdrasil.net>
+Build-Depends: debhelper (>= 11~)
+Standards-Version: 4.3.0
+Homepage: https://ishtar-archeo.net/
+
+Package: ishtar-tasks
+Architecture: all
+Depends: ${misc:Depends},
+ python3-django-ishtar (= ${source:Version}),
+ python3-celery
+Recommends: rabbitmq-server
+Description: Background task server for Ishtar
+ Background task server using rabbitmq task queue.