[Forensics-changes] [SCM] Forensic tool to find hidden processes and ports branch, debian, updated. debian/20080519-4-18-g91f8a45

Daniel Baumann daniel at debian.org
Tue Jul 28 13:48:30 UTC 2009


The following commit has been merged in the debian branch:
commit 4717731ed313f5bb44113fb53338e155b9725e6f
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Jul 28 15:04:29 2009 +0200

    Using dedicated debhelper install file.

diff --git a/debian/rules b/debian/rules
index 20e4171..de555d0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,9 +44,6 @@ install: build patch
 	dh_prep
 	dh_installdirs
 
-	cp $(CURDIR)/unhide-posix $(CURDIR)/unhide-linux26 $(CURDIR)/unhide-tcp $(CURDIR)/debian/unhide/usr/sbin
-
-
 # Build architecture-independent files here.
 binary-indep: build install
 # We have nothing to do by default.
@@ -57,6 +54,7 @@ binary-arch: build install
 	dh_testroot
 	dh_installchangelogs
 	dh_installdocs
+	dh_install
 	dh_installman
 	dh_lintian
 	dh_link
diff --git a/debian/unhide.install b/debian/unhide.install
new file mode 100644
index 0000000..e0ce799
--- /dev/null
+++ b/debian/unhide.install
@@ -0,0 +1,3 @@
+unhide-linux26	/usr/sbin
+unhide-posix	/usr/sbin
+unhide-tcp	/usr/sbin

-- 
Forensic tool to find hidden processes and ports



More information about the forensics-changes mailing list