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)
|
||||
|
||||
-- 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
|
||||
# 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""
|
||||
|
|
4
debian/dirs
vendored
4
debian/dirs
vendored
|
@ -1,2 +1,2 @@
|
|||
usr/bin
|
||||
usr/sbin
|
||||
#usr/bin
|
||||
#usr/sbin
|
||||
|
|
4
debian/init.d
vendored
4
debian/init.d
vendored
|
@ -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 <miquels@cistron.nl>.
|
||||
# Modified for Debian
|
||||
# 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.
|
||||
$(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
|
||||
|
|
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
|
||||
|
||||
# Uncomment to find new files on sourceforge, for debscripts >= 2.9
|
||||
http://sf.net/ps-watcher/ps-watcher-(.*)\.tar\.gz
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue