[Forensics-changes] [SCM] UNNAMED PROJECT branch, debian, updated. 4a5d52b429e044f8b218f9dd1711b71039a9436a

Daniel Baumann daniel at debian.org
Thu Jul 9 14:05:44 UTC 2009


The following commit has been merged in the debian branch:
commit 9af857968813b91fa63bdce18fc0f5911efadce7
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Jul 9 15:50:44 2009 +0200

    Adding missing targets in rules file to make it policy conformant.

diff --git a/debian/rules b/debian/rules
index d090cf4..31166e2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,15 +5,22 @@ include /usr/share/quilt/quilt.make
 clean: unpatch
 	dh_testdir
 	dh_testroot
+
 	dh_clean
 
+build:
+
 install: patch
 	dh_testdir
 	dh_testroot
 	dh_prep
-	dh_installdirs
+
 	install -D -m 0755 chaosreader0.94 debian/chaosreader/usr/bin/chaosreader
 
+binary: binary-indep
+
+binary-arch:
+
 binary-indep: install
 	dh_testdir
 	dh_testroot
@@ -28,5 +35,4 @@ binary-indep: install
 	dh_md5sums
 	dh_builddeb
 
-binary: binary-indep
-.PHONY: build clean binary-indep binary-arch binary install configure
+.PHONY: clean build install binary binary-arch binary-indep

-- 
UNNAMED PROJECT



More information about the forensics-changes mailing list