[Forensics-changes] [SCM] debian-forensics/tableau-parm branch, debian-sid, updated. upstream/0.1.0-15-g1b0a4c3

Daniel Baumann daniel at debian.org
Thu Feb 14 11:04:14 UTC 2008


The following commit has been merged in the debian-sid branch:
commit 84094d6ce3c4536a70d7646a60f4541e0e35c09c
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Feb 14 12:02:30 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..4e5ecb0
--- /dev/null
+++ b/debian/install
@@ -0,0 +1 @@
+build/bin/tableau-parm	/usr/sbin
diff --git a/debian/rules b/debian/rules
index cec850e..8240781 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 build/bin/tableau-parm debian/tableau-parm/usr/sbin/tableau-parm
+install:
 
 binary: binary-arch
 
-binary-arch: build install
+binary-arch: build
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs

-- 
debian-forensics/tableau-parm



More information about the forensics-changes mailing list