diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 10:31:26 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 10:31:26 +0000 |
commit | f686102cc3129b62339e3166afdf492015deee07 (patch) | |
tree | d0f5387a7b3c5b218b921f58a70db6067bc93e28 /debian/control | |
parent | Adding upstream version 2.19+dfsg. (diff) | |
download | irker-f686102cc3129b62339e3166afdf492015deee07.tar.xz irker-f686102cc3129b62339e3166afdf492015deee07.zip |
Adding debian version 2.19+dfsg-1.debian/2.19+dfsg-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..bfaa8d1 --- /dev/null +++ b/debian/control @@ -0,0 +1,30 @@ +Source: irker +Section: utils +Priority: optional +Maintainer: Debian Python Team <team+python@tracker.debian.org> +Uploaders: Neil Muller <drnlmuller+debian@gmail.com> +Build-Depends: + debhelper-compat (= 12), + pkg-config, + python3, + systemd, + xmlto, + dh-python +Standards-Version: 4.5.1 +Rules-Requires-Root: binary-targets +Homepage: http://www.catb.org/esr/irker/ +Vcs-Browser: https://salsa.debian.org/python-team/packages/irker +Vcs-Git: https://salsa.debian.org/python-team/packages/irker.git + +Package: irker +Architecture: all +Depends: + ${misc:Depends}, + ${python3:Depends}, + lsb-base, + adduser, +Pre-Depends: ${misc:Pre-Depends} +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. |