[Forensics-changes] [SCM] trace network sessions and export it to html format branch, debian, updated. 91b5f9cd843a27f49198f70ef829e88416fa006e
Daniel Baumann
daniel at debian.org
Mon Jul 27 16:22:55 UTC 2009
The following commit has been merged in the debian branch:
commit 91b5f9cd843a27f49198f70ef829e88416fa006e
Author: Daniel Baumann <daniel at debian.org>
Date: Mon Jul 27 17:24:05 2009 +0200
Minimizing rules file.
diff --git a/debian/rules b/debian/rules
index d7bba4a..a69b63b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,39 +1,9 @@
#!/usr/bin/make -f
-include /usr/share/quilt/quilt.make
+%:
+ dh ${@} --with quilt
-clean: unpatch
- dh_testdir
- dh_testroot
-
- dh_clean
-
-build:
-
-install: patch
- dh_testdir
- dh_testroot
- dh_prep
+override_dh_auto_install:
+ dh_auto_install
install -D -m 0755 chaosreader0.94 debian/chaosreader/usr/bin/chaosreader
-
-binary: binary-indep
-
-binary-arch:
-
-binary-indep: install
- dh_testdir
- dh_testroot
- dh_installchangelogs
- dh_installdocs
- dh_installman
- dh_lintian
- dh_compress
- dh_fixperms
- dh_perl
- dh_installdeb
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-.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