[Pkg-mono-svn-commits] [SCM] mono branch, master, updated. debian/2.4+dfsg-6-26-g8b65c7c

Mirco Bauer meebey at meebey.net
Wed Aug 5 23:04:05 UTC 2009


The following commit has been merged in the master branch:
commit 1e6df3ce7496ef2829afe8f61444f7491f1ebf13
Author: Mirco Bauer <meebey at meebey.net>
Date:   Thu Jul 30 20:15:06 2009 +0200

    made .PHONY more readable

diff --git a/debian/rules b/debian/rules
index 336a3b7..d30b82b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -498,5 +498,14 @@ get-orig-source:
 	tar -czf $(DEB_SOURCE_NAME)_$(UPVERSION)+dfsg.orig.tar.gz $(TARBALL_DIR)+dfsg
 	rm -r $(TARBALL_DIR)+dfsg
 
-.PHONY: autoreconf configure-arch configure-indep clean clean-patched build build-all build-arch build-indep test test-arch binary-indep binary-arch install install-all install-arch install-indep binary binary-arch binary-indep patch unpatch get-orig-source
+.PHONY: autoreconf
+        configure-arch configure-indep
+        clean clean-patched
+        build build-all build-arch build-indep
+        test test-arch
+        install install-all install-arch install-indep
+        binary binary-arch binary-indep
+        patch unpatch
+        get-orig-source
+
 .NOTPARALLEL:

-- 
mono



More information about the Pkg-mono-svn-commits mailing list