[Forensics-changes] [SCM] debian-forensics/sgzip branch, debian-sid, updated. upstream/0.1-14-g62e6e00

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


The following commit has been merged in the debian-sid branch:
commit 62e6e00e3bb90d61439fed641aca509888180fa9
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Feb 14 12:00:55 2008 +0100

    Correcting rules.

diff --git a/debian/rules b/debian/rules
index c6a787d..296da6e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,9 +3,9 @@
 clean:
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp configure-stamp
+	rm -f build-stamp
 
-	$(MAKE) clean
+	[ ! -f Makefile ] || $(MAKE) clean
 
 	dh_clean
 
@@ -19,16 +19,14 @@ build-stamp:
 
 install:
 
-binary: binary-arch binary-indep
+binary: binary-arch
 
 binary-arch: build
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs
 	dh_installdocs
-	dh_installexamples
-	dh_installman
-	dh_link
+	dh_install
 	dh_strip
 	dh_compress
 	dh_fixperms

-- 
debian-forensics/sgzip



More information about the forensics-changes mailing list