[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 ea43dc4fb0f683cdd95e535ec3080c81bcd4b95e
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Jul 28 15:06:38 2009 +0200

    Minimalizing rules file.

diff --git a/debian/rules b/debian/rules
index de555d0..dd32c17 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,71 +1,14 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+%:
+	dh ${@} --with quilt
 
-include /usr/share/quilt/quilt.make
+override_dh_auto_clean:
+	dh_auto_clean
 
-configure: configure-stamp
-configure-stamp:
-	dh_testdir
+	rm -f unhide-linux26 unhide-posix unhide-tcp
 
-	touch configure-stamp
-
-build: build-stamp
-
-build-stamp: configure-stamp
-	dh_testdir
-
-	gcc --static $(CURDIR)/unhide.c -o $(CURDIR)/unhide-posix
-	gcc --static $(CURDIR)/unhide-linux26.c -o $(CURDIR)/unhide-linux26
-	gcc --static $(CURDIR)/unhide-tcp.c -o $(CURDIR)/unhide-tcp
-
-	touch $@
-
-clean: clean1 unpatch
-clean1:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp configure-stamp
-
-	rm -f $(CURDIR)/unhide-posix $(CURDIR)/unhide-linux26 $(CURDIR)/unhide-tcp
-
-	dh_clean
-
-install: build patch
-	dh_testdir
-	dh_testroot
-	dh_prep
-	dh_installdirs
-
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs
-	dh_installdocs
-	dh_install
-	dh_installman
-	dh_lintian
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install patch unpatch configure
+override_dh_auto_build:
+	gcc --static unhide-linux26.c -o unhide-linux26
+	gcc --static unhide.c -o unhide-posix
+	gcc --static unhide-tcp.c -o unhide-tcp

-- 
Forensic tool to find hidden processes and ports



More information about the forensics-changes mailing list