34 lines
1.2 KiB
Text
34 lines
1.2 KiB
Text
Source: irker
|
|
Section: utils
|
|
Priority: optional
|
|
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
|
|
XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>
|
|
XSBC-Original-Maintainer: Debian Python Team <team+python@tracker.debian.org>
|
|
XSBC-Original-Uploaders: Neil Muller <drnlmuller+debian@gmail.com>
|
|
Bugs: mailto:maintainers@lists.progress-linux.org
|
|
Build-Depends:
|
|
debhelper-compat (= 13),
|
|
pkg-config,
|
|
python3,
|
|
systemd-dev,
|
|
xmlto,
|
|
dh-python
|
|
Standards-Version: 4.6.2
|
|
Rules-Requires-Root: binary-targets
|
|
Homepage: http://www.catb.org/esr/irker/
|
|
Vcs-Browser: https://git.progress-linux.org/horok/irker
|
|
Vcs-Git: https://git.progress-linux.org/horok/irker
|
|
XSBC-Original-Vcs-Browser: https://salsa.debian.org/python-team/packages/irker
|
|
XSBC-Original-Vcs-Git: https://salsa.debian.org/python-team/packages/irker.git
|
|
|
|
Package: irker
|
|
Architecture: all
|
|
Depends:
|
|
${misc:Depends},
|
|
${python3:Depends},
|
|
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.
|