make daniel happy
This commit is contained in:
parent
41651a2446
commit
9e824f218c
6
debian/README.Debian
vendored
6
debian/README.Debian
vendored
|
@ -1,6 +0,0 @@
|
||||||
ps-watcher for Debian
|
|
||||||
---------------------
|
|
||||||
|
|
||||||
<possible notes regarding this package - if none, delete this file>
|
|
||||||
|
|
||||||
-- Jan Wagner <waja@cyconet.org> Fri, 3 Nov 2006 13:39:48 +0000
|
|
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -3,4 +3,3 @@ ps-watcher (1.06-1) unstable; urgency=low
|
||||||
* Initial release (Closes: #396953)
|
* Initial release (Closes: #396953)
|
||||||
|
|
||||||
-- Jan Wagner <waja@cyconet.org> Fri, 3 Nov 2006 13:39:48 +0000
|
-- Jan Wagner <waja@cyconet.org> Fri, 3 Nov 2006 13:39:48 +0000
|
||||||
|
|
||||||
|
|
7
debian/default
vendored
7
debian/default
vendored
|
@ -2,9 +2,6 @@
|
||||||
# sourced by /etc/init.d/ps-watcher
|
# sourced by /etc/init.d/ps-watcher
|
||||||
# installed at /etc/default/ps-watcher by the maintainer scripts
|
# installed at /etc/default/ps-watcher by the maintainer scripts
|
||||||
|
|
||||||
#
|
|
||||||
# This is a POSIX shell fragment
|
|
||||||
#
|
|
||||||
|
|
||||||
# Additional options that are passed to the Daemon.
|
# 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""
|
||||||
|
|
4
debian/dirs
vendored
4
debian/dirs
vendored
|
@ -1,2 +1,2 @@
|
||||||
usr/bin
|
#usr/bin
|
||||||
usr/sbin
|
#usr/sbin
|
||||||
|
|
4
debian/init.d
vendored
4
debian/init.d
vendored
|
@ -1,8 +1,4 @@
|
||||||
#! /bin/sh
|
#! /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 <miquels@cistron.nl>.
|
# Written by Miquel van Smoorenburg <miquels@cistron.nl>.
|
||||||
# Modified for Debian
|
# Modified for Debian
|
||||||
# by Ian Murdock <imurdock@gnu.ai.mit.edu>.
|
# by Ian Murdock <imurdock@gnu.ai.mit.edu>.
|
||||||
|
|
4
debian/rules
vendored
4
debian/rules
vendored
|
@ -37,7 +37,6 @@ build-stamp: config.status
|
||||||
|
|
||||||
# Add here commands to compile the package.
|
# Add here commands to compile the package.
|
||||||
$(MAKE)
|
$(MAKE)
|
||||||
#docbook-to-man debian/ps-watcher.sgml > ps-watcher.1
|
|
||||||
|
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
|
@ -79,9 +78,6 @@ binary-arch: build install
|
||||||
dh_installchangelogs ChangeLog
|
dh_installchangelogs ChangeLog
|
||||||
dh_installdocs
|
dh_installdocs
|
||||||
dh_installexamples samples/*
|
dh_installexamples samples/*
|
||||||
# dh_install
|
|
||||||
# dh_installdebconf
|
|
||||||
# dh_installlogrotate
|
|
||||||
dh_installinit -- defaults 40
|
dh_installinit -- defaults 40
|
||||||
dh_installman
|
dh_installman
|
||||||
dh_link
|
dh_link
|
||||||
|
|
9
debian/watch
vendored
9
debian/watch
vendored
|
@ -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
|
version=3
|
||||||
|
|
||||||
# Uncomment to find new files on sourceforge, for debscripts >= 2.9
|
|
||||||
http://sf.net/ps-watcher/ps-watcher-(.*)\.tar\.gz
|
http://sf.net/ps-watcher/ps-watcher-(.*)\.tar\.gz
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue