[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 b38e126f4d6e94aa68f12faf0f72e8616c4e6d06
Author: Daniel Baumann <daniel at debian.org>
Date: Thu Jul 9 15:50:16 2009 +0200
Simply install target in rules file.
diff --git a/debian/chaosreader.dirs b/debian/chaosreader.dirs
deleted file mode 100644
index e772481..0000000
--- a/debian/chaosreader.dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr/bin
diff --git a/debian/rules b/debian/rules
index 59e4855..d090cf4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ install: patch
dh_testroot
dh_prep
dh_installdirs
- cp chaosreader0.94 $(CURDIR)/debian/chaosreader/usr/bin/chaosreader
+ install -D -m 0755 chaosreader0.94 debian/chaosreader/usr/bin/chaosreader
binary-indep: install
dh_testdir
--
trace network sessions and export it to html format
More information about the forensics-changes
mailing list