[Forensics-changes] [SCM] debian-forensics/libphash branch, debian, updated. debian/0.9.0-2-9-gdf4f113

Christophe Monniez christophe.monniez at fccu.be
Thu Dec 23 10:20:37 UTC 2010


The following commit has been merged in the debian branch:
commit 33932ef996e6ac0235c6d1adfb2cda9f85333e35
Author: Christophe Monniez <christophe.monniez at fccu.be>
Date:   Thu Dec 23 11:11:55 2010 +0100

    Simplifying debian/rules.

diff --git a/debian/rules b/debian/rules
index 84f068c..000210b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,50 +1,4 @@
 #!/usr/bin/make -f
 
-#export DH_VERBOSE=1
-
-clean: clean-patched unpatch
-
-clean-patched:
-	dh_clean
-	rm -f build-stamp
-
-patch: patch-stamp
-
-patch-stamp:
-	dpatch apply-all
-	dpatch cat-all >patch-stamp
-
-unpatch:
-	dpatch deapply-all
-	rm -rf patch-stamp debian/patched
-
-build: build-stamp
-build-stamp: patch
-	dh_testdir
-	dh_auto_configure
-	touch $@
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_prep
-	dh $@
-
-binary-arch: install
-	dh_installdocs TODO
-	dh_installexamples
-	dh_lintian
-	dh_strip
-	dh_fixperms
-	dh_makeshlibs -V
-	dh_installdeb
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary-indep:
-
-binary: binary-arch
-
-.PHONY: clean build install binary binary-arch binary-indep
+%:
+	dh ${@}

-- 
debian-forensics/libphash



More information about the forensics-changes mailing list