[Forensics-changes] [SCM] UNNAMED PROJECT branch, debian, updated. debian/1.0.0-1-1-gebf0070

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


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

    Minimizing rules file.

diff --git a/debian/rules b/debian/rules
index 0cffc1d..000210b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,47 +1,4 @@
 #!/usr/bin/make -f
 
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp
-
-	$(MAKE) clean
-
-	dh_clean
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-
-	CFLAGS="$(CFLAGS)" $(MAKE)
-
-	touch build-stamp
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_prep
-	dh_installdirs
-
-	$(MAKE) DESTDIR=$(CURDIR)/debian/rsakeyfind install
-
-binary: binary-arch
-
-binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs
-	dh_installdocs
-	dh_installman
-	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
+%:
+	dh ${@}

-- 
UNNAMED PROJECT



More information about the forensics-changes mailing list