[Forensics-changes] [SCM] debian-forensics/recoverdm branch, debian-sid, updated. upstream/0.19-22-g7483dc1

Daniel Baumann daniel at debian.org
Thu Feb 14 10:58:41 UTC 2008


The following commit has been merged in the debian-sid branch:
commit 7483dc19f64f4d4f87a84ddedc2f1485feb7ab49
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Feb 14 11:57:31 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..965999a
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,2 @@
+recoverdm	/usr/bin
+mergebad	/usr/bin
diff --git a/debian/rules b/debian/rules
index 61a6920..e0d79fd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,18 +17,11 @@ build-stamp:
 
 	touch build-stamp
 
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-
-	install -D -m 0755 recoverdm debian/recoverdm/usr/bin/recoverdm
-	install -D -m 0755 mergebad debian/recoverdm/usr/bin/mergebad
+install:
 
 binary: binary-arch
 
-binary-arch: build install
+binary-arch: build
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs

-- 
debian-forensics/recoverdm



More information about the forensics-changes mailing list