diff --git a/debian/changelog b/debian/changelog index 7ef8fc5..641a1aa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ps-watcher (1.06-4) unstable; urgency=low + + * moved libsys-syslog-perl from Depends to Recommands since Sys::Syslog is + also provided by perl + + -- Jan Wagner Tue, 28 Nov 2006 12:01:46 +0100 + ps-watcher (1.06-3) unstable; urgency=low * moved from binary-arch to binary-indep diff --git a/debian/control b/debian/control index c619de8..bbedd9e 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,8 @@ Standards-Version: 3.7.2 Package: ps-watcher Architecture: all -Depends: ${perl:Depends}, libconfig-inifiles-perl, libsys-syslog-perl +Depends: ${perl:Depends}, libconfig-inifiles-perl +Recommends: libsys-syslog-perl Description: monitoring a system via ps-like commands This program runs the ps command periodically and triggers commands on matches. The match patterns are Perl regular expressions which can refer to the process