[Pkg-mono-svn-commits] [SCM] mono branch, master, updated. 2.0.1-6-92-g5f57dc0

Mirco Bauer meebey at meebey.net
Mon May 25 18:13:48 UTC 2009


The following commit has been merged in the master branch:
commit c2af2412ef85c1bf5c6a13ed7aa9399ad0168538
Author: Mirco Bauer <meebey at meebey.net>
Date:   Thu May 21 15:21:14 2009 +0200

        + Added missing non-stamp/files targets to .PHONY.

diff --git a/debian/changelog b/debian/changelog
index 7a5e0cc..ab863da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ mono (2.4+dfsg-1~pre1) unstable; urgency=low
     + Build MonoGetAssemblyName using gmcs instead of mcs.
     + Don't allow dh_clideps to add mono-runtime dependencies to
       mono-1.0/2.0-gac to prevent circular dependency hell. (Closes: #528090)
+    + Added missing non-stamp/files targets to .PHONY.
   * debian/cli-wrapper.c
     + Dropped as this wrapper is obsolete since mono 1.1.6-1.
   * debian/README.source:
diff --git a/debian/rules b/debian/rules
index cbe47df..13e2a66 100755
--- a/debian/rules
+++ b/debian/rules
@@ -398,5 +398,5 @@ get-orig-source:
 	tar -czf $(DEB_SOURCE_NAME)_$(UPVERSION)+dfsg.orig.tar.gz $(TARBALL_DIR)+dfsg
 	rm -r $(TARBALL_DIR)+dfsg
 
-.PHONY: autoreconf clean build binary-indep binary-arch install binary patch unpatch
+.PHONY: autoreconf configure-arch configure-indep clean clean-patched build build-all build-arch build-indep binary-indep binary-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