[Pkg-mono-svn-commits] rev 2030 - mono-tools/trunk/debian/patches
Mirco Bauer
meebey-guest at costa.debian.org
Sun Sep 25 19:42:55 UTC 2005
Author: meebey-guest
Date: 2005-09-25 19:42:54 +0000 (Sun, 25 Sep 2005)
New Revision: 2030
Added:
mono-tools/trunk/debian/patches/startup_mono_path.dpatch
Removed:
mono-tools/trunk/debian/patches/startup_mono_path.dpatch
Log:
- fixed patch
Deleted: mono-tools/trunk/debian/patches/startup_mono_path.dpatch
===================================================================
--- mono-tools/trunk/debian/patches/startup_mono_path.dpatch 2005-09-25 19:34:37 UTC (rev 2029)
+++ mono-tools/trunk/debian/patches/startup_mono_path.dpatch 2005-09-25 19:42:54 UTC (rev 2030)
@@ -1,21 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## startup_mono_path.dpatch by Mirco Bauer <meebey at meebey.net>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
- at DPATCH@
-diff -urNad mono-tools-1.1.9~/gnunit/src/gnunit mono-tools-1.1.9/gnunit/src/gnunit
---- mono-tools-1.1.9~/gnunit/src/gnunit 2005-09-25 18:23:53.000000000 +0200
-+++ mono-tools-1.1.9/gnunit/src/gnunit 2005-09-25 19:03:33.000000000 +0200
-@@ -1,2 +1,3 @@
- #!/bin/sh
-+export MONO_PATH=/usr/lib/nunit:$MONO_PATH
- exec /usr/bin/mono --debug /usr/lib/mono/1.0/gnunit.exe "$@"
-diff -urNad mono-tools-1.1.9~/gnunit/src/gnunit2 mono-tools-1.1.9/gnunit/src/gnunit2
---- mono-tools-1.1.9~/gnunit/src/gnunit2 2005-09-25 18:23:53.000000000 +0200
-+++ mono-tools-1.1.9/gnunit/src/gnunit2 2005-09-25 19:03:41.000000000 +0200
-@@ -1,2 +1,3 @@
- #!/bin/sh
-+export MONO_PATH=/usr/lib/nunit:$MONO_PATH
- exec /usr/bin/mono --debug /usr/lib/mono/2.0/gnunit2.exe "$@"
Added: mono-tools/trunk/debian/patches/startup_mono_path.dpatch
===================================================================
--- mono-tools/trunk/debian/patches/startup_mono_path.dpatch 2005-09-25 19:34:37 UTC (rev 2029)
+++ mono-tools/trunk/debian/patches/startup_mono_path.dpatch 2005-09-25 19:42:54 UTC (rev 2030)
@@ -0,0 +1,21 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## startup_mono_path.dpatch by Mirco Bauer <meebey at meebey.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad mono-tools-1.1.9~/gnunit/src/script.in mono-tools-1.1.9/gnunit/src/script.in
+--- mono-tools-1.1.9~/gnunit/src/script.in 2005-05-09 01:27:19.000000000 +0200
++++ mono-tools-1.1.9/gnunit/src/script.in 2005-09-25 21:42:06.000000000 +0200
+@@ -1,2 +1,3 @@
+ #!/bin/sh
++export MONO_PATH=/usr/lib/nunit:$MONO_PATH
+ exec @RUNTIME@ @mono_one_instdir@/@exe_file@ "$@"
+diff -urNad mono-tools-1.1.9~/gnunit/src/script2.in mono-tools-1.1.9/gnunit/src/script2.in
+--- mono-tools-1.1.9~/gnunit/src/script2.in 2005-05-09 01:27:19.000000000 +0200
++++ mono-tools-1.1.9/gnunit/src/script2.in 2005-09-25 21:42:10.000000000 +0200
+@@ -1,2 +1,3 @@
+ #!/bin/sh
++export MONO_PATH=/usr/lib/nunit:$MONO_PATH
+ exec @RUNTIME@ @mono_two_instdir@/@exe_file@ "$@"
Property changes on: mono-tools/trunk/debian/patches/startup_mono_path.dpatch
___________________________________________________________________
Name: svn:executable
+ *
More information about the Pkg-mono-svn-commits
mailing list