debian package 0.1-1

This commit is contained in:
2023-01-12 10:17:23 +01:00
parent 7f7841f2bf
commit ec3ec224f7
10 changed files with 75 additions and 0 deletions

21
debian/control vendored Normal file
View File

@@ -0,0 +1,21 @@
Source: pqm
Section: mail
Priority: optional
Maintainer: Stefan Bühler <stefan.buehler@tik.uni-stuttgart.de>
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
Standards-Version: 4.6.1
Homepage: https://git-nks-public.tik.uni-stuttgart.de/mail/pqm
Package: pqm
Architecture: all
Depends:
python3:any,
python3-trio,
python3-pyparsing,
python3-yaml,
${misc:Depends},
Description: postfix (cluster) queue manager
CLI tool to manage postfix queues (optionally across multiple hosts through
ssh).