[Forensics-changes] [SCM] An Internet Explorer cache forensic analysis tool branch, debian, updated. debian/1.0+20040505-5-1-g51e750e

Daniel Baumann daniel at debian.org
Mon Jul 27 16:25:18 UTC 2009


The following commit has been merged in the debian branch:
commit 51e750e54a8c0f71eb35a18c1fee8e401bb1d6d3
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Jul 27 17:45:33 2009 +0200

    Minimizing rules file.

diff --git a/debian/rules b/debian/rules
index 17048cc..ff0a1ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,45 +1,15 @@
 #!/usr/bin/make -f
 
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp
+%:
+	dh ${@} --sourcedirectory=src
 
-	$(MAKE) -C src clean
+override_dh_auto_clean:
+	dh_auto_clean
 	rm -rf bin
 
-	dh_clean
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-
+override_dh_auto_build:
 	mkdir -p bin
-	$(MAKE) -C src
-
-	touch build-stamp
-
-install:
-
-binary: binary-arch
-
-binary-arch: build
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs CHANGES
-	dh_installdocs
-	dh_install
-	dh_installman
-	dh_lintian
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary-indep:
+	dh_auto_build
 
-.PHONY: clean build install binary binary-arch binary-indep
+override_dh_auto_install:
+	# nothing to be done

-- 
An Internet Explorer cache forensic analysis tool



More information about the forensics-changes mailing list