diff --git a/debian/patches/ps_binary b/debian/patches/ps_binary index 22b33da..a5d1b8e 100644 --- a/debian/patches/ps_binary +++ b/debian/patches/ps_binary @@ -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 - - One can specify the command that gives ps information. By default, the --command is F. -+command is F. - - Z<> - diff --git a/debian/rules b/debian/rules index ead32cd..75deaed 100755 --- a/debian/rules +++ b/debian/rules @@ -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