[SCM] Debian Live build scripts branch, master, updated. 1.0.3-1-22-g73774fb

Daniel Baumann daniel at debian.org
Sun Feb 8 11:20:17 UTC 2009


The following commit has been merged in the master branch:
commit 73774fbc19a17a93ebec64975de29c632305cfaa
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Feb 8 12:19:04 2009 +0100

    Using dh_installinit in rules to install defaults file.

diff --git a/debian/rules b/debian/rules
index f150427..48f6b0c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,8 +24,6 @@ install: build
 	# Installing message catalogs
 	$(MAKE) -C po install DESTDIR=$(CURDIR)/debian/live-helper
 
-	install -D -m 0644 debian/default debian/live-helper/etc/default/live-helper_autobuild
-
 	# Preparing alternatives
 	mv debian/live-helper/usr/share/live-helper/includes debian/live-helper/usr/share/live-helper/includes.debian
 	mv debian/live-helper/usr/share/live-helper/templates debian/live-helper/usr/share/live-helper/templates.debian
@@ -48,6 +46,7 @@ binary-indep: install
 	dh_testroot
 	dh_installchangelogs docs/ChangeLog
 	dh_installdocs
+	dh_installinit
 	dh_installlogrotate
 	dh_installcron
 	dh_installman

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list