[Forensics-changes] [SCM] Measures the speed of stdin/stdout communication branch, debian, updated. debian/0.40-3-1-gf8a4c00

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


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

    Minimizing rules file.

diff --git a/debian/rules b/debian/rules
index be21f79..a483395 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,43 +1,7 @@
 #!/usr/bin/make -f
 
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp
+%:
+	dh ${@}
 
-	[ ! -f Makefile ] || $(MAKE) clean
-
-	dh_clean
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-
-	$(MAKE) pipebench
-
-	touch build-stamp
-
-install:
-
-binary: binary-arch
-
-binary-arch: install
-	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 binary binary-arch binary-indep install
+override_dh_auto_install:
+	# nothing to be done

-- 
Measures the speed of stdin/stdout communication



More information about the forensics-changes mailing list