[ps-watcher] 01/07: Remove ps-watcher binary when making clean

Jan Wagner waja at moszumanska.debian.org
Thu Feb 27 22:20:31 UTC 2014


This is an automated email from the git hooks/post-receive script.

waja pushed a commit to branch master
in repository ps-watcher.

commit a154d1ab702a9feda2bc8cf7f3c6641055627d38
Author: Jan Wagner <waja at cyconet.org>
Date:   Wed Feb 19 21:48:10 2014 +0100

    Remove ps-watcher binary when making clean
---
 debian/patches/ps_binary | 11 -----------
 debian/rules             |  2 ++
 2 files changed, 2 insertions(+), 11 deletions(-)

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<program>
- 
- One can specify the command that gives ps information. By default, the
--command is F</bin/ps>.
-+command is F<no>.
- 
- 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/ps-watcher.git



More information about the Pkg-perl-cvs-commits mailing list