[Pkg-mono-svn-commits] rev 2240 - non-group/nemerle/trunk/debian/patches

Sebastian Dröge slomo-guest at costa.debian.org
Tue Feb 7 14:57:35 UTC 2006


Author: slomo-guest
Date: 2006-02-07 14:57:34 +0000 (Tue, 07 Feb 2006)
New Revision: 2240

Removed:
   non-group/nemerle/trunk/debian/patches/11_mono-1.1.13.dpatch
Log:
* Remove uneeded nemerle patch


Deleted: non-group/nemerle/trunk/debian/patches/11_mono-1.1.13.dpatch
===================================================================
--- non-group/nemerle/trunk/debian/patches/11_mono-1.1.13.dpatch	2006-02-07 14:56:22 UTC (rev 2239)
+++ non-group/nemerle/trunk/debian/patches/11_mono-1.1.13.dpatch	2006-02-07 14:57:34 UTC (rev 2240)
@@ -1,40 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## DP: Don't install the wrapper scripts here. We use our own non-broken ones
-
- at DPATCH@
-
-Index: Makefile
-===================================================================
---- trunk/tools/msbuild-task/Makefile	(revision 5844)
-+++ trunk/tools/msbuild-task/Makefile	(revision 6006)
-@@ -65,7 +65,7 @@
- endif
- 
- Nemerle.MSBuild.Tasks.dll: MSBuildTask.n
--	$(EXECUTE) $(TOP)/ncc/out.stage3/ncc.exe -q -r:Microsoft.Build.Tasks.dll -out $@ -t:library MSBuildTask.n
-+	$(EXECUTE) $(TOP)/ncc/out.stage3/ncc.exe $(NEM_FLAGS) -q -r:Microsoft.Build.Tasks.dll -out $@ -t:library MSBuildTask.n
- 
- uninstall:
- 	rm -f $(DESTDIR)$(BINDIR)/Nemerle.MSBuild.Tasks.dll
-Index: MSBuildTask.n
-===================================================================
---- trunk/tools/msbuild-task/MSBuildTask.n	(revision 5844)
-+++ trunk/tools/msbuild-task/MSBuildTask.n	(revision 6006)
-@@ -85,7 +85,7 @@
-       }
-       
-     }
--
-+#if !RUNTIME_MONO
-     protected override LogEventsFromTextOutput(singleLine : string, messageImportance : MessageImportance) : void
-     {
-       def get_location (before) {
-@@ -116,7 +116,7 @@
-       }
-       else _ = Log.LogMessageFromText(singleLine, messageImportance);
-     }
--   
-+#endif   
-     protected override GetResponseFileSwitch(responseFilePath : string) : string
-     {
-       "/from-file:\"" + responseFilePath + "\"";




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