Remove ps-watcher binary when making clean
This commit is contained in:
parent
b9b8758e67
commit
a154d1ab70
11
debian/patches/ps_binary
vendored
11
debian/patches/ps_binary
vendored
|
@ -13,14 +13,3 @@ Index: ps-watcher-1.08/ps-watcher.in.in
|
|||
$opts{ps_pid_opts} = '@PS_PID_OPTS@'; # How do I get pids and commands?
|
||||
|
||||
$ps_arg_opts = '@PS_ARGS@'; # How do I get full process command?
|
||||
--- a/ps-watcher
|
||||
+++ b/ps-watcher
|
||||
@@ -855,7 +855,7 @@ Specify the executable search path used in running commands.
|
||||
=item --ps-prog I<program>
|
||||
|
||||
One can specify the command that gives ps information. By default, the
|
||||
-command is F</bin/ps>.
|
||||
+command is F<no>.
|
||||
|
||||
Z<>
|
||||
|
||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -42,6 +42,8 @@ clean:
|
|||
rm -f config.* ps-watcher.in post-configure docs/pod2htmd.tmp
|
||||
# delete modified (regenerated) files
|
||||
rm -f docs/ps-watcher.8 docs/ps-watcher.html
|
||||
# remove ps-watcher binary as this would we regenerated on building the package
|
||||
rm -f ps-watcher
|
||||
dh_clean
|
||||
|
||||
install: build
|
||||
|
|
Loading…
Reference in a new issue