[Pkg-mono-svn-commits] rev 3636 - in mono-tools/trunk/debian: . patches

Mirco Bauer meebey at alioth.debian.org
Fri May 2 18:25:23 UTC 2008


Author: meebey
Date: 2008-05-02 18:25:23 +0000 (Fri, 02 May 2008)
New Revision: 3636

Modified:
   mono-tools/trunk/debian/changelog
   mono-tools/trunk/debian/control
   mono-tools/trunk/debian/patches/04_gendarme_link_libraries_correctly.dpatch
   mono-tools/trunk/debian/patches/99_autoreconf.dpatch
Log:
fixed patch



Modified: mono-tools/trunk/debian/changelog
===================================================================
--- mono-tools/trunk/debian/changelog	2008-05-02 18:09:52 UTC (rev 3635)
+++ mono-tools/trunk/debian/changelog	2008-05-02 18:25:23 UTC (rev 3636)
@@ -12,7 +12,8 @@
     + Use dh_clifixperms instead of find commands.
     + Enhanced error handling of "make clean".
   * debian/control:
-    + Added libmono1.0-cil >= 1.9.1 to build-dependencies.
+    + Added libmono1.0-cil >= 1.9.1 to build-deps.
+    + Added libmono-system-web2.0-cil to build-deps as needed by gendarme.
     + Updated cli-common-dev build-dep to >= 0.5.4, as we are using
       dh_clistrip from it now.
   * debian/watch:

Modified: mono-tools/trunk/debian/control
===================================================================
--- mono-tools/trunk/debian/control	2008-05-02 18:09:52 UTC (rev 3635)
+++ mono-tools/trunk/debian/control	2008-05-02 18:25:23 UTC (rev 3636)
@@ -20,7 +20,8 @@
  libgtkhtml3.16-cil,
  monodoc-base (>= 1.1.9),
  libxul-dev,
- libmono1.0-cil (>= 1.9.1)
+ libmono1.0-cil (>= 1.9.1),
+ libmono-system-web2.0-cil
 Standards-Version: 3.7.3
 
 Package: monodoc-browser

Modified: mono-tools/trunk/debian/patches/04_gendarme_link_libraries_correctly.dpatch
===================================================================
--- mono-tools/trunk/debian/patches/04_gendarme_link_libraries_correctly.dpatch	2008-05-02 18:09:52 UTC (rev 3635)
+++ mono-tools/trunk/debian/patches/04_gendarme_link_libraries_correctly.dpatch	2008-05-02 18:25:23 UTC (rev 3636)
@@ -6,14 +6,14 @@
 
 @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
+--- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Portability/Makefile.am	2008-05-02 20:22:08.000000000 +0200
++++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Portability/Makefile.am	2008-05-02 20:22:25.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)
++	$(GMCS) -debug -target:library -r:$(top_builddir)/gendarme/bin/Mono.Cecil.dll -r:System.Web.Services -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 \

Modified: mono-tools/trunk/debian/patches/99_autoreconf.dpatch
===================================================================
--- mono-tools/trunk/debian/patches/99_autoreconf.dpatch	2008-05-02 18:09:52 UTC (rev 3635)
+++ mono-tools/trunk/debian/patches/99_autoreconf.dpatch	2008-05-02 18:25:23 UTC (rev 3636)
@@ -6,8 +6,8 @@
 
 @DPATCH@
 diff -urNad mono-tools-1.9~/Makefile.in mono-tools-1.9/Makefile.in
---- mono-tools-1.9~/Makefile.in	2008-03-10 23:34:11.000000000 +0100
-+++ mono-tools-1.9/Makefile.in	2008-05-02 20:03:05.000000000 +0200
+--- mono-tools-1.9~/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/Makefile.in	2008-05-02 20:23:04.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
@@ -95,8 +95,8 @@
  	distuninstallcheck dvi dvi-am html html-am info info-am \
  	install install-am install-data install-data-am install-dvi \
 diff -urNad mono-tools-1.9~/aclocal.m4 mono-tools-1.9/aclocal.m4
---- mono-tools-1.9~/aclocal.m4	2008-03-10 23:34:07.000000000 +0100
-+++ mono-tools-1.9/aclocal.m4	2008-05-02 20:03:02.000000000 +0200
+--- mono-tools-1.9~/aclocal.m4	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/aclocal.m4	2008-05-02 20:23:01.000000000 +0200
 @@ -1,7 +1,7 @@
 -# generated automatically by aclocal 1.10 -*- Autoconf -*-
 +# generated automatically by aclocal 1.10.1 -*- Autoconf -*-
@@ -249,8 +249,8 @@
  AC_DEFUN([_AM_SUBST_NOTMAKE])
  
 diff -urNad mono-tools-1.9~/asn1view/Makefile.in mono-tools-1.9/asn1view/Makefile.in
---- mono-tools-1.9~/asn1view/Makefile.in	2008-03-10 23:34:09.000000000 +0100
-+++ mono-tools-1.9/asn1view/Makefile.in	2008-05-02 20:03:03.000000000 +0200
+--- mono-tools-1.9~/asn1view/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/asn1view/Makefile.in	2008-05-02 20:23:02.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
@@ -309,8 +309,8 @@
  	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  	     $$tags $$unique
 diff -urNad mono-tools-1.9~/asn1view/art/Makefile.in mono-tools-1.9/asn1view/art/Makefile.in
---- mono-tools-1.9~/asn1view/art/Makefile.in	2008-03-10 23:34:09.000000000 +0100
-+++ mono-tools-1.9/asn1view/art/Makefile.in	2008-05-02 20:03:03.000000000 +0200
+--- mono-tools-1.9~/asn1view/art/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/asn1view/art/Makefile.in	2008-05-02 20:23:02.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
@@ -331,8 +331,8 @@
  MONODOC_LIBS = @MONODOC_LIBS@
  MOZILLA_HOME = @MOZILLA_HOME@
 diff -urNad mono-tools-1.9~/asn1view/common/Makefile.in mono-tools-1.9/asn1view/common/Makefile.in
---- mono-tools-1.9~/asn1view/common/Makefile.in	2008-03-10 23:34:09.000000000 +0100
-+++ mono-tools-1.9/asn1view/common/Makefile.in	2008-05-02 20:03:03.000000000 +0200
+--- mono-tools-1.9~/asn1view/common/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/asn1view/common/Makefile.in	2008-05-02 20:23:02.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
@@ -353,8 +353,8 @@
  MONODOC_LIBS = @MONODOC_LIBS@
  MOZILLA_HOME = @MOZILLA_HOME@
 diff -urNad mono-tools-1.9~/asn1view/gtk/Makefile.in mono-tools-1.9/asn1view/gtk/Makefile.in
---- mono-tools-1.9~/asn1view/gtk/Makefile.in	2008-03-10 23:34:09.000000000 +0100
-+++ mono-tools-1.9/asn1view/gtk/Makefile.in	2008-05-02 20:03:03.000000000 +0200
+--- mono-tools-1.9~/asn1view/gtk/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/asn1view/gtk/Makefile.in	2008-05-02 20:23:02.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
@@ -375,8 +375,8 @@
  MONODOC_LIBS = @MONODOC_LIBS@
  MOZILLA_HOME = @MOZILLA_HOME@
 diff -urNad mono-tools-1.9~/configure mono-tools-1.9/configure
---- mono-tools-1.9~/configure	2008-03-10 23:34:11.000000000 +0100
-+++ mono-tools-1.9/configure	2008-05-02 20:03:03.000000000 +0200
+--- mono-tools-1.9~/configure	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/configure	2008-05-02 20:23:02.000000000 +0200
 @@ -744,6 +744,7 @@
  PO_IN_DATADIR_FALSE
  POFILES
@@ -559,8 +559,8 @@
  $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  	 X"$mf" : 'X\(//\)[^/]' \| \
 diff -urNad mono-tools-1.9~/create-native-map/Makefile.in mono-tools-1.9/create-native-map/Makefile.in
---- mono-tools-1.9~/create-native-map/Makefile.in	2008-03-10 23:34:09.000000000 +0100
-+++ mono-tools-1.9/create-native-map/Makefile.in	2008-05-02 20:03:03.000000000 +0200
+--- mono-tools-1.9~/create-native-map/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/create-native-map/Makefile.in	2008-05-02 20:23:02.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
@@ -619,8 +619,8 @@
  	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  	     $$tags $$unique
 diff -urNad mono-tools-1.9~/create-native-map/bin/Makefile.in mono-tools-1.9/create-native-map/bin/Makefile.in
---- mono-tools-1.9~/create-native-map/bin/Makefile.in	2008-03-10 23:34:09.000000000 +0100
-+++ mono-tools-1.9/create-native-map/bin/Makefile.in	2008-05-02 20:03:03.000000000 +0200
+--- mono-tools-1.9~/create-native-map/bin/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/create-native-map/bin/Makefile.in	2008-05-02 20:23:02.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
@@ -641,8 +641,8 @@
  MONODOC_LIBS = @MONODOC_LIBS@
  MOZILLA_HOME = @MOZILLA_HOME@
 diff -urNad mono-tools-1.9~/create-native-map/lib/Makefile.in mono-tools-1.9/create-native-map/lib/Makefile.in
---- mono-tools-1.9~/create-native-map/lib/Makefile.in	2008-03-10 23:34:09.000000000 +0100
-+++ mono-tools-1.9/create-native-map/lib/Makefile.in	2008-05-02 20:03:03.000000000 +0200
+--- mono-tools-1.9~/create-native-map/lib/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/create-native-map/lib/Makefile.in	2008-05-02 20:23:02.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
@@ -701,8 +701,8 @@
  	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  	     $$tags $$unique
 diff -urNad mono-tools-1.9~/create-native-map/lib/create-native-map/Makefile.in mono-tools-1.9/create-native-map/lib/create-native-map/Makefile.in
---- mono-tools-1.9~/create-native-map/lib/create-native-map/Makefile.in	2008-03-10 23:34:09.000000000 +0100
-+++ mono-tools-1.9/create-native-map/lib/create-native-map/Makefile.in	2008-05-02 20:03:03.000000000 +0200
+--- mono-tools-1.9~/create-native-map/lib/create-native-map/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/create-native-map/lib/create-native-map/Makefile.in	2008-05-02 20:23:02.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
@@ -723,8 +723,8 @@
  MONODOC_LIBS = @MONODOC_LIBS@
  MOZILLA_HOME = @MOZILLA_HOME@
 diff -urNad mono-tools-1.9~/create-native-map/lib/pkgconfig/Makefile.in mono-tools-1.9/create-native-map/lib/pkgconfig/Makefile.in
---- mono-tools-1.9~/create-native-map/lib/pkgconfig/Makefile.in	2008-03-10 23:34:09.000000000 +0100
-+++ mono-tools-1.9/create-native-map/lib/pkgconfig/Makefile.in	2008-05-02 20:03:04.000000000 +0200
+--- mono-tools-1.9~/create-native-map/lib/pkgconfig/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/create-native-map/lib/pkgconfig/Makefile.in	2008-05-02 20:23:02.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
@@ -745,8 +745,8 @@
  MONODOC_LIBS = @MONODOC_LIBS@
  MOZILLA_HOME = @MOZILLA_HOME@
 diff -urNad mono-tools-1.9~/create-native-map/man/Makefile.in mono-tools-1.9/create-native-map/man/Makefile.in
---- mono-tools-1.9~/create-native-map/man/Makefile.in	2008-03-10 23:34:09.000000000 +0100
-+++ mono-tools-1.9/create-native-map/man/Makefile.in	2008-05-02 20:03:04.000000000 +0200
+--- mono-tools-1.9~/create-native-map/man/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/create-native-map/man/Makefile.in	2008-05-02 20:23:03.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
@@ -767,8 +767,8 @@
  MONODOC_LIBS = @MONODOC_LIBS@
  MOZILLA_HOME = @MOZILLA_HOME@
 diff -urNad mono-tools-1.9~/create-native-map/src/Makefile.in mono-tools-1.9/create-native-map/src/Makefile.in
---- mono-tools-1.9~/create-native-map/src/Makefile.in	2008-03-10 23:34:09.000000000 +0100
-+++ mono-tools-1.9/create-native-map/src/Makefile.in	2008-05-02 20:03:04.000000000 +0200
+--- mono-tools-1.9~/create-native-map/src/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/create-native-map/src/Makefile.in	2008-05-02 20:23:03.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
@@ -789,8 +789,8 @@
  MONODOC_LIBS = @MONODOC_LIBS@
  MOZILLA_HOME = @MOZILLA_HOME@
 diff -urNad mono-tools-1.9~/docbrowser/Makefile.in mono-tools-1.9/docbrowser/Makefile.in
---- mono-tools-1.9~/docbrowser/Makefile.in	2008-03-10 23:34:09.000000000 +0100
-+++ mono-tools-1.9/docbrowser/Makefile.in	2008-05-02 20:03:04.000000000 +0200
+--- mono-tools-1.9~/docbrowser/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/docbrowser/Makefile.in	2008-05-02 20:23:03.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
@@ -811,8 +811,8 @@
  MONODOC_LIBS = @MONODOC_LIBS@
  MOZILLA_HOME = @MOZILLA_HOME@
 diff -urNad mono-tools-1.9~/gendarme/Makefile.in mono-tools-1.9/gendarme/Makefile.in
---- mono-tools-1.9~/gendarme/Makefile.in	2008-03-10 23:34:09.000000000 +0100
-+++ mono-tools-1.9/gendarme/Makefile.in	2008-05-02 20:03:04.000000000 +0200
+--- mono-tools-1.9~/gendarme/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/gendarme/Makefile.in	2008-05-02 20:23:03.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
@@ -871,8 +871,8 @@
  	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  	     $$tags $$unique
 diff -urNad mono-tools-1.9~/gendarme/console/Makefile.in mono-tools-1.9/gendarme/console/Makefile.in
---- mono-tools-1.9~/gendarme/console/Makefile.in	2008-03-10 23:34:09.000000000 +0100
-+++ mono-tools-1.9/gendarme/console/Makefile.in	2008-05-02 20:03:04.000000000 +0200
+--- mono-tools-1.9~/gendarme/console/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/gendarme/console/Makefile.in	2008-05-02 20:23:03.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
@@ -893,8 +893,8 @@
  MONODOC_LIBS = @MONODOC_LIBS@
  MOZILLA_HOME = @MOZILLA_HOME@
 diff -urNad mono-tools-1.9~/gendarme/framework/Makefile.in mono-tools-1.9/gendarme/framework/Makefile.in
---- mono-tools-1.9~/gendarme/framework/Makefile.in	2008-03-10 23:34:09.000000000 +0100
-+++ mono-tools-1.9/gendarme/framework/Makefile.in	2008-05-02 20:03:04.000000000 +0200
+--- mono-tools-1.9~/gendarme/framework/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/gendarme/framework/Makefile.in	2008-05-02 20:23:03.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
@@ -915,8 +915,8 @@
  MONODOC_LIBS = @MONODOC_LIBS@
  MOZILLA_HOME = @MOZILLA_HOME@
 diff -urNad mono-tools-1.9~/gendarme/man/Makefile.in mono-tools-1.9/gendarme/man/Makefile.in
---- mono-tools-1.9~/gendarme/man/Makefile.in	2008-03-10 23:34:09.000000000 +0100
-+++ mono-tools-1.9/gendarme/man/Makefile.in	2008-05-02 20:03:04.000000000 +0200
+--- mono-tools-1.9~/gendarme/man/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/gendarme/man/Makefile.in	2008-05-02 20:23:03.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
@@ -937,8 +937,8 @@
  MONODOC_LIBS = @MONODOC_LIBS@
  MOZILLA_HOME = @MOZILLA_HOME@
 diff -urNad mono-tools-1.9~/gendarme/rules/Gendarme.Rules.BadPractice/Makefile.in mono-tools-1.9/gendarme/rules/Gendarme.Rules.BadPractice/Makefile.in
---- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.BadPractice/Makefile.in	2008-03-10 23:34:09.000000000 +0100
-+++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.BadPractice/Makefile.in	2008-05-02 20:03:04.000000000 +0200
+--- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.BadPractice/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.BadPractice/Makefile.in	2008-05-02 20:23:03.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
@@ -997,8 +997,8 @@
  	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  	     $$tags $$unique
 diff -urNad mono-tools-1.9~/gendarme/rules/Gendarme.Rules.BadPractice/Test/Makefile.in mono-tools-1.9/gendarme/rules/Gendarme.Rules.BadPractice/Test/Makefile.in
---- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.BadPractice/Test/Makefile.in	2008-03-10 23:34:09.000000000 +0100
-+++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.BadPractice/Test/Makefile.in	2008-05-02 20:03:04.000000000 +0200
+--- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.BadPractice/Test/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.BadPractice/Test/Makefile.in	2008-05-02 20:23:03.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
@@ -1019,8 +1019,8 @@
  MONODOC_LIBS = @MONODOC_LIBS@
  MOZILLA_HOME = @MOZILLA_HOME@
 diff -urNad mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Concurrency/Makefile.in mono-tools-1.9/gendarme/rules/Gendarme.Rules.Concurrency/Makefile.in
---- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Concurrency/Makefile.in	2008-03-10 23:34:09.000000000 +0100
-+++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Concurrency/Makefile.in	2008-05-02 20:03:04.000000000 +0200
+--- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Concurrency/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Concurrency/Makefile.in	2008-05-02 20:23:03.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
@@ -1079,8 +1079,8 @@
  	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  	     $$tags $$unique
 diff -urNad mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Concurrency/Test/Makefile.in mono-tools-1.9/gendarme/rules/Gendarme.Rules.Concurrency/Test/Makefile.in
---- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Concurrency/Test/Makefile.in	2008-03-10 23:34:09.000000000 +0100
-+++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Concurrency/Test/Makefile.in	2008-05-02 20:03:04.000000000 +0200
+--- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Concurrency/Test/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Concurrency/Test/Makefile.in	2008-05-02 20:23:03.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
@@ -1101,8 +1101,8 @@
  MONODOC_LIBS = @MONODOC_LIBS@
  MOZILLA_HOME = @MOZILLA_HOME@
 diff -urNad mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Correctness/Makefile.in mono-tools-1.9/gendarme/rules/Gendarme.Rules.Correctness/Makefile.in
---- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Correctness/Makefile.in	2008-03-10 23:34:09.000000000 +0100
-+++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Correctness/Makefile.in	2008-05-02 20:03:04.000000000 +0200
+--- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Correctness/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Correctness/Makefile.in	2008-05-02 20:23:03.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
@@ -1161,8 +1161,8 @@
  	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  	     $$tags $$unique
 diff -urNad mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Correctness/Test/Makefile.in mono-tools-1.9/gendarme/rules/Gendarme.Rules.Correctness/Test/Makefile.in
---- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Correctness/Test/Makefile.in	2008-03-10 23:34:09.000000000 +0100
-+++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Correctness/Test/Makefile.in	2008-05-02 20:03:04.000000000 +0200
+--- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Correctness/Test/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Correctness/Test/Makefile.in	2008-05-02 20:23:03.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
@@ -1183,8 +1183,8 @@
  MONODOC_LIBS = @MONODOC_LIBS@
  MOZILLA_HOME = @MOZILLA_HOME@
 diff -urNad mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Design/Makefile.in mono-tools-1.9/gendarme/rules/Gendarme.Rules.Design/Makefile.in
---- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Design/Makefile.in	2008-03-10 23:34:10.000000000 +0100
-+++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Design/Makefile.in	2008-05-02 20:03:04.000000000 +0200
+--- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Design/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Design/Makefile.in	2008-05-02 20:23:03.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
@@ -1243,8 +1243,8 @@
  	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  	     $$tags $$unique
 diff -urNad mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Design/Test/Makefile.in mono-tools-1.9/gendarme/rules/Gendarme.Rules.Design/Test/Makefile.in
---- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Design/Test/Makefile.in	2008-03-10 23:34:10.000000000 +0100
-+++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Design/Test/Makefile.in	2008-05-02 20:03:04.000000000 +0200
+--- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Design/Test/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Design/Test/Makefile.in	2008-05-02 20:23:03.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
@@ -1265,8 +1265,8 @@
  MONODOC_LIBS = @MONODOC_LIBS@
  MOZILLA_HOME = @MOZILLA_HOME@
 diff -urNad mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Exceptions/Makefile.in mono-tools-1.9/gendarme/rules/Gendarme.Rules.Exceptions/Makefile.in
---- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Exceptions/Makefile.in	2008-03-10 23:34:10.000000000 +0100
-+++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Exceptions/Makefile.in	2008-05-02 20:03:04.000000000 +0200
+--- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Exceptions/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Exceptions/Makefile.in	2008-05-02 20:23:03.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
@@ -1325,8 +1325,8 @@
  	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  	     $$tags $$unique
 diff -urNad mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Exceptions/Test/Makefile.in mono-tools-1.9/gendarme/rules/Gendarme.Rules.Exceptions/Test/Makefile.in
---- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Exceptions/Test/Makefile.in	2008-03-10 23:34:10.000000000 +0100
-+++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Exceptions/Test/Makefile.in	2008-05-02 20:03:04.000000000 +0200
+--- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Exceptions/Test/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Exceptions/Test/Makefile.in	2008-05-02 20:23:03.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
@@ -1347,8 +1347,8 @@
  MONODOC_LIBS = @MONODOC_LIBS@
  MOZILLA_HOME = @MOZILLA_HOME@
 diff -urNad mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Interoperability/Makefile.in mono-tools-1.9/gendarme/rules/Gendarme.Rules.Interoperability/Makefile.in
---- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Interoperability/Makefile.in	2008-03-10 23:34:10.000000000 +0100
-+++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Interoperability/Makefile.in	2008-05-02 20:03:04.000000000 +0200
+--- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Interoperability/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Interoperability/Makefile.in	2008-05-02 20:23:03.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
@@ -1407,8 +1407,8 @@
  	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  	     $$tags $$unique
 diff -urNad mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Interoperability/Test/Makefile.in mono-tools-1.9/gendarme/rules/Gendarme.Rules.Interoperability/Test/Makefile.in
---- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Interoperability/Test/Makefile.in	2008-03-10 23:34:10.000000000 +0100
-+++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Interoperability/Test/Makefile.in	2008-05-02 20:03:04.000000000 +0200
+--- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Interoperability/Test/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Interoperability/Test/Makefile.in	2008-05-02 20:23:03.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
@@ -1429,8 +1429,8 @@
  MONODOC_LIBS = @MONODOC_LIBS@
  MOZILLA_HOME = @MOZILLA_HOME@
 diff -urNad mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Naming/Makefile.in mono-tools-1.9/gendarme/rules/Gendarme.Rules.Naming/Makefile.in
---- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Naming/Makefile.in	2008-03-10 23:34:10.000000000 +0100
-+++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Naming/Makefile.in	2008-05-02 20:03:04.000000000 +0200
+--- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Naming/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Naming/Makefile.in	2008-05-02 20:23:03.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
@@ -1489,8 +1489,8 @@
  	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  	     $$tags $$unique
 diff -urNad mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Naming/Test/Makefile.in mono-tools-1.9/gendarme/rules/Gendarme.Rules.Naming/Test/Makefile.in
---- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Naming/Test/Makefile.in	2008-03-10 23:34:10.000000000 +0100
-+++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Naming/Test/Makefile.in	2008-05-02 20:03:05.000000000 +0200
+--- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Naming/Test/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Naming/Test/Makefile.in	2008-05-02 20:23:03.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
@@ -1511,8 +1511,8 @@
  MONODOC_LIBS = @MONODOC_LIBS@
  MOZILLA_HOME = @MOZILLA_HOME@
 diff -urNad mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Performance/Makefile.in mono-tools-1.9/gendarme/rules/Gendarme.Rules.Performance/Makefile.in
---- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Performance/Makefile.in	2008-03-10 23:34:10.000000000 +0100
-+++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Performance/Makefile.in	2008-05-02 20:03:05.000000000 +0200
+--- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Performance/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Performance/Makefile.in	2008-05-02 20:23:04.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
@@ -1571,8 +1571,8 @@
  	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  	     $$tags $$unique
 diff -urNad mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Performance/Test/Makefile.in mono-tools-1.9/gendarme/rules/Gendarme.Rules.Performance/Test/Makefile.in
---- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Performance/Test/Makefile.in	2008-03-10 23:34:10.000000000 +0100
-+++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Performance/Test/Makefile.in	2008-05-02 20:03:05.000000000 +0200
+--- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Performance/Test/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Performance/Test/Makefile.in	2008-05-02 20:23:04.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
@@ -1593,8 +1593,8 @@
  MONODOC_LIBS = @MONODOC_LIBS@
  MOZILLA_HOME = @MOZILLA_HOME@
 diff -urNad mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Portability/Makefile.in mono-tools-1.9/gendarme/rules/Gendarme.Rules.Portability/Makefile.in
---- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Portability/Makefile.in	2008-03-10 23:34:10.000000000 +0100
-+++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Portability/Makefile.in	2008-05-02 20:03:05.000000000 +0200
+--- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Portability/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Portability/Makefile.in	2008-05-02 20:23:04.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
@@ -1652,9 +1652,18 @@
  	test -z "$(CTAGS_ARGS)$$tags$$unique" \
  	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  	     $$tags $$unique
+@@ -581,7 +581,7 @@
+ 
+ 
+ ../../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:System.Web.Services -r:ICSharpCode.SharpZipLib.dll -r:../../bin/Gendarme.Framework.dll -out:$@ $(portability_rules_build_sources)
+ 	cp Gendarme.Rules.*.xml ../../bin/
+ 
+ Test.Rules.Portability.dll: $(portability_rules_build_sources) $(portability_rules_SCRIPTS)
 diff -urNad mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Portability/Test/Makefile.in mono-tools-1.9/gendarme/rules/Gendarme.Rules.Portability/Test/Makefile.in
---- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Portability/Test/Makefile.in	2008-03-10 23:34:10.000000000 +0100
-+++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Portability/Test/Makefile.in	2008-05-02 20:03:05.000000000 +0200
+--- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Portability/Test/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Portability/Test/Makefile.in	2008-05-02 20:23:04.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
@@ -1675,8 +1684,8 @@
  MONODOC_LIBS = @MONODOC_LIBS@
  MOZILLA_HOME = @MOZILLA_HOME@
 diff -urNad mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Security/Makefile.in mono-tools-1.9/gendarme/rules/Gendarme.Rules.Security/Makefile.in
---- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Security/Makefile.in	2008-03-10 23:34:10.000000000 +0100
-+++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Security/Makefile.in	2008-05-02 20:03:05.000000000 +0200
+--- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Security/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Security/Makefile.in	2008-05-02 20:23:04.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
@@ -1735,8 +1744,8 @@
  	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  	     $$tags $$unique
 diff -urNad mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Security/Test/Makefile.in mono-tools-1.9/gendarme/rules/Gendarme.Rules.Security/Test/Makefile.in
---- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Security/Test/Makefile.in	2008-03-10 23:34:10.000000000 +0100
-+++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Security/Test/Makefile.in	2008-05-02 20:03:05.000000000 +0200
+--- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Security/Test/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Security/Test/Makefile.in	2008-05-02 20:23:04.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
@@ -1757,8 +1766,8 @@
  MONODOC_LIBS = @MONODOC_LIBS@
  MOZILLA_HOME = @MOZILLA_HOME@
 diff -urNad mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Smells/Makefile.in mono-tools-1.9/gendarme/rules/Gendarme.Rules.Smells/Makefile.in
---- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Smells/Makefile.in	2008-03-10 23:34:10.000000000 +0100
-+++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Smells/Makefile.in	2008-05-02 20:03:05.000000000 +0200
+--- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Smells/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Smells/Makefile.in	2008-05-02 20:23:04.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
@@ -1817,8 +1826,8 @@
  	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  	     $$tags $$unique
 diff -urNad mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Smells/Test/Makefile.in mono-tools-1.9/gendarme/rules/Gendarme.Rules.Smells/Test/Makefile.in
---- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Smells/Test/Makefile.in	2008-03-10 23:34:10.000000000 +0100
-+++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Smells/Test/Makefile.in	2008-05-02 20:03:05.000000000 +0200
+--- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Smells/Test/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Smells/Test/Makefile.in	2008-05-02 20:23:04.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
@@ -1839,8 +1848,8 @@
  MONODOC_LIBS = @MONODOC_LIBS@
  MOZILLA_HOME = @MOZILLA_HOME@
 diff -urNad mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Ui/Makefile.in mono-tools-1.9/gendarme/rules/Gendarme.Rules.Ui/Makefile.in
---- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Ui/Makefile.in	2008-03-10 23:34:10.000000000 +0100
-+++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Ui/Makefile.in	2008-05-02 20:03:05.000000000 +0200
+--- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Ui/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Ui/Makefile.in	2008-05-02 20:23:04.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
@@ -1899,8 +1908,8 @@
  	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  	     $$tags $$unique
 diff -urNad mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Ui/Test/Makefile.in mono-tools-1.9/gendarme/rules/Gendarme.Rules.Ui/Test/Makefile.in
---- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Ui/Test/Makefile.in	2008-03-10 23:34:10.000000000 +0100
-+++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Ui/Test/Makefile.in	2008-05-02 20:03:05.000000000 +0200
+--- mono-tools-1.9~/gendarme/rules/Gendarme.Rules.Ui/Test/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/gendarme/rules/Gendarme.Rules.Ui/Test/Makefile.in	2008-05-02 20:23:04.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
@@ -1921,8 +1930,8 @@
  MONODOC_LIBS = @MONODOC_LIBS@
  MOZILLA_HOME = @MOZILLA_HOME@
 diff -urNad mono-tools-1.9~/gendarme/rules/Makefile.in mono-tools-1.9/gendarme/rules/Makefile.in
---- mono-tools-1.9~/gendarme/rules/Makefile.in	2008-03-10 23:34:10.000000000 +0100
-+++ mono-tools-1.9/gendarme/rules/Makefile.in	2008-05-02 20:03:05.000000000 +0200
+--- mono-tools-1.9~/gendarme/rules/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/gendarme/rules/Makefile.in	2008-05-02 20:23:04.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
@@ -1981,8 +1990,8 @@
  	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  	     $$tags $$unique
 diff -urNad mono-tools-1.9~/gnunit/Makefile.in mono-tools-1.9/gnunit/Makefile.in
---- mono-tools-1.9~/gnunit/Makefile.in	2008-03-10 23:34:10.000000000 +0100
-+++ mono-tools-1.9/gnunit/Makefile.in	2008-05-02 20:03:05.000000000 +0200
+--- mono-tools-1.9~/gnunit/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/gnunit/Makefile.in	2008-05-02 20:23:04.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
@@ -2041,8 +2050,8 @@
  	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  	     $$tags $$unique
 diff -urNad mono-tools-1.9~/gnunit/art/Makefile.in mono-tools-1.9/gnunit/art/Makefile.in
---- mono-tools-1.9~/gnunit/art/Makefile.in	2008-03-10 23:34:10.000000000 +0100
-+++ mono-tools-1.9/gnunit/art/Makefile.in	2008-05-02 20:03:05.000000000 +0200
+--- mono-tools-1.9~/gnunit/art/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/gnunit/art/Makefile.in	2008-05-02 20:23:04.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
@@ -2063,8 +2072,8 @@
  MONODOC_LIBS = @MONODOC_LIBS@
  MOZILLA_HOME = @MOZILLA_HOME@
 diff -urNad mono-tools-1.9~/gnunit/src/Makefile.in mono-tools-1.9/gnunit/src/Makefile.in
---- mono-tools-1.9~/gnunit/src/Makefile.in	2008-03-10 23:34:10.000000000 +0100
-+++ mono-tools-1.9/gnunit/src/Makefile.in	2008-05-02 20:03:05.000000000 +0200
+--- mono-tools-1.9~/gnunit/src/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/gnunit/src/Makefile.in	2008-05-02 20:23:04.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
@@ -2085,8 +2094,8 @@
  MONODOC_LIBS = @MONODOC_LIBS@
  MOZILLA_HOME = @MOZILLA_HOME@
 diff -urNad mono-tools-1.9~/gui-compare/Makefile.in mono-tools-1.9/gui-compare/Makefile.in
---- mono-tools-1.9~/gui-compare/Makefile.in	2008-03-10 23:34:10.000000000 +0100
-+++ mono-tools-1.9/gui-compare/Makefile.in	2008-05-02 20:03:05.000000000 +0200
+--- mono-tools-1.9~/gui-compare/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/gui-compare/Makefile.in	2008-05-02 20:23:04.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.
@@ -2107,8 +2116,8 @@
  MONODOC_LIBS = @MONODOC_LIBS@
  MOZILLA_HOME = @MOZILLA_HOME@
 diff -urNad mono-tools-1.9~/ilcontrast/Makefile.in mono-tools-1.9/ilcontrast/Makefile.in
---- mono-tools-1.9~/ilcontrast/Makefile.in	2008-03-10 23:34:11.000000000 +0100
-+++ mono-tools-1.9/ilcontrast/Makefile.in	2008-05-02 20:03:05.000000000 +0200
+--- mono-tools-1.9~/ilcontrast/Makefile.in	2008-05-02 20:22:54.000000000 +0200
++++ mono-tools-1.9/ilcontrast/Makefile.in	2008-05-02 20:23:04.000000000 +0200
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.10 from Makefile.am.
 +# Makefile.in generated by automake 1.10.1 from Makefile.am.




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