[Forensics-changes] [SCM] debian-forensics/pgpcrack branch, debian-sid, updated. upstream/6b-19-geda1c2e

Daniel Baumann daniel at debian.org
Thu Feb 14 10:29:15 UTC 2008


The following commit has been merged in the debian-sid branch:
commit eda1c2e9184a49ed4d5b321ba6417bea5f841675
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Feb 14 11:27:58 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..f865fca
--- /dev/null
+++ b/debian/install
@@ -0,0 +1 @@
+pgpcrack /usr/bin
diff --git a/debian/rules b/debian/rules
index 5e7a4f6..296da6e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,13 +17,7 @@ build-stamp:
 
 	touch build-stamp
 
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-
-	$(MAKE) DESTDIR=$(CURDIR)/debian/pgpcrack install
+install:
 
 binary: binary-arch
 
@@ -32,6 +26,7 @@ binary-arch: build
 	dh_testroot
 	dh_installchangelogs
 	dh_installdocs
+	dh_install
 	dh_strip
 	dh_compress
 	dh_fixperms

-- 
debian-forensics/pgpcrack



More information about the forensics-changes mailing list