[Forensics-changes] [SCM] debian-forensics/myrescue branch, debian-sid, updated. upstream/0.9.4-33-ga7ea671

Daniel Baumann daniel at debian.org
Sat Feb 9 20:28:19 UTC 2008


The following commit has been merged in the debian-sid branch:
commit a7ea6712c2d6dd11aec5022d834afdc08dd3db13
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Feb 9 21:28:10 2008 +0100

    Removing unnecessary depends in targets of rules.

diff --git a/debian/rules b/debian/rules
index 35e2491..013a4a9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,11 +17,11 @@ build-stamp:
 
 	touch build-stamp
 
-install: build
+install:
 
 binary: binary-arch binary-indep
 
-binary-arch: build install
+binary-arch: build
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs ChangeLog
@@ -37,6 +37,6 @@ binary-arch: build install
 	dh_md5sums
 	dh_builddeb
 
-binary-indep: build install
+binary-indep:
 
 .PHONY: clean build install binary binary-arch binary-indep

-- 
debian-forensics/myrescue



More information about the forensics-changes mailing list