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 | 84a20cb80243f8614906be91953ca4213334b16b (patch) | |
tree | 414827e91acab4b596cdf8ed9632e4cdeff95480 /control | |
parent | Initial commit. (diff) | |
download | irker-84a20cb80243f8614906be91953ca4213334b16b.tar.xz irker-84a20cb80243f8614906be91953ca4213334b16b.zip |
Adding upstream version 2.18+dfsg.upstream/2.18+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'control')
-rw-r--r-- | control | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -0,0 +1,27 @@ +# This is not a real Debian control file, though the syntax is compatible. +# It's project metadata for the shipper tool + +Package: irker + +Description: An IRC client that runs as a daemon accepting notification requests. + You preesnt them JSON objects presented to a listening socket. It is + meant to be used by hook scripts in version-control repositories, + allowing them to send commit notifications to project IRC channels. + A hook script that works with git, hg, and svn is included in the + distribution. + +#XBS-Destinations: freshcode + +Homepage: http://www.catb.org/~esr/irker + +XBS-HTML-Target: index.html + +XBS-Repository-URL: https://gitlab.com/esr/irker + +XBS-OpenHub-URL: http://www.openhub.net/p/irker + +XBS-IRC-Channel: irc://chat.freenode.net/#irker + +XBS-Logo: irker-logo.png + +XBS-VC-Tag-Template: %(version)s |