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

Sebastian Dröge slomo-guest at costa.debian.org
Mon Nov 21 21:23:11 UTC 2005


Author: slomo-guest
Date: 2005-11-21 21:23:11 +0000 (Mon, 21 Nov 2005)
New Revision: 2118

Added:
   non-group/nemerle/trunk/debian/patches/10_fix-Makefiles.dpatch
Log:
* added missing patch... forgot to do svn add ;)


Added: non-group/nemerle/trunk/debian/patches/10_fix-Makefiles.dpatch
===================================================================
--- non-group/nemerle/trunk/debian/patches/10_fix-Makefiles.dpatch	2005-11-21 16:33:53 UTC (rev 2117)
+++ non-group/nemerle/trunk/debian/patches/10_fix-Makefiles.dpatch	2005-11-21 21:23:11 UTC (rev 2118)
@@ -0,0 +1,60 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## DP: Don't install the wrapper scripts here. We use our own non-broken ones
+
+ at DPATCH@
+diff -urNad --exclude=CVS --exclude=.svn ./ncc/Makefile /tmp/dpep-work.B8b1hb/nemerle-0.9.0/ncc/Makefile
+--- ./ncc/Makefile	2005-09-30 12:57:49.000000000 +0200
++++ /tmp/dpep-work.B8b1hb/nemerle-0.9.0/ncc/Makefile	2005-09-30 13:07:46.087167976 +0200
+@@ -449,9 +449,9 @@
+ 	export MONO_PATH=$$MONO_PATH:$$PWD/out.stage3 ; $(NGEN_GAC)
+ 	$(INST) "[$(BINDIR)]" ncc.exe
+ 	$(Q)$(INSTALL) -m 755 out.stage3/ncc.exe $(DESTDIR)$(BINDIR)/ncc.exe
+-	echo "#!/bin/sh" > $(DESTDIR)$(SCRDIR)/ncc && \
+-	echo '$(NET_ENGINE) $(BINDIR)/ncc.exe "$$@"' >> $(DESTDIR)$(SCRDIR)/ncc ; \
+-	chmod 755 $(DESTDIR)$(SCRDIR)/ncc ;
++#	echo "#!/bin/sh" > $(DESTDIR)$(SCRDIR)/ncc && \
++#	echo '$(NET_ENGINE) $(BINDIR)/ncc.exe "$$@"' >> $(DESTDIR)$(SCRDIR)/ncc ; \
++#	chmod 755 $(DESTDIR)$(SCRDIR)/ncc ;
+ 
+ clean:
+ 	cd testsuite && $(MAKE) clean
+diff -urNad --exclude=CVS --exclude=.svn ./tools/cs2n/Makefile /tmp/dpep-work.B8b1hb/nemerle-0.9.0/tools/cs2n/Makefile
+--- ./tools/cs2n/Makefile	2005-09-30 12:57:49.000000000 +0200
++++ /tmp/dpep-work.B8b1hb/nemerle-0.9.0/tools/cs2n/Makefile	2005-09-30 13:08:34.706776672 +0200
+@@ -108,11 +108,11 @@
+ 	$(Q)$(GACUTIL_COMMAND) antlr.runtime.dll
+ 	$(INST) "[$(BINDIR)]" cs2n.exe
+ 	$(Q)$(INSTALL) -m 755 cs2n.exe $(DESTDIR)$(BINDIR)/cs2n.exe
+-	$(Q)if [ "$(NET_ENGINE)" != "" ] ; then \
+-		echo "#!/bin/sh" > $(DESTDIR)$(SCRDIR)/cs2n && \
+-		echo '$(NET_ENGINE) $(BINDIR)/cs2n.exe "$$@"' >> $(DESTDIR)$(SCRDIR)/cs2n ; \
+-		chmod 755 $(DESTDIR)$(SCRDIR)/cs2n ; \
+-	fi
++#	$(Q)if [ "$(NET_ENGINE)" != "" ] ; then \
++#		echo "#!/bin/sh" > $(DESTDIR)$(SCRDIR)/cs2n && \
++#		echo '$(NET_ENGINE) $(BINDIR)/cs2n.exe "$$@"' >> $(DESTDIR)$(SCRDIR)/cs2n ; \
++#		chmod 755 $(DESTDIR)$(SCRDIR)/cs2n ; \
++#	fi
+ 
+ uninstall:
+ 	$(RM) Nemerle.CSharp
+diff -urNad --exclude=CVS --exclude=.svn ./tools/nemerlish/Makefile /tmp/dpep-work.B8b1hb/nemerle-0.9.0/tools/nemerlish/Makefile
+--- ./tools/nemerlish/Makefile	2005-09-30 12:57:49.000000000 +0200
++++ /tmp/dpep-work.B8b1hb/nemerle-0.9.0/tools/nemerlish/Makefile	2005-09-30 13:10:12.343933568 +0200
+@@ -35,11 +35,11 @@
+ 	$(INST) "[$(BINDIR)]" nemish.exe
+ 	$(Q)$(INSTALL) -m 755 nemish.exe $(DESTDIR)$(BINDIR)/nemish.exe
+ # Set a `nemish' script if binfmt_misc is not available.
+-	$(Q)if [ "$(NET_ENGINE)" != "" ] ; then \
+-		echo "#!/bin/sh" > $(DESTDIR)$(SCRDIR)/nemish && \
+-		echo '$(NET_ENGINE) $(BINDIR)/nemish.exe "$$@"' >> $(DESTDIR)$(SCRDIR)/nemish ; \
+-		chmod 755 $(DESTDIR)$(SCRDIR)/nemish ; \
+-	fi
++#	$(Q)if [ "$(NET_ENGINE)" != "" ] ; then \
++#		echo "#!/bin/sh" > $(DESTDIR)$(SCRDIR)/nemish && \
++#		echo '$(NET_ENGINE) $(BINDIR)/nemish.exe "$$@"' >> $(DESTDIR)$(SCRDIR)/nemish ; \
++#		chmod 755 $(DESTDIR)$(SCRDIR)/nemish ; \
++#	fi
+ 
+ 
+ uninstall:


Property changes on: non-group/nemerle/trunk/debian/patches/10_fix-Makefiles.dpatch
___________________________________________________________________
Name: svn:executable
   + *




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