Corrige tous les bugs dans Lintian

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1201 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2014-01-30 10:06:23 +00:00
parent b52fbbc10c
commit 5ac8e39ae9
5 changed files with 32 additions and 7 deletions

17
debian/check.man vendored Normal file
View File

@@ -0,0 +1,17 @@
.\" Manpage for domcheck
.\" Contact dominique@fournier38.fr to correct errors or typos.
.TH man 1 "30 Jan 2014" "1.0" "domcheck man page"
.SH NAME
domcheck \- Check the state of daemons, filesystems, network ports and try to restart associated processes
.SH SYNOPSIS
domcheck
.SH DESCRIPTION
domcheck is launched by cron and try to check if all the processes needed run on the system. If it is not the case, it restart them.
It can be used to test the network daemons too, or the filesystem load.
.SH OPTIONS
The domcheck does not take any options. You must configure the /etc/check.conf to define the parameters.
.SH BUGS
No known bugs.
.SH AUTHOR
Dominique Fournier (dominique@fournier38.fr)

9
debian/control vendored
View File

@@ -3,9 +3,12 @@ Section: admin
Priority: optional
Maintainer: Dominique Fournier <dominique@fournier.homedns.org>
Build-Depends: debhelper (>= 4.0.0)
Standards-Version: 3.6.2
Standards-Version: 3.9.4
Package: domcheck
Architecture: all
Depends: bash, messagerate
Description: This software check if the system is correct : all the checked daemons are actives, the filesystem is not full, some special directories are empty...
Depends: bash(>=4), messagerate, ${misc:Depends}
Description: This software check if the system is correct and try to solve problems
Based on small functions, domcheck look at the daemons, networks ports,
filesystems...
It can interract send audio alerts to be informed in case of problem.

2
debian/copyright vendored
View File

@@ -1,7 +1,7 @@
This package was debianized by Dominique Fournier <dominique@fournier38.fr> on
Thu, 2 Jun 2011 23:12:16 +0100 for the first time.
Copyright Holder: Dominique Fournier <dominique@fournier38.fr>
Copyright 2011-2014 Dominique Fournier <dominique@fournier38.fr>
License: GPL v3

9
debian/rules vendored
View File

@@ -9,6 +9,11 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
build: build-arch build-indep
build-arch: build-stamp
build-indep: build-stamp
build-stamp:
clean:
dh_testdir
dh_testroot
@@ -23,7 +28,7 @@ install: build
dh_install
# Build architecture-dependent files here.
binary-arch: build install
binary-indep: build install
dh_testdir
dh_testroot
dh_installchangelogs
@@ -39,7 +44,7 @@ binary-arch: build install
# dh_installinit
dh_installcron -pdomcheck --name=check
# dh_installinfo
# dh_installman
dh_installman debian/check.man
dh_link
# dh_strip
dh_compress

View File

@@ -1 +1 @@
3.0 (native)
3.0 (quilt)