some more improvements

This commit is contained in:
Jan Wagner 2008-07-20 12:35:52 +00:00
parent 95e5324a90
commit c4b6006011
4 changed files with 9 additions and 2 deletions

4
debian/changelog vendored
View file

@ -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@cyconet.org> Sun, 20 Jul 2008 13:43:55 +0200

2
debian/control vendored
View file

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

3
debian/rules vendored
View file

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

2
debian/source.lintian-overrides vendored Normal file
View file

@ -0,0 +1,2 @@
outdated-autotools-helper-file config.guess 2002-07-23
outdated-autotools-helper-file config.sub 2001-08-13