diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-10-11 11:46:42 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-05-06 21:58:00 +0200 |
| commit | f4bfbbb9ec59e031a6a5d43ea402f15311f036c1 (patch) | |
| tree | 5587dba60d15b809070c818227de328186d0f3c0 /debian.tasks/control | |
| parent | 76fb50c2bbc40ae8faca8c6a09972fb2a641c118 (diff) | |
| download | Ishtar-f4bfbbb9ec59e031a6a5d43ea402f15311f036c1.tar.bz2 Ishtar-f4bfbbb9ec59e031a6a5d43ea402f15311f036c1.zip | |
🚀 Debian package: ishtar-tasks
Diffstat (limited to 'debian.tasks/control')
| -rw-r--r-- | debian.tasks/control | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian.tasks/control b/debian.tasks/control new file mode 100644 index 000000000..e7ee9a0a5 --- /dev/null +++ b/debian.tasks/control @@ -0,0 +1,19 @@ +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, + python-celery-common +Recommends: + rabbitmq-server, + supervisor +Description: Background task server for Ishtar + Background task server using rabbitmq task queue. |
