summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@debian.org>2017-12-08 11:57:06 -0300
committerFelipe Sateler <fsateler@debian.org>2018-09-11 18:20:37 -0300
commitea0eb99c5ffdf06282cc27d34d80952fe54f55d9 (patch)
treedc4618a8cfbd3755659a46371478b82d2547741e /debian/control
parent42e8f439808882d2dae60f2a161eabead14e4b0d (diff)
Initial packagingdebian/0.20170713-1
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control24
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..5eb699a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: znc-backlog
+Section: net
+Priority: optional
+Maintainer: Felipe Sateler <fsateler@debian.org>
+Build-Depends: debhelper (>= 10),
+ znc-dev
+Standards-Version: 4.2.1
+Homepage: https://github.com/FruitieX/znc-backlog
+#Vcs-Git: https://anonscm.debian.org/collab-maint/znc-backlog.git
+#Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/znc-backlog.git
+
+Package: znc-backlog
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${znc:Depends}
+Enhances: znc
+Description: module for requesting backlog from znc bouncer
+ znc-backlog is a ZNC module that makes it easy to request backlog. Its
+ intended use is for when you have just launched your IRC client and gotten
+ a few lines of backlog sent to you, but want to read more. Instead of
+ having to deal with shelling into the box where you run ZNC and manually
+ sifting through the logs, you can issue a short command in your IRC
+ client to request any amount of the most recent lines of log.
+ .
+ For more information about ZNC, see the znc package.