diff --git a/debian/README.Debian b/debian/README.Debian deleted file mode 100644 index e9137a9..0000000 --- a/debian/README.Debian +++ /dev/null @@ -1,6 +0,0 @@ -ps-watcher for Debian ---------------------- - - - - -- Jan Wagner Fri, 3 Nov 2006 13:39:48 +0000 diff --git a/debian/changelog b/debian/changelog index a493107..9a57371 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,4 +3,3 @@ ps-watcher (1.06-1) unstable; urgency=low * Initial release (Closes: #396953) -- Jan Wagner Fri, 3 Nov 2006 13:39:48 +0000 - diff --git a/debian/default b/debian/default index 4dcb8a9..e60f462 100644 --- a/debian/default +++ b/debian/default @@ -2,9 +2,6 @@ # sourced by /etc/init.d/ps-watcher # installed at /etc/default/ps-watcher by the maintainer scripts -# -# This is a POSIX shell fragment -# - # Additional options that are passed to the Daemon. -DAEMON_OPTS="" +# here: specify config file, daemon mode, check every 150 secs +DAEMON_OPTS="-c /etc/ps-watcher.conf --daemon --sleep 150"" diff --git a/debian/dirs b/debian/dirs index ca882bb..8ff5d20 100644 --- a/debian/dirs +++ b/debian/dirs @@ -1,2 +1,2 @@ -usr/bin -usr/sbin +#usr/bin +#usr/sbin diff --git a/debian/init.d b/debian/init.d index 72d7f87..fc56ddb 100644 --- a/debian/init.d +++ b/debian/init.d @@ -1,8 +1,4 @@ #! /bin/sh -# -# skeleton example file to build /etc/init.d/ scripts. -# This file should be used to construct scripts for /etc/init.d. -# # Written by Miquel van Smoorenburg . # Modified for Debian # by Ian Murdock . diff --git a/debian/rules b/debian/rules index 99494ab..503007e 100755 --- a/debian/rules +++ b/debian/rules @@ -37,7 +37,6 @@ build-stamp: config.status # Add here commands to compile the package. $(MAKE) - #docbook-to-man debian/ps-watcher.sgml > ps-watcher.1 touch $@ @@ -79,9 +78,6 @@ binary-arch: build install dh_installchangelogs ChangeLog dh_installdocs dh_installexamples samples/* -# dh_install -# dh_installdebconf -# dh_installlogrotate dh_installinit -- defaults 40 dh_installman dh_link diff --git a/debian/watch b/debian/watch index 1d4b5b2..cb529de 100644 --- a/debian/watch +++ b/debian/watch @@ -1,12 +1,3 @@ -# Example watch control file for uscan -# Rename this file to "watch" and then you can run the "uscan" command -# to check for upstream updates and more. -# See uscan(1) for format - -# Compulsory line, this is a version 3 file version=3 -# Uncomment to find new files on sourceforge, for debscripts >= 2.9 http://sf.net/ps-watcher/ps-watcher-(.*)\.tar\.gz - -