[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:08 UTC 2009


The following commit has been merged in the master branch:
commit da16cae0b484ff75e28b0346d42c6fad1b52f28d
Author: Mirco Bauer <meebey at meebey.net>
Date:   Thu Jul 30 21:57:04 2009 +0200

    fixed teh .PHONY

diff --git a/debian/rules b/debian/rules
index 9e10439..e9eee1a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -491,14 +491,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
-        install install-all install-arch install-indep
-        binary binary-arch binary-indep
-        patch unpatch
+.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