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

Mirco Bauer meebey at alioth.debian.org
Fri Aug 22 17:47:46 UTC 2008


Author: meebey
Date: 2008-08-22 17:47:46 +0000 (Fri, 22 Aug 2008)
New Revision: 3697

Added:
   monodoc/trunk/debian/monodoc-http.hostxsp2
   monodoc/trunk/debian/patches/03_build_sqlite_docs.dpatch
   monodoc/trunk/debian/patches/99_autoreconf.dpatch
Modified:
   monodoc/trunk/debian/changelog
   monodoc/trunk/debian/control
   monodoc/trunk/debian/patches/00list
   monodoc/trunk/debian/patches/02_keep_cs-errors.dpatch
   monodoc/trunk/debian/rules
Log:
  * debian/patches/03_build_sqlite_docs.dpatch:
    + Build documentation for the Mono.Data.SqliteClient library.
      (thanks to Daniel van Eeden <daniel_e at dds.nl> for the patch,
       Closes: #457860)
  * debian/control
    debian/rules:
    * Pass -V 1,2 to dh_installxsp so it can be used on XSP, XSP2,
      mono-apache-server and mono-apache-server2. (Closes: #373286)



Modified: monodoc/trunk/debian/changelog
===================================================================
--- monodoc/trunk/debian/changelog	2008-08-20 23:01:34 UTC (rev 3696)
+++ monodoc/trunk/debian/changelog	2008-08-22 17:47:46 UTC (rev 3697)
@@ -6,13 +6,21 @@
     + Cleaned up Uploaders field.
   * debian/rules:
     + Added binary-arch to .PHONY.
+  * debian/patches/03_build_sqlite_docs.dpatch:
+    + Build documentation for the Mono.Data.SqliteClient library.
+      (thanks to Daniel van Eeden <daniel_e at dds.nl> for the patch,
+       Closes: #457860)
+  * debian/control
+    debian/rules:
+    * Pass -V 1,2 to dh_installxsp so it can be used on XSP, XSP2,
+      mono-apache-server and mono-apache-server2. (Closes: #373286)
 
   [ Jo Shields ]
   * Add dpatch to build-depends.
   * Add myself to Uploaders.
   * Include previous NMU changes - adapted for dpatch.
 
- -- Jo Shields <directhex at apebox.org>  Wed, 20 Aug 2008 23:57:37 +0100
+ -- Mirco Bauer <meebey at debian.org>  Fri, 22 Aug 2008 19:36:14 +0200
 
 monodoc (1.9-1.2) unstable; urgency=low
 

Modified: monodoc/trunk/debian/control
===================================================================
--- monodoc/trunk/debian/control	2008-08-20 23:01:34 UTC (rev 3696)
+++ monodoc/trunk/debian/control	2008-08-22 17:47:46 UTC (rev 3697)
@@ -55,7 +55,7 @@
 Package: monodoc-http
 Provides: monodoc-viewer
 Architecture: all
-Depends: monodoc-manual, ${cli:Depends}, ${cli:XspServer}, monodoc-base
+Depends: monodoc-manual, ${cli:Depends}, ${cli:XspServer} | ${cli:XspServer2}, monodoc-base
 Description: MonoDoc http based viewer
  The MonoDoc Project is the documentation framework of the Mono project which
  provides detailed API documentation for all Mono components and the Mono CLI

Added: monodoc/trunk/debian/monodoc-http.hostxsp2
===================================================================
--- monodoc/trunk/debian/monodoc-http.hostxsp2	                        (rev 0)
+++ monodoc/trunk/debian/monodoc-http.hostxsp2	2008-08-22 17:47:46 UTC (rev 3697)
@@ -0,0 +1,4 @@
+# This is the configuration file
+# for the monodoc-http
+path = /usr/lib/monodoc/web
+alias = /monodoc

Modified: monodoc/trunk/debian/patches/00list
===================================================================
--- monodoc/trunk/debian/patches/00list	2008-08-20 23:01:34 UTC (rev 3696)
+++ monodoc/trunk/debian/patches/00list	2008-08-22 17:47:46 UTC (rev 3697)
@@ -1,3 +1,4 @@
 01_fix_bashisms
 02_keep_cs-errors
-
+03_build_sqlite_docs
+99_autoreconf

Modified: monodoc/trunk/debian/patches/02_keep_cs-errors.dpatch
===================================================================
--- monodoc/trunk/debian/patches/02_keep_cs-errors.dpatch	2008-08-20 23:01:34 UTC (rev 3696)
+++ monodoc/trunk/debian/patches/02_keep_cs-errors.dpatch	2008-08-22 17:47:46 UTC (rev 3697)
@@ -16,14 +16,3 @@
  	Mono.tree Mono.zip 		\
  	Novell.tree Novell.zip		\
  	tmp 
-diff -urNad monodoc-1.9~/class/Makefile.in monodoc-1.9/class/Makefile.in
---- monodoc-1.9~/class/Makefile.in	2008-08-20 21:40:04.163476693 +0100
-+++ monodoc-1.9/class/Makefile.in	2008-08-20 21:41:18.913871046 +0100
-@@ -161,7 +161,6 @@
- 	ecma334.tree ecma334.zip 	\
- 	netdocs.tree netdocs.zip 	\
- 	nunit-docs.tree nunit-docs.zip 	\
--	cs-errors.tree cs-errors.zip 	\
- 	Mono.tree Mono.zip 		\
- 	Novell.tree Novell.zip		\
- 	tmp 

Added: monodoc/trunk/debian/patches/03_build_sqlite_docs.dpatch
===================================================================
--- monodoc/trunk/debian/patches/03_build_sqlite_docs.dpatch	                        (rev 0)
+++ monodoc/trunk/debian/patches/03_build_sqlite_docs.dpatch	2008-08-22 17:47:46 UTC (rev 3697)
@@ -0,0 +1,21 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 03_build_sqlite_docs.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~/class/Makefile.am monodoc-1.9/class/Makefile.am
+--- monodoc-1.9~/class/Makefile.am	2008-08-22 19:27:38.000000000 +0200
++++ monodoc-1.9/class/Makefile.am	2008-08-22 19:30:19.000000000 +0200
+@@ -38,8 +38,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).


Property changes on: monodoc/trunk/debian/patches/03_build_sqlite_docs.dpatch
___________________________________________________________________
Name: svn:executable
   + *

Added: monodoc/trunk/debian/patches/99_autoreconf.dpatch
===================================================================
--- monodoc/trunk/debian/patches/99_autoreconf.dpatch	                        (rev 0)
+++ monodoc/trunk/debian/patches/99_autoreconf.dpatch	2008-08-22 17:47:46 UTC (rev 3697)
@@ -0,0 +1,300 @@
+#! /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.


Property changes on: monodoc/trunk/debian/patches/99_autoreconf.dpatch
___________________________________________________________________
Name: svn:executable
   + *

Modified: monodoc/trunk/debian/rules
===================================================================
--- monodoc/trunk/debian/rules	2008-08-20 23:01:34 UTC (rev 3696)
+++ monodoc/trunk/debian/rules	2008-08-22 17:47:46 UTC (rev 3697)
@@ -56,7 +56,7 @@
 	  $(CURDIR)/debian/monodoc-manual/usr/share/doc/monodoc-manual/ChangeLog
 	dh_fixperms
 	dh_installdeb
-	dh_installxsp
+	dh_installxsp -V 1,2
 	dh_makeclilibs -m 1.0
 	dh_clideps
 	dh_gencontrol




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