summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2007-03-03 17:25:42 +0100
committerTobias Klauser <tklauser@xenon.tklauser.home>2007-03-03 17:25:42 +0100
commit5858819e4e3bc738463e8f7cc7d808a388ebc6c1 (patch)
tree45a03442ed7349b5dc0b3707f4bde67631929469 /debian/control
Initial import of debian package for inotail0.2-1
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..6362a90
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: inotail
+Section: utils
+Priority: optional
+Maintainer: Tobias Klauser <tklauser@access.unizh.ch>
+Build-Depends: debhelper (>= 4)
+Standards-Version: 3.7.2
+
+Package: inotail
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: tail replacement using inotify
+ inotail is a replacement for the 'tail' program found in the base installation
+ of every Linux/UNIX system. It makes use of the inotify infrastructure in
+ recent versions of the Linux kernel to speed up tailing files in the follow
+ mode (the '-f' option). Standard tail polls the file every second by default
+ while inotail listens to special events sent by the kernel through the inotify
+ API to determine whether a file needs to be reread.
+ .
+ Homepage: <http://distanz.ch/inotail>