[Forensics-changes] [SCM] debian-forensics/memdump branch, debian-sid, updated. 295db8402c2790cb4f3abc3ad0b25d8d9f749fd3

Daniel Baumann daniel at debian.org
Thu Feb 14 10:57:24 UTC 2008


The following commit has been merged in the debian-sid branch:
commit 295db8402c2790cb4f3abc3ad0b25d8d9f749fd3
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Feb 14 11:56:14 2008 +0100

    Replacing install target in rules with debhelper install file.

diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..63161d2
--- /dev/null
+++ b/debian/install
@@ -0,0 +1 @@
+memdump	/usr/sbin
diff --git a/debian/rules b/debian/rules
index a08165e..e0d79fd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,17 +17,11 @@ build-stamp:
 
 	touch build-stamp
 
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-
-	install -D -m 0755 memdump debian/memdump/usr/sbin/memdump
+install:
 
 binary: binary-arch
 
-binary-arch: build install
+binary-arch: build
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs

-- 
debian-forensics/memdump



More information about the forensics-changes mailing list