diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 00:50:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 00:50:22 +0000 |
commit | 4283a547939c204787a35239ff31758cccf2674f (patch) | |
tree | 961e298be9b22e950ab392515aa18ebb3de9bcd9 /debian/control | |
parent | Adding upstream version 2.18+dfsg. (diff) | |
download | irker-debian/2.18+dfsg-3.tar.xz irker-debian/2.18+dfsg-3.zip |
Adding debian version 2.18+dfsg-3.debian/2.18+dfsg-3debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..928de21 --- /dev/null +++ b/debian/control @@ -0,0 +1,29 @@ +Source: irker +Section: utils +Priority: optional +Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org> +Uploaders: Neil Muller <drnlmuller+debian@gmail.com> +Build-Depends: + debhelper (>= 11), + pkg-config, + python, + systemd, + xmlto, + dh-python +Standards-Version: 4.1.5 +Rules-Requires-Root: binary-targets +Homepage: http://www.catb.org/esr/irker/ +Vcs-Browser: https://salsa.debian.org/python-team/applications/irker +Vcs-Git: https://salsa.debian.org/python-team/applications/irker.git + +Package: irker +Architecture: all +Depends: + ${misc:Depends}, + ${python:Depends}, + lsb-base, + adduser, +Description: submission tools for IRC notifications + irkerd is a specialized IRC client that runs as a daemon, allowing other + programs to ship IRC notifications by sending JSON objects to a listening + socket. |