[Pkg-mono-svn-commits] rev 3635 - mono-tools/trunk/debian/patches

Mirco Bauer meebey at alioth.debian.org
Fri May 2 18:09:52 UTC 2008


Author: meebey
Date: 2008-05-02 18:09:52 +0000 (Fri, 02 May 2008)
New Revision: 3635

Added:
   mono-tools/trunk/debian/patches/04_gendarme_link_libraries_correctly.dpatch
Removed:
   mono-tools/trunk/debian/patches/gendarme_link_libraries_correctly.dpatch
Modified:
   mono-tools/trunk/debian/patches/00list
Log:
- renamed patch



Modified: mono-tools/trunk/debian/patches/00list
===================================================================
--- mono-tools/trunk/debian/patches/00list	2008-05-02 18:06:21 UTC (rev 3634)
+++ mono-tools/trunk/debian/patches/00list	2008-05-02 18:09:52 UTC (rev 3635)
@@ -1,4 +1,5 @@
 01_use_real_nunit
 02_startup_mono_path
 03_mozilla-home
+04_gendarme_link_libraries_correctly
 99_autoreconf

Copied: mono-tools/trunk/debian/patches/04_gendarme_link_libraries_correctly.dpatch (from rev 3634, mono-tools/trunk/debian/patches/gendarme_link_libraries_correctly.dpatch)
===================================================================
--- mono-tools/trunk/debian/patches/04_gendarme_link_libraries_correctly.dpatch	                        (rev 0)
+++ mono-tools/trunk/debian/patches/04_gendarme_link_libraries_correctly.dpatch	2008-05-02 18:09:52 UTC (rev 3635)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## gendarme_link_libraries_correctly.dpatch by Mirco Bauer <meebey at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Portability/Makefile.am mono-tools-1.9/gendarme/rules/Gendarme.Rules.Portability/Makefile.am
+--- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Portability/Makefile.am	2008-02-06 19:12:16.000000000 +0100
++++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Portability/Makefile.am	2008-05-02 19:57:39.000000000 +0200
+@@ -17,7 +17,7 @@
+ portability_rules_build_sources += $(portability_rules_generated_sources)
+ 
+ ../../bin/Gendarme.Rules.Portability.dll: $(portability_rules_build_sources)
+-	$(GMCS) -debug -target:library -r:$(top_builddir)/gendarme/bin/Mono.Cecil.dll -pkg:dotnet -r:ICSharpCode.SharpZipLib.dll -r:../../bin/Gendarme.Framework.dll -out:$@ $(portability_rules_build_sources)
++	$(GMCS) -debug -target:library -r:$(top_builddir)/gendarme/bin/Mono.Cecil.dll -r:ICSharpCode.SharpZipLib.dll -r:../../bin/Gendarme.Framework.dll -out:$@ $(portability_rules_build_sources)
+ 	cp Gendarme.Rules.*.xml ../../bin/
+ 
+ portability_test_sources = NewLineLiteralTest.cs FeatureRequiresRootPrivilegeOnUnixTest.cs \

Deleted: mono-tools/trunk/debian/patches/gendarme_link_libraries_correctly.dpatch
===================================================================
--- mono-tools/trunk/debian/patches/gendarme_link_libraries_correctly.dpatch	2008-05-02 18:06:21 UTC (rev 3634)
+++ mono-tools/trunk/debian/patches/gendarme_link_libraries_correctly.dpatch	2008-05-02 18:09:52 UTC (rev 3635)
@@ -1,19 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## gendarme_link_libraries_correctly.dpatch by Mirco Bauer <meebey at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
- at DPATCH@
-diff -urNad mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Portability/Makefile.am mono-tools-1.9/gendarme/rules/Gendarme.Rules.Portability/Makefile.am
---- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Portability/Makefile.am	2008-02-06 19:12:16.000000000 +0100
-+++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Portability/Makefile.am	2008-05-02 19:57:39.000000000 +0200
-@@ -17,7 +17,7 @@
- portability_rules_build_sources += $(portability_rules_generated_sources)
- 
- ../../bin/Gendarme.Rules.Portability.dll: $(portability_rules_build_sources)
--	$(GMCS) -debug -target:library -r:$(top_builddir)/gendarme/bin/Mono.Cecil.dll -pkg:dotnet -r:ICSharpCode.SharpZipLib.dll -r:../../bin/Gendarme.Framework.dll -out:$@ $(portability_rules_build_sources)
-+	$(GMCS) -debug -target:library -r:$(top_builddir)/gendarme/bin/Mono.Cecil.dll -r:ICSharpCode.SharpZipLib.dll -r:../../bin/Gendarme.Framework.dll -out:$@ $(portability_rules_build_sources)
- 	cp Gendarme.Rules.*.xml ../../bin/
- 
- portability_test_sources = NewLineLiteralTest.cs FeatureRequiresRootPrivilegeOnUnixTest.cs \




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