[debsums] 23/184: Add call to dh_installcron, don't need to mkdir /etc/cron.d anymore

Axel Beckert abe at deuxchevaux.org
Mon Mar 2 21:21:15 UTC 2015


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository debsums.

commit 12d8e1ce02d1d6561e164447073be53a68e1d9eb
Author: Francois Marier <francois at debian.org>
Date:   Wed Jul 9 15:59:03 2008 +1200

    Add call to dh_installcron, don't need to mkdir /etc/cron.d anymore
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index e846c9a..e3e17b5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ binary-indep:
 	dh_testroot
 	dh_clean -k
 
-	mkdir -p $(tmp)/usr/bin $(tmp)/usr/sbin $(tmp)/etc $(tmp)/etc/cron.d
+	mkdir -p $(tmp)/usr/bin $(tmp)/usr/sbin $(tmp)/etc
 	sed 's/#VERSION#/$(version)/' debsums.in >$(tmp)/usr/bin/debsums
 	cp debsums_gen debsums_init $(tmp)/usr/sbin
 	cp rdebsums $(tmp)/usr/bin
@@ -32,6 +32,7 @@ binary-indep:
 	cd man && po4a --rm-backups po4a.cfg
 	dh_installman `find man -type f -name '*.[18]'`
 
+	dh_installcron
 	dh_installchangelogs
 	dh_installdebconf
 	dh_compress

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/debsums.git



More information about the Pkg-perl-cvs-commits mailing list