Depend on procps
This commit is contained in:
parent
739b42c6ad
commit
293d757eb6
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -1,8 +1,9 @@
|
||||||
ps-watcher (1.08-4) UNRELEASED; urgency=low
|
ps-watcher (1.08-4) unstable; urgency=low
|
||||||
|
|
||||||
* NOT RELEASED YET
|
* Depend on procps, cause we need /bin/ps, thanks to Cristian Ionescu-Idbohrn
|
||||||
|
(Closes: #666097)
|
||||||
|
|
||||||
-- Jan Wagner <waja@cyconet.org> Wed, 28 Mar 2012 08:55:15 +0200
|
-- Jan Wagner <waja@cyconet.org> Wed, 28 Mar 2012 19:28:35 +0200
|
||||||
|
|
||||||
ps-watcher (1.08-3) unstable; urgency=low
|
ps-watcher (1.08-3) unstable; urgency=low
|
||||||
|
|
||||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -11,7 +11,7 @@ Standards-Version: 3.9.3
|
||||||
|
|
||||||
Package: ps-watcher
|
Package: ps-watcher
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${perl:Depends}, ${misc:Depends}, libconfig-inifiles-perl
|
Depends: ${perl:Depends}, ${misc:Depends}, libconfig-inifiles-perl, procps
|
||||||
Recommends: libsys-syslog-perl
|
Recommends: libsys-syslog-perl
|
||||||
Description: monitoring a system via ps-like commands
|
Description: monitoring a system via ps-like commands
|
||||||
This program runs the ps command periodically and triggers commands on matches.
|
This program runs the ps command periodically and triggers commands on matches.
|
||||||
|
|
Loading…
Reference in a new issue