[SCM] debian-live/live-helper branch, master, updated. 1.0_a39-1-9-gab336ba

Daniel Baumann daniel at debian.org
Thu Mar 6 16:28:01 UTC 2008


The following commit has been merged in the master branch:
commit fc40e7c62f39d8c5875d28d5fadd05cf933e453f
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Mar 6 15:56:48 2008 +0100

    Cleaning up target depends in rules.

diff --git a/debian/rules b/debian/rules
index b509851..b7ef8a9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ clean:
 
 build:
 
-install: build
+install:
 	dh_testdir
 	dh_testroot
 	dh_clean -k
@@ -36,11 +36,11 @@ install: build
 	install -D -m 0644 debian/bug/presubj debian/live-helper/usr/share/bug/live-helper
 	install -D -m 0755 debian/bug/script debian/live-helper/usr/share/bug/live-helper
 
-binary: binary-indep binary-arch
+binary: binary-indep
 
-binary-arch: build install
+binary-arch:
 
-binary-indep: build install
+binary-indep: install
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs docs/ChangeLog

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list