summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2008-01-15 22:19:15 +0100
committerTobias Klauser <tklauser@xenon.tklauser.home>2008-01-15 22:19:15 +0100
commitbae9683e33c4cd3b3e40aabb05251a489b8ceecc (patch)
tree0a52809e1647f58f2dc017e6f0fd405f97da0a96 /debian/control
parentfa4c8b85b1d5966beeda6b8b28046eb45a63332d (diff)
Packaging updates
* Update Standards Version to 3.7.3, no changes needed. * Remove Homepage tag in control in favour of the new control field.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control5
1 files changed, 2 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 58d225d..9c06f88 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: utils
Priority: optional
Maintainer: Tobias Klauser <tklauser@access.unizh.ch>
Build-Depends: debhelper (>= 5)
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
+Homepage: http://distanz.ch/inotail
Package: inotail
Architecture: any
@@ -15,5 +16,3 @@ Description: tail replacement using inotify
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>