[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:29 UTC 2009


The following commit has been merged in the debian branch:
commit 497493c19a0bb03a97eadb35486b1426bf2dc09f
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Jul 28 14:58:18 2009 +0200

    Using quilt rather than dpatch.

diff --git a/debian/control b/debian/control
index d38cada..99e1dc8 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: admin
 Priority: extra
 Maintainer: Debian Forensics <forensics-devel at lists.alioth.debian.org>
 Uploaders: Daniel Baumann <daniel at debian.org>
-Build-Depends: debhelper (>= 7), dpatch
+Build-Depends: debhelper (>= 7), quilt
 Standards-Version: 3.8.2
 Homepage: http://www.security-projects.com/?Unhide
 Vcs-Browser: http://git.debian.net/?p=debian-forensics/unhide.git
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index 16befda..0000000
--- a/debian/patches/00list
+++ /dev/null
@@ -1 +0,0 @@
-isfaked_leaks.dpatch
diff --git a/debian/patches/isfaked_leaks.dpatch b/debian/patches/01-isfaked-leaks.patch
similarity index 53%
rename from debian/patches/isfaked_leaks.dpatch
rename to debian/patches/01-isfaked-leaks.patch
index 00d67f8..f9ef98a 100644
--- a/debian/patches/isfaked_leaks.dpatch
+++ b/debian/patches/01-isfaked-leaks.patch
@@ -1,13 +1,10 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## isfaked_leaks.dpatch by Fabien Tassin <fta at sofaraway.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Fix resource leaks and improve error-checking
+Author: Fabien Tassin <fta at sofaraway.org>
+Description: Fix resource leaks and improve error-checking.
 
- at DPATCH@
---- unhide-20080519.orig/unhide-linux26.c
-+++ unhide-20080519/unhide-linux26.c
-@@ -48,13 +48,13 @@
+diff -Naurp unhide.orig/unhide-linux26.c unhide/unhide-linux26.c
+--- unhide.orig/unhide-linux26.c	2009-07-28 12:48:57.000000000 +0000
++++ unhide/unhide-linux26.c	2009-07-28 12:57:13.000000000 +0000
+@@ -48,13 +48,13 @@ int isfaked(int pidtmp) {
  			count++;
  		}
  		
@@ -24,7 +21,7 @@
  
  
  }
-@@ -77,7 +77,7 @@
+@@ -77,7 +77,7 @@ void checkps(int tmppid, int morechecks)
  	fich_tmp=popen (COMMAND, "r") ;
  	
  	
@@ -33,7 +30,7 @@
  		
  		fgets(pids, 30, fich_tmp);
  		
-@@ -88,7 +88,8 @@
+@@ -88,7 +88,8 @@ void checkps(int tmppid, int morechecks)
  		
          }
  	
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f2aea6d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-isfaked-leaks.patch
diff --git a/debian/rules b/debian/rules
index 9b725c8..b82bfec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-include /usr/share/dpatch/dpatch.make
+include /usr/share/quilt/quilt.make
 
 configure: configure-stamp
 configure-stamp:
@@ -38,7 +38,7 @@ clean1:
 
 	dh_clean
 
-install: build patch-stamp
+install: build patch
 	dh_testdir
 	dh_testroot
 	dh_prep

-- 
Forensic tool to find hidden processes and ports



More information about the forensics-changes mailing list