[Pkg-mono-svn-commits] rev 3738 - in monodoc/trunk/debian: . man patches

Jo Shields directhex-guest at alioth.debian.org
Fri Oct 17 11:32:55 UTC 2008


Author: directhex-guest
Date: 2008-10-17 11:32:55 +0000 (Fri, 17 Oct 2008)
New Revision: 3738

Added:
   monodoc/trunk/debian/patches/04_fix_Novell_docs.dpatch
Removed:
   monodoc/trunk/debian/patches/99_autoreconf.dpatch
Modified:
   monodoc/trunk/debian/changelog
   monodoc/trunk/debian/man/mod.1
   monodoc/trunk/debian/man/monodoc-http.1
   monodoc/trunk/debian/man/monodoc.1
   monodoc/trunk/debian/monodoc-manual.install
   monodoc/trunk/debian/patches/00list
   monodoc/trunk/debian/patches/02_keep_cs-errors.dpatch
Log:
Monodoc 2.0!
* Remove autoreconf patch
* Update manpages with proper URL
* Include new mono-tools docs
* Refresh cs-errors patch
* Make sure Novell docs are actually built


Modified: monodoc/trunk/debian/changelog
===================================================================
--- monodoc/trunk/debian/changelog	2008-10-17 09:57:36 UTC (rev 3737)
+++ monodoc/trunk/debian/changelog	2008-10-17 11:32:55 UTC (rev 3738)
@@ -1,9 +1,22 @@
-monodoc (1.9-3) UNRELEASED; urgency=low
+monodoc (2.0-1) UNRELEASED; urgency=low
 
   [ Jo Shields ]
-  * Add mono-mcs to Build-Depends. mono-mcs is pulled in via an indirect 
-    dependency (mono-xsp-base), but not building against XSP reveals the 
-    problem. Thanks to Steve Langasek <steve.langasek at ubuntu.com>.
+  * New upstream release
+    + debian/control:
+      - Add mono-mcs to Build-Depends. mono-mcs is pulled in via an indirect 
+        dependency (mono-xsp-base), but not building against XSP reveals the 
+        problem. Thanks to Steve Langasek <steve.langasek at ubuntu.com>.
+    + debian/man/*:
+      - Correct URL for online Mono documentation
+    + debian/patches/02_keep_cs-errors.dpatch:
+      - Refresh for 2.0
+    + debian/patches/99_autoreconf.dpatch:
+      - Remove (no longer required)
+    + debian/patches/04_fix_Novell_docs.dpatch
+      - Ensure that Novell.{tree,source,zip} is packaged, due to upstream
+        error in 2.0
+    + debian/monodoc-manual.install:
+      - Include new mono-tools.{tree,source,zip} docs    
 
   [ David Paleino ]
   * Monodoc Integration Framework:

Modified: monodoc/trunk/debian/man/mod.1
===================================================================
--- monodoc/trunk/debian/man/mod.1	2008-10-17 09:57:36 UTC (rev 3737)
+++ monodoc/trunk/debian/man/mod.1	2008-10-17 11:32:55 UTC (rev 3738)
@@ -8,4 +8,4 @@
 .B --help
 switch to see what it does. For further information, refer to the .NET
 documentation from the Mono project, located on
-.B http://www.go-mono.com:8080/
+.B http://www.go-mono.com/docs/

Modified: monodoc/trunk/debian/man/monodoc-http.1
===================================================================
--- monodoc/trunk/debian/man/monodoc-http.1	2008-10-17 09:57:36 UTC (rev 3737)
+++ monodoc/trunk/debian/man/monodoc-http.1	2008-10-17 11:32:55 UTC (rev 3738)
@@ -8,4 +8,4 @@
 .B --help
 switch to see what it does. For further information, refer to the .NET
 documentation from the Mono project, located on
-.B http://www.go-mono.com:8080/
+.B http://www.go-mono.com/docs/

Modified: monodoc/trunk/debian/man/monodoc.1
===================================================================
--- monodoc/trunk/debian/man/monodoc.1	2008-10-17 09:57:36 UTC (rev 3737)
+++ monodoc/trunk/debian/man/monodoc.1	2008-10-17 11:32:55 UTC (rev 3738)
@@ -8,4 +8,4 @@
 .B --help
 switch to see what it does. For further information, refer to the .NET
 documentation from the Mono project, located on
-.B http://www.go-mono.com:8080/
+.B http://www.go-mono.com/docs/

Modified: monodoc/trunk/debian/monodoc-manual.install
===================================================================
--- monodoc/trunk/debian/monodoc-manual.install	2008-10-17 09:57:36 UTC (rev 3737)
+++ monodoc/trunk/debian/monodoc-manual.install	2008-10-17 11:32:55 UTC (rev 3738)
@@ -5,3 +5,4 @@
 debian/tmp/usr/lib/monodoc/sources/ecma334.*
 debian/tmp/usr/lib/monodoc/sources/netdocs.*
 debian/tmp/usr/lib/monodoc/sources/monoapi.*
+debian/tmp/usr/lib/monodoc/sources/mono-tools.*

Modified: monodoc/trunk/debian/patches/00list
===================================================================
--- monodoc/trunk/debian/patches/00list	2008-10-17 09:57:36 UTC (rev 3737)
+++ monodoc/trunk/debian/patches/00list	2008-10-17 11:32:55 UTC (rev 3738)
@@ -1,4 +1,4 @@
 01_fix_bashisms
 02_keep_cs-errors
 03_build_sqlite_docs
-99_autoreconf
+04_fix_Novell_docs

Modified: monodoc/trunk/debian/patches/02_keep_cs-errors.dpatch
===================================================================
--- monodoc/trunk/debian/patches/02_keep_cs-errors.dpatch	2008-10-17 09:57:36 UTC (rev 3737)
+++ monodoc/trunk/debian/patches/02_keep_cs-errors.dpatch	2008-10-17 11:32:55 UTC (rev 3738)
@@ -5,14 +5,13 @@
 ## DP: Don't remove cs-errors files on clean, causes failed rebuild
 
 @DPATCH@
-diff -urNad monodoc-1.9~/class/Makefile.am monodoc-1.9/class/Makefile.am
---- monodoc-1.9~/class/Makefile.am	2008-08-20 21:40:03.913484574 +0100
-+++ monodoc-1.9/class/Makefile.am	2008-08-20 21:41:07.565099314 +0100
-@@ -69,7 +69,6 @@
+--- monodoc-2.0/class/Makefile.am.orig	2008-10-17 11:20:16.000000000 +0100
++++ monodoc-2.0/class/Makefile.am	2008-10-17 11:20:27.000000000 +0100
+@@ -77,7 +77,6 @@
  	ecma334.tree ecma334.zip 	\
  	netdocs.tree netdocs.zip 	\
  	nunit-docs.tree nunit-docs.zip 	\
 -	cs-errors.tree cs-errors.zip 	\
+ 	mono-tools.tree mono-tools.zip \
  	Mono.tree Mono.zip 		\
  	Novell.tree Novell.zip		\
- 	tmp 

Added: monodoc/trunk/debian/patches/04_fix_Novell_docs.dpatch
===================================================================
--- monodoc/trunk/debian/patches/04_fix_Novell_docs.dpatch	                        (rev 0)
+++ monodoc/trunk/debian/patches/04_fix_Novell_docs.dpatch	2008-10-17 11:32:55 UTC (rev 3738)
@@ -0,0 +1,41 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 04_fix_Novell_docs.dpatch by Jo Shields <directhex at apebox.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Re-enable creation of docs for Novell.Directory.Ldap
+
+ at DPATCH@
+diff -urNad monodoc-2.0~/class/Makefile.am monodoc-2.0/class/Makefile.am
+--- monodoc-2.0~/class/Makefile.am	2008-10-17 12:11:22.000000000 +0100
++++ monodoc-2.0/class/Makefile.am	2008-10-17 12:12:18.000000000 +0100
+@@ -6,7 +6,7 @@
+ 	netdocs.tree netdocs.zip netdocs.source			\
+ 	nunit-docs.tree nunit-docs.zip nunit-docs.source	\
+ 	Mono.tree Mono.zip Mono.source 				\
+-	mono-tools.tree mono-tools.zip mono-tools.source
++	mono-tools.tree mono-tools.zip mono-tools.source	\
+ 	Novell.source Novell.zip Novell.tree
+ 
+ if BUILD_CSERRORS
+diff -urNad monodoc-2.0~/class/Makefile.in monodoc-2.0/class/Makefile.in
+--- monodoc-2.0~/class/Makefile.in	2008-10-17 12:11:22.000000000 +0100
++++ monodoc-2.0/class/Makefile.in	2008-10-17 12:12:04.000000000 +0100
+@@ -152,7 +152,8 @@
+ 	netdocs.tree netdocs.zip netdocs.source			\
+ 	nunit-docs.tree nunit-docs.zip nunit-docs.source	\
+ 	Mono.tree Mono.zip Mono.source 				\
+-	mono-tools.tree mono-tools.zip mono-tools.source
++	mono-tools.tree mono-tools.zip mono-tools.source	\
++	Novell.tree Novell.zip Novell.source
+ 
+ @BUILD_CSERRORS_TRUE at cserrors_sources_DATA = \
+ @BUILD_CSERRORS_TRUE@	cs-errors.tree cs-errors.zip cs-errors.source
+diff -urNad monodoc-2.0~/class/Novell.source monodoc-2.0/class/Novell.source
+--- monodoc-2.0~/class/Novell.source	1970-01-01 01:00:00.000000000 +0100
++++ monodoc-2.0/class/Novell.source	2008-10-17 12:12:34.000000000 +0100
+@@ -0,0 +1,5 @@
++<?xml version="1.0"?>
++<monodoc>
++  <source provider="ecma" basefile="Novell" path="classlib-novell"/>
++</monodoc>
++

Deleted: monodoc/trunk/debian/patches/99_autoreconf.dpatch
===================================================================
--- monodoc/trunk/debian/patches/99_autoreconf.dpatch	2008-10-17 09:57:36 UTC (rev 3737)
+++ monodoc/trunk/debian/patches/99_autoreconf.dpatch	2008-10-17 11:32:55 UTC (rev 3738)
@@ -1,300 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 99_autoreconf.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 monodoc-1.9~/Makefile.in monodoc-1.9/Makefile.in
---- monodoc-1.9~/Makefile.in	2008-01-30 00:01:21.000000000 +0100
-+++ monodoc-1.9/Makefile.in	2008-08-22 19:32:53.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.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
-+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
- # This Makefile.in is free software; the Free Software Foundation
- # gives unlimited permission to copy and/or distribute it,
- # with or without modifications, as long as this notice is preserved.
-@@ -307,8 +307,8 @@
- 	unique=`for i in $$list; do \
- 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- 	  done | \
--	  $(AWK) '    { files[$$0] = 1; } \
--	       END { for (i in files) print i; }'`; \
-+	  $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
-+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
- 	mkid -fID $$unique
- tags: TAGS
- 
-@@ -333,8 +333,8 @@
- 	unique=`for i in $$list; do \
- 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- 	  done | \
--	  $(AWK) '    { files[$$0] = 1; } \
--	       END { for (i in files) print i; }'`; \
-+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
-+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
- 	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
- 	  test -n "$$unique" || unique=$$empty_fix; \
- 	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-@@ -344,13 +344,12 @@
- CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
- 		$(TAGS_FILES) $(LISP)
- 	tags=; \
--	here=`pwd`; \
- 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
- 	unique=`for i in $$list; do \
- 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- 	  done | \
--	  $(AWK) '    { files[$$0] = 1; } \
--	       END { for (i in files) print i; }'`; \
-+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
-+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
- 	test -z "$(CTAGS_ARGS)$$tags$$unique" \
- 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- 	     $$tags $$unique
-@@ -424,6 +423,10 @@
- 	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
- 	$(am__remove_distdir)
- 
-+dist-lzma: distdir
-+	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
-+	$(am__remove_distdir)
-+
- dist-tarZ: distdir
- 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
- 	$(am__remove_distdir)
-@@ -450,6 +453,8 @@
- 	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
- 	*.tar.bz2*) \
- 	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
-+	*.tar.lzma*) \
-+	  unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
- 	*.tar.Z*) \
- 	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
- 	*.shar.gz*) \
-@@ -603,15 +608,15 @@
- .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
- 	all all-am am--refresh check check-am clean clean-generic \
- 	ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
--	dist-hook dist-shar dist-tarZ dist-zip distcheck distclean \
--	distclean-generic distclean-tags distcleancheck distdir \
--	distuninstallcheck dvi dvi-am html html-am info info-am \
--	install install-am install-data install-data-am install-dvi \
--	install-dvi-am install-exec install-exec-am install-html \
--	install-html-am install-info install-info-am install-man \
--	install-pdf install-pdf-am install-pkgconfigDATA install-ps \
--	install-ps-am install-strip installcheck installcheck-am \
--	installdirs installdirs-am maintainer-clean \
-+	dist-hook dist-lzma dist-shar dist-tarZ dist-zip distcheck \
-+	distclean distclean-generic distclean-tags distcleancheck \
-+	distdir distuninstallcheck dvi dvi-am html html-am info \
-+	info-am install install-am install-data install-data-am \
-+	install-dvi install-dvi-am install-exec install-exec-am \
-+	install-html install-html-am install-info install-info-am \
-+	install-man install-pdf install-pdf-am install-pkgconfigDATA \
-+	install-ps install-ps-am install-strip installcheck \
-+	installcheck-am installdirs installdirs-am maintainer-clean \
- 	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
- 	pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
- 	uninstall-pkgconfigDATA
-diff -urNad monodoc-1.9~/aclocal.m4 monodoc-1.9/aclocal.m4
---- monodoc-1.9~/aclocal.m4	2008-01-30 00:01:20.000000000 +0100
-+++ monodoc-1.9/aclocal.m4	2008-08-22 19:32:51.000000000 +0200
-@@ -1,7 +1,7 @@
--# generated automatically by aclocal 1.10 -*- Autoconf -*-
-+# generated automatically by aclocal 1.10.1 -*- Autoconf -*-
- 
- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
--# 2005, 2006  Free Software Foundation, Inc.
-+# 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
- # This file is free software; the Free Software Foundation
- # gives unlimited permission to copy and/or distribute it,
- # with or without modifications, as long as this notice is preserved.
-@@ -11,12 +11,15 @@
- # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
- # PARTICULAR PURPOSE.
- 
--m4_if(m4_PACKAGE_VERSION, [2.61],,
--[m4_fatal([this file was generated for autoconf 2.61.
--You have another version of autoconf.  If you want to use that,
--you should regenerate the build system entirely.], [63])])
-+m4_ifndef([AC_AUTOCONF_VERSION],
-+  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
-+m4_if(AC_AUTOCONF_VERSION, [2.61],,
-+[m4_warning([this file was generated for autoconf 2.61.
-+You have another version of autoconf.  It may work, but is not guaranteed to.
-+If you have problems, you may need to regenerate the build system entirely.
-+To do so, use the procedure documented by the package, typically `autoreconf'.])])
- 
--# Copyright (C) 2002, 2003, 2005, 2006  Free Software Foundation, Inc.
-+# Copyright (C) 2002, 2003, 2005, 2006, 2007  Free Software Foundation, Inc.
- #
- # This file is free software; the Free Software Foundation
- # gives unlimited permission to copy and/or distribute it,
-@@ -31,7 +34,7 @@
- [am__api_version='1.10'
- dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
- dnl require some minimum version.  Point them to the right macro.
--m4_if([$1], [1.10], [],
-+m4_if([$1], [1.10.1], [],
-       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
- ])
- 
-@@ -47,8 +50,10 @@
- # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
- # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
--[AM_AUTOMAKE_VERSION([1.10])dnl
--_AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)])
-+[AM_AUTOMAKE_VERSION([1.10.1])dnl
-+m4_ifndef([AC_AUTOCONF_VERSION],
-+  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
-+_AM_AUTOCONF_VERSION(AC_AUTOCONF_VERSION)])
- 
- # AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
- 
-@@ -141,13 +146,13 @@
- # Do all the work for Automake.                             -*- Autoconf -*-
- 
- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
--# 2005, 2006 Free Software Foundation, Inc.
-+# 2005, 2006, 2008 Free Software Foundation, Inc.
- #
- # This file is free software; the Free Software Foundation
- # gives unlimited permission to copy and/or distribute it,
- # with or without modifications, as long as this notice is preserved.
- 
--# serial 12
-+# serial 13
- 
- # This macro actually does too much.  Some checks are only needed if
- # your package does certain things.  But this isn't really a big deal.
-@@ -252,16 +257,17 @@
- # our stamp files there.
- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
- [# Compute $1's index in $config_headers.
-+_am_arg=$1
- _am_stamp_count=1
- for _am_header in $config_headers :; do
-   case $_am_header in
--    $1 | $1:* )
-+    $_am_arg | $_am_arg:* )
-       break ;;
-     * )
-       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
-   esac
- done
--echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
-+echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
- 
- # Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
- #
-@@ -510,7 +516,7 @@
- 
- # _AM_SUBST_NOTMAKE(VARIABLE)
- # ---------------------------
--# Prevent Automake from outputing VARIABLE = @VARIABLE@ in Makefile.in.
-+# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
- # This macro is traced by Automake.
- AC_DEFUN([_AM_SUBST_NOTMAKE])
- 
-diff -urNad monodoc-1.9~/class/Makefile.in monodoc-1.9/class/Makefile.in
---- monodoc-1.9~/class/Makefile.in	2008-08-22 19:31:49.000000000 +0200
-+++ monodoc-1.9/class/Makefile.in	2008-08-22 19:32:52.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.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
-+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
- # This Makefile.in is free software; the Free Software Foundation
- # gives unlimited permission to copy and/or distribute it,
- # with or without modifications, as long as this notice is preserved.
-@@ -442,8 +442,8 @@
- #
- # All the Mono.* namespaces go into a single package
- #
--Mono.tree Mono.zip: $(srcdir)/Mono.Cairo/en/*/*.xml  $(srcdir)/Mono.GetOptions/en/*/*.xml $(srcdir)/Mono.Posix/en/*/*.xml $(srcdir)/Mono.Security/en/*/*.xml $(srcdir)/Mono.Security.Win32/en/*/*.xml $(srcdir)/Commons.Xml.Relaxng/en/*/*.xml $(srcdir)/Mono.Addins/en/*/*.xml
--	mono --debug $(ASSEMBLER) --ecma $(srcdir)/Mono.Cairo/en --ecma $(srcdir)/Mono.GetOptions/en --ecma $(srcdir)/Mono.Posix/en --ecma $(srcdir)/Mono.Security.Win32/en/ --ecma $(srcdir)/Mono.Security/en/ --ecma $(srcdir)/Commons.Xml.Relaxng/en/ --ecma $(srcdir)/Mono.Addins/en/ -o Mono
-+Mono.tree Mono.zip: $(srcdir)/Mono.Cairo/en/*/*.xml  $(srcdir)/Mono.GetOptions/en/*/*.xml $(srcdir)/Mono.Posix/en/*/*.xml $(srcdir)/Mono.Security/en/*/*.xml $(srcdir)/Mono.Security.Win32/en/*/*.xml $(srcdir)/Commons.Xml.Relaxng/en/*/*.xml $(srcdir)/Mono.Addins/en/*/*.xml $(srcdir)/Mono.Data.SqliteClient/*/*.xml
-+	mono --debug $(ASSEMBLER) --ecma $(srcdir)/Mono.Cairo/en --ecma $(srcdir)/Mono.GetOptions/en --ecma $(srcdir)/Mono.Posix/en --ecma $(srcdir)/Mono.Security.Win32/en/ --ecma $(srcdir)/Mono.Security/en/ --ecma $(srcdir)/Commons.Xml.Relaxng/en/ --ecma $(srcdir)/Mono.Addins/en/ --ecma $(srcdir)/Mono.Data.SqliteClient/ -o Mono
- 
- #
- # All the Novell namespaces we handle go into a single file (one for now).
-diff -urNad monodoc-1.9~/engine/Makefile.in monodoc-1.9/engine/Makefile.in
---- monodoc-1.9~/engine/Makefile.in	2008-01-30 00:01:21.000000000 +0100
-+++ monodoc-1.9/engine/Makefile.in	2008-08-22 19:32:52.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.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
-+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
- # This Makefile.in is free software; the Free Software Foundation
- # gives unlimited permission to copy and/or distribute it,
- # with or without modifications, as long as this notice is preserved.
-diff -urNad monodoc-1.9~/extras/Makefile.in monodoc-1.9/extras/Makefile.in
---- monodoc-1.9~/extras/Makefile.in	2008-01-30 00:01:21.000000000 +0100
-+++ monodoc-1.9/extras/Makefile.in	2008-08-22 19:32:52.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.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
-+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
- # This Makefile.in is free software; the Free Software Foundation
- # gives unlimited permission to copy and/or distribute it,
- # with or without modifications, as long as this notice is preserved.
-diff -urNad monodoc-1.9~/man/Makefile.in monodoc-1.9/man/Makefile.in
---- monodoc-1.9~/man/Makefile.in	2008-01-30 00:01:21.000000000 +0100
-+++ monodoc-1.9/man/Makefile.in	2008-08-22 19:32:52.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.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
-+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
- # This Makefile.in is free software; the Free Software Foundation
- # gives unlimited permission to copy and/or distribute it,
- # with or without modifications, as long as this notice is preserved.
-diff -urNad monodoc-1.9~/scripts/Makefile.in monodoc-1.9/scripts/Makefile.in
---- monodoc-1.9~/scripts/Makefile.in	2008-01-30 00:01:21.000000000 +0100
-+++ monodoc-1.9/scripts/Makefile.in	2008-08-22 19:32:53.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.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
-+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
- # This Makefile.in is free software; the Free Software Foundation
- # gives unlimited permission to copy and/or distribute it,
- # with or without modifications, as long as this notice is preserved.
-diff -urNad monodoc-1.9~/tools/Makefile.in monodoc-1.9/tools/Makefile.in
---- monodoc-1.9~/tools/Makefile.in	2008-01-30 00:01:21.000000000 +0100
-+++ monodoc-1.9/tools/Makefile.in	2008-08-22 19:32:53.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.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
-+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
- # This Makefile.in is free software; the Free Software Foundation
- # gives unlimited permission to copy and/or distribute it,
- # with or without modifications, as long as this notice is preserved.




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