summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control26
1 files changed, 26 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..50b48f5
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,26 @@
+Source: irker
+Section: utils
+Priority: optional
+Maintainer: Debian QA Group <packages@qa.debian.org>
+Build-Depends:
+ debhelper (>= 9),
+ dh-systemd,
+ pkg-config,
+ python,
+ systemd,
+ xmlto,
+Standards-Version: 3.9.5
+Homepage: http://www.catb.org/esr/irker/
+Vcs-Browser: http://daniel-baumann.ch/gitweb/?p=debian/packages/irker.git
+Vcs-Git: git://daniel-baumann.ch/git/debian/packages/irker.git
+
+Package: irker
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+ 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.