[Forensics-changes] [SCM] utility to dump memory contents to standard output branch, debian, updated. debian/1.01-6-1-gb95ee96

Daniel Baumann daniel at debian.org
Mon Jul 27 16:24:49 UTC 2009


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

    Minimizing rules file.

diff --git a/debian/rules b/debian/rules
index 0e23c88..4c0b5b3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,45 +1,7 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
+%:
+	dh ${@} --with quilt
 
-clean: unpatch
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp
-
-	$(MAKE) clean
-
-	dh_clean
-
-build: build-stamp
-build-stamp: patch
-	dh_testdir
-
-	$(MAKE)
-
-	touch build-stamp
-
-install:
-
-binary: binary-arch
-
-binary-arch: build
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs
-	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:
-
-.PHONY: clean build install binary binary-arch binary-indep
+override_dh_auto_install:
+	# nothing to be done

-- 
utility to dump memory contents to standard output



More information about the forensics-changes mailing list