diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2010-01-14 17:58:30 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2010-01-14 17:58:30 +0100 |
commit | 9861783abbc0e36aefbdf478542f517fd64501a3 (patch) | |
tree | fbbc2bcf2caaac7b5d648a96ebae6e95dd474277 | |
parent | a3cfc81479478c52f61b3452f743d6d76c920ada (diff) |
Rephrase changelog, update Standards-Version, add ${misc:Depends}
-rw-r--r-- | debian/changelog | 17 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 11 insertions, 10 deletions
diff --git a/debian/changelog b/debian/changelog index c6c52a0..595962b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,13 +1,14 @@ -inotail (0.5-2) UNRELEASED; urgency=low +inotail (0.5-2) unstable; urgency=low - * Replaced obsolete dh_clean -k with dh_prep in rules. - * Updated debhelper compatibility level from 5 to 7. - * Updated Standards Version to 3.8.0. - * Removed Homepage tag in control in favour of the new control field. - * Added Vcs-Git and Vcs-Browser control fields. - * Changed maintainer email address. + * Include ${misc:Depends} into Depends in control. + * Replace obsolete dh_clean -k with dh_prep in rules. + * Update debhelper compatibility level from 5 to 7. + * Update Standards Version to 3.8.3. + * Remove Homepage tag in control in favour of the new control field. + * Add Vcs-Git and Vcs-Browser control fields. + * Change maintainer email address. - -- Tobias Klauser <tklauser@distanz.ch> Sat, 03 Jan 2009 19:21:11 +0100 + -- Tobias Klauser <tklauser@distanz.ch> Thu, 14 Jan 2010 17:56:39 +0100 inotail (0.5-1) unstable; urgency=low diff --git a/debian/control b/debian/control index f5cd82e..a3eed01 100644 --- a/debian/control +++ b/debian/control @@ -3,14 +3,14 @@ Section: utils Priority: optional Maintainer: Tobias Klauser <tklauser@distanz.ch> Build-Depends: debhelper (>= 7) -Standards-Version: 3.8.0 +Standards-Version: 3.8.3 Homepage: http://distanz.ch/inotail Vcs-Git: http://git.distanz.ch/scm/debian/pkg-inotail.git Vcs-Browser: http://git.distanz.ch/?p=debian/pkg-inotail.git Package: inotail Architecture: any -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, ${misc: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 |