[Forensics-changes] [SCM] Recursively compute hashsums or piecewise hashings branch, debian, updated. upstream/3.1-16-g0537504

Daniel Baumann daniel at debian.org
Thu Sep 18 16:49:02 UTC 2008


The following commit has been merged in the debian branch:
commit d916e75be73b4858109235d287b818d01245bc61
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Sep 18 18:41:41 2008 +0200

    Correct wrong binary targets in rules file.

diff --git a/debian/rules b/debian/rules
index ca18501..5fd2530 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,7 +47,7 @@ install: build
 
 	$(MAKE) DESTDIR=$(CURDIR)/debian/md5deep install
 
-binary: binary-indep binary-arch
+binary: binary-arch
 
 binary-arch: build install
 	dh_testdir
@@ -66,6 +66,6 @@ binary-arch: build install
 	dh_md5sums
 	dh_builddeb
 
-binary-indep: build install
+binary-indep:
 
 .PHONY: clean build install binary binary-arch binary-indep

-- 
Recursively compute hashsums or piecewise hashings



More information about the forensics-changes mailing list