move libsys-syslog-perl to Recommands
This commit is contained in:
parent
02f361cb41
commit
aa2dc95550
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -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 <waja@cyconet.org> Tue, 28 Nov 2006 12:01:46 +0100
|
||||
|
||||
ps-watcher (1.06-3) unstable; urgency=low
|
||||
|
||||
* moved from binary-arch to binary-indep
|
||||
|
|
3
debian/control
vendored
3
debian/control
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue