[ps-watcher] 56/88: some more improvements

Jan Wagner waja at alioth.debian.org
Fri Nov 8 23:06:42 UTC 2013


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

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

commit c4b6006011b61bafb2c0d27dff11a0a0873fc483
Author: Jan Wagner <waja at cyconet.org>
Date:   Sun Jul 20 12:35:52 2008 +0000

    some more improvements
---
 debian/changelog                |    4 ++++
 debian/control                  |    2 +-
 debian/rules                    |    3 ++-
 debian/source.lintian-overrides |    2 ++
 4 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 13d287e..d65282f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,10 @@ ps-watcher (1.06-10) unstable; urgency=low
   * Updating standards version to 3.8.0, no changes needed
   * implement machine-interpretable copyright file
   * move autotools-dev to Build-Depends-Indep
+  * cleanup rules a bit
+  * create lintian override for "outdated-autotools-helper-file", which we
+    copy over from autotools-dev
+  * add ${misc:Depends} to Depends
 
  -- Jan Wagner <waja at cyconet.org>  Sun, 20 Jul 2008 13:43:55 +0200
 
diff --git a/debian/control b/debian/control
index 186a1bf..2a45362 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Standards-Version: 3.8.0
 
 Package: ps-watcher
 Architecture: all
-Depends: ${perl:Depends}, libconfig-inifiles-perl
+Depends: ${perl:Depends}, ${misc: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.
diff --git a/debian/rules b/debian/rules
index 33df5d5..9fd48b9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,6 +30,7 @@ clean: unpatch
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
+	rm -f config.guess config.sub
 
 	# Add here commands to clean up after the build process.
 	[ ! -f Makefile ] || $(MAKE) clean
@@ -62,7 +63,7 @@ binary-indep: build install
 	dh_builddeb
 
 # Build architecture-dependent files here.
-binary-arch: build install
+binary-arch:
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install
diff --git a/debian/source.lintian-overrides b/debian/source.lintian-overrides
new file mode 100644
index 0000000..b912f83
--- /dev/null
+++ b/debian/source.lintian-overrides
@@ -0,0 +1,2 @@
+outdated-autotools-helper-file config.guess 2002-07-23
+outdated-autotools-helper-file config.sub 2001-08-13

-- 
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