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:
2
debian/changelog
vendored
2
debian/changelog
vendored
@@ -1,4 +1,4 @@
|
||||
domcheck (0.3-1) unstable; urgency=low
|
||||
domcheck (0.4-1) unstable; urgency=low
|
||||
|
||||
* Initial release
|
||||
|
||||
|
||||
1
debian/conffiles
vendored
1
debian/conffiles
vendored
@@ -1 +0,0 @@
|
||||
etc/check.conf
|
||||
1
debian/dirs
vendored
1
debian/dirs
vendored
@@ -1 +0,0 @@
|
||||
usr/sbin/
|
||||
1
debian/domcheck.check.cron.d
vendored
Normal file
1
debian/domcheck.check.cron.d
vendored
Normal file
@@ -0,0 +1 @@
|
||||
* * * * * root /usr/sbin/check
|
||||
4
debian/install
vendored
4
debian/install
vendored
@@ -1,2 +1,2 @@
|
||||
check usr/sbin/check
|
||||
check.conf /etc/check.conf
|
||||
check /usr/sbin
|
||||
check.conf /etc
|
||||
|
||||
2
debian/rules
vendored
2
debian/rules
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user