Packaging debian :

- suppression des debian/dirs et debian/conffiles inutiles
 - Ajout du cron.d
 - modification du rules pour supporter cron
 - Suppression des fichiers finaux dans debian/install


git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@411 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2011-08-18 13:42:49 +00:00
parent 5b064fc43a
commit b72999f76d
6 changed files with 5 additions and 6 deletions

2
debian/changelog vendored
View File

@@ -1,4 +1,4 @@
domcheck (0.3-1) unstable; urgency=low
domcheck (0.4-1) unstable; urgency=low
* Initial release

1
debian/conffiles vendored
View File

@@ -1 +0,0 @@
etc/check.conf

1
debian/dirs vendored
View File

@@ -1 +0,0 @@
usr/sbin/

1
debian/domcheck.check.cron.d vendored Normal file
View File

@@ -0,0 +1 @@
* * * * * root /usr/sbin/check

4
debian/install vendored
View File

@@ -1,2 +1,2 @@
check usr/sbin/check
check.conf /etc/check.conf
check /usr/sbin
check.conf /etc

2
debian/rules vendored
View File

@@ -37,7 +37,7 @@ binary-arch: build install
# dh_installpam
# dh_installmime
# dh_installinit
# dh_installcron
dh_installcron -pdomcheck --name=check
# dh_installinfo
# dh_installman
dh_link