[Forensics-changes] [SCM] tableau write-blocking bridge query/command utility branch, debian, updated. debian/0.1.0-5-1-gccbe4e0
Daniel Baumann
daniel at debian.org
Mon Jul 27 16:26:39 UTC 2009
The following commit has been merged in the debian branch:
commit ccbe4e07f6b82ba8eded62696918086079a0802d
Author: Daniel Baumann <daniel at debian.org>
Date: Mon Jul 27 17:57:35 2009 +0200
Minimizing rules file.
diff --git a/debian/rules b/debian/rules
index fb3c519..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 ${@}
- $(MAKE) clean
-
- dh_clean
-
-build: build-stamp
-build-stamp:
- 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
--
tableau write-blocking bridge query/command utility
More information about the forensics-changes
mailing list