[Forensics-changes] [SCM] debian-forensics/pipebench branch, debian, updated. upstream/0.40-30-g20565c8

Daniel Baumann daniel at debian.org
Sun Sep 14 08:32:40 UTC 2008


The following commit has been merged in the debian branch:
commit 2c819bc49d33d5bb003ebe8c1f9ba6d1408726b3
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Sep 14 10:29:34 2008 +0200

    Using debhelper install file to install binaries.

diff --git a/debian/dirs b/debian/dirs
deleted file mode 100644
index 415f082..0000000
--- a/debian/dirs
+++ /dev/null
@@ -1 +0,0 @@
-/usr/bin
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..4bf386c
--- /dev/null
+++ b/debian/install
@@ -0,0 +1 @@
+pipebench	/usr/bin
diff --git a/debian/rules b/debian/rules
index 9216eae..2821550 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,17 +13,11 @@ build: build-stamp
 build-stamp:
 	dh_testdir
 
-	$(MAKE)
+	$(MAKE) pipebench
 
 	touch build-stamp
 
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-
-	$(MAKE) DESTDIR=$(CURDIR)/debian/pipebench install
+install:
 
 binary: binary-arch
 

-- 
debian-forensics/pipebench



More information about the forensics-changes mailing list