[Forensics-changes] [SCM] trace network sessions and export it to html format branch, debian, updated. debian/0.94-1

Daniel Baumann daniel at debian.org
Tue Jul 28 12:44:21 UTC 2009


The following commit has been merged in the debian branch:
commit 1339868578dfad76971511cf45ff16e35290a283
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

-- 
trace network sessions and export it to html format



More information about the forensics-changes mailing list