--- monodoc-1.2.6.orig/debian/monodoc-manual.docs
+++ monodoc-1.2.6/debian/monodoc-manual.docs
@@ -0,0 +1 @@
+class/ChangeLog
--- monodoc-1.2.6.orig/debian/monodoc-manual.install
+++ monodoc-1.2.6/debian/monodoc-manual.install
@@ -0,0 +1,7 @@
+debian/tmp/usr/lib/monodoc/monodoc.xml
+debian/tmp/usr/lib/monodoc/sources/Mono.*
+debian/tmp/usr/lib/monodoc/sources/Novell.*
+debian/tmp/usr/lib/monodoc/sources/cs-errors.*
+debian/tmp/usr/lib/monodoc/sources/ecma334.*
+debian/tmp/usr/lib/monodoc/sources/netdocs.*
+debian/tmp/usr/lib/monodoc/sources/monoapi.*
--- monodoc-1.2.6.orig/debian/monodoc-http.install
+++ monodoc-1.2.6/debian/monodoc-http.install
@@ -0,0 +1,2 @@
+engine/web/			/usr/lib/monodoc/
+debian/monodoc-http.desktop	/usr/share/applications/
--- monodoc-1.2.6.orig/debian/monodoc-base.install
+++ monodoc-1.2.6/debian/monodoc-base.install
@@ -0,0 +1,6 @@
+debian/tmp/usr/bin/
+debian/tmp/usr/lib/mono/gac/
+debian/tmp/usr/lib/mono/monodoc/
+debian/tmp/usr/lib/monodoc/*.exe
+debian/tmp/usr/lib/pkgconfig/monodoc.pc
+debian/tmp/usr/share/man
--- monodoc-1.2.6.orig/debian/monodoc-nunit-manual.postinst
+++ monodoc-1.2.6/debian/monodoc-nunit-manual.postinst
@@ -0,0 +1,9 @@
+#!/bin/sh
+set -e
+
+if [ -x /usr/lib/monodoc/browser.exe ]; then
+        echo "generating monodoc search index..."
+        monodoc --make-index > /dev/null
+fi
+
+#DEBHELPER#
--- monodoc-1.2.6.orig/debian/monodoc-http.hostxsp
+++ monodoc-1.2.6/debian/monodoc-http.hostxsp
@@ -0,0 +1,4 @@
+# This is the configuration file
+# for the monodoc-http
+path = /usr/lib/monodoc/web
+alias = /monodoc
--- monodoc-1.2.6.orig/debian/watch
+++ monodoc-1.2.6/debian/watch
@@ -0,0 +1,2 @@
+version=2
+http://go-mono.com/sources-stable/ .+/monodoc-([\d+\.]+)\.zip
--- monodoc-1.2.6.orig/debian/monodoc-http.dirs
+++ monodoc-1.2.6/debian/monodoc-http.dirs
@@ -0,0 +1,3 @@
+usr/bin
+usr/share/gnome/apps/Development
+usr/lib/monodoc/web
--- monodoc-1.2.6.orig/debian/monodoc-http.desktop
+++ monodoc-1.2.6/debian/monodoc-http.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=Monodoc (http)
+GenericName=Documentation Browser
+Comment=Monodoc Documentation Browser
+Exec=monodoc-http
+Icon=monodoc.png
+StartupNotify=false
+Terminal=true
+Type=Application
+Categories=Application;Development;
--- monodoc-1.2.6.orig/debian/monodoc-http.menu
+++ monodoc-1.2.6/debian/monodoc-http.menu
@@ -0,0 +1,3 @@
+?package(monodoc-http):needs="text" section="Applications/Programming"\
+  title="Monodoc (http)" command="/usr/bin/monodoc-http"\
+  icon="/usr/share/pixmaps/monodoc.png"
--- monodoc-1.2.6.orig/debian/monodoc-nunit-manual.install
+++ monodoc-1.2.6/debian/monodoc-nunit-manual.install
@@ -0,0 +1 @@
+debian/tmp/usr/lib/monodoc/sources/nunit-docs.*
--- monodoc-1.2.6.orig/debian/10_monodochttp
+++ monodoc-1.2.6/debian/10_monodochttp
@@ -0,0 +1,4 @@
+# This is the configuration file
+# for the monodoc-http
+path = /usr/lib/monodoc/web
+alias = /monodoc
--- monodoc-1.2.6.orig/debian/README.Debian
+++ monodoc-1.2.6/debian/README.Debian
@@ -0,0 +1,23 @@
+monodoc for Debian
+------------------
+
+The monodoc package currently provides two different viewers:
+
+ - monodoc-browser, which is a GTK+ program
+ - monodoc-http for documentation access with a web browser. It
+   contains a server root tree with ASP.NET scripts. You need an ASP.NET
+   capable HTTP server (currently mono-xsp or Apache with
+   libapache-mod-mono) to run them.
+
+If you expience problem with no longer visible documentation installed
+by third-party products, then there may be a problem with your
+/usr/lib/monodoc. The monodoc installation in Debian does not use this
+directory. If you install a fresh system, this directory will be just a
+compatiblity symlink to /usr/share/dotnet/monodoc (the symlink may be
+removed in the future, though). However, if your /usr/lib/monodoc has
+been poisoned with unexpected files during the system upgrade, dpkg
+will leave it as-is, not replacing with a symlink. You will have to
+move the contents of the old directory to /usr/share/dotnet/monodoc
+manually.
+
+ -- Eduard Bloch <blade@debian.org>  Fri, 16 Apr 2004 00:22:47 +0200
--- monodoc-1.2.6.orig/debian/compat
+++ monodoc-1.2.6/debian/compat
@@ -0,0 +1 @@
+5
--- monodoc-1.2.6.orig/debian/copyright
+++ monodoc-1.2.6/debian/copyright
@@ -0,0 +1,27 @@
+This package was debianized by Mirco Bauer <meebey@meebey.net>
+
+It was downloaded from <http://www.go-mono.org/>
+
+Authors:
+Miguel de Icaza (miguel@ximian.com)
+Duncan Mak (duncan@ximian.com)
+
+Copyright:
+
+   This package is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; version 2 dated June, 1991.
+
+   This package is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this package; if not, write to the
+   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+   MA 02110-1301, USA.
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
--- monodoc-1.2.6.orig/debian/control
+++ monodoc-1.2.6/debian/control
@@ -0,0 +1,68 @@
+Source: monodoc
+Section: devel
+Priority: optional
+Maintainer: Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>
+Uploaders: Eduard Bloch <blade@debian.org>, Mirco Bauer <meebey@meebey.net>, Sebastian Dröge <slomo@debian.org>
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: cli-common-dev (>= 0.4.0), pkg-config, libmono-dev (>= 1.2.5), mono-gac (>= 1.0), mono-xsp-base (>= 1.1.9), mono-gmcs (>= 1.2.5), libmono2.0-cil, libmono1.0-cil, libmono-relaxng1.0-cil, libmono-sharpzip0.84-cil
+Standards-Version: 3.7.3
+
+Package: monodoc
+Architecture: all
+Suggests: monodoc-http
+Depends: monodoc-browser, monodoc-manual
+Description: Mono documentation 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
+ implementation.
+ .
+ This is a meta package containing dependencies for the main components of
+ monodoc.
+
+Package: monodoc-base
+Architecture: all
+Depends: ${cli:Depends}
+Description: shared MonoDoc binaries
+ The MonoDoc Project is the documentation framework of the Mono project which
+ provides detailed API documentation for all Mono components and the Mono CLI
+ implementation.
+ .
+ This packages contains the shared binaries which are used by the monodoc
+ programs like the documentation file compiler (assembler.exe aka "monodoc").
+
+Package: monodoc-manual
+Architecture: all
+Section: doc
+Recommends: monodoc-browser | monodoc-http | monodoc-viewer
+Suggests: monodoc-gtk-manual, monodoc-gecko-manual, monodoc-nunit-manual
+Description: compiled XML documentation from the Mono project
+ The MonoDoc Project is the documentation framework of the Mono project which
+ provides detailed API documentation for all Mono components and the Mono CLI
+ implementation.
+ .
+ This packages contains the compiled XML documentation of MonoDoc. 
+
+Package: monodoc-nunit-manual
+Architecture: all
+Section: doc
+Depends: monodoc-manual
+Conflicts: monodoc-manual (<= 1.0.6-1)
+Description: compiled XML documentation for Nunit
+ The MonoDoc Project is the documentation framework of the Mono project which
+ provides detailed API documentation for all Mono components and the Mono CLI
+ implementation.
+ .
+ This packages contains the compiled XML documentation for Nunit of MonoDoc. 
+
+Package: monodoc-http
+Provides: monodoc-viewer
+Architecture: all
+Depends: monodoc-manual, ${cli:Depends}, ${cli:XspServer}, 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
+ implementation.
+ .
+ This package contains ASP.NET scripts which allow viewing the Mono
+ documentation via an ASP.NET enabled webserver with a standard http
+ webbrowser.
--- monodoc-1.2.6.orig/debian/changelog
+++ monodoc-1.2.6/debian/changelog
@@ -0,0 +1,361 @@
+monodoc (1.2.6-2~bpo40+1) etch-backports; urgency=low
+
+  * Rebuild for Debian/Etch.
+
+ -- Mirco Bauer <meebey@debian.org>  Fri, 11 Jan 2008 12:05:53 +0100
+
+monodoc (1.2.6-2) unstable; urgency=low
+
+  * debian/control:
+    + Build depend on libmono1.0-cil, libmono-relaxng1.0-cil,
+      libmono-sharpzip0.84-cil to fix FTBFS (Closes: #458698).
+  * debian/rules:
+    + Fix clean target to remove some more remaining files.
+
+ -- Sebastian Dröge <slomo@debian.org>  Wed, 02 Jan 2008 20:26:11 +0100
+
+monodoc (1.2.6-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/control:
+    + Update Standards-Version to 3.7.3, no additional changes needed.
+  * debian/monodoc-manual.install:
+    + Ship monoapi docs again.
+  * debian/rules:
+    + Call dh_desktop.
+  * debian/monodoc-http.menu:
+    + Fix section of the menu file.
+
+ -- Sebastian Dröge <slomo@debian.org>  Thu, 13 Dec 2007 13:34:26 +0100
+
+monodoc (1.2.5-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/control:
+    + Build depend on mono >= 1.2.5.
+
+ -- Sebastian Dröge <slomo@debian.org>  Sun, 02 Sep 2007 13:21:21 +0200
+
+monodoc (1.2.4-1) unstable; urgency=low
+
+  * Sebastian 'slomo' Dröge:
+    + New upstream release
+    + debian/monodoc-base.install:
+      - Fix path for the manpages.
+
+ -- Sebastian Dröge <slomo@debian.org>  Wed, 16 May 2007 23:32:57 +0200
+
+monodoc (1.2.3-2) unstable; urgency=low
+
+  * Upload to unstable
+  * Sebastian 'slomo' Dröge:
+    + debian/monodoc-manual.install:
+      - Stop shipping the non-existing monoapi docs. Having the .source file
+        only will cause confusing errors/warnings when starting monodoc.
+
+ -- Sebastian Dröge <slomo@debian.org>  Sun, 15 Apr 2007 22:13:55 +0200
+
+monodoc (1.2.3-1) experimental; urgency=low
+
+  * Dylan R. E. Moonfire
+    + debian/control:
+      - Manually added monodoc-base to monodoc-http dependencies because
+        there are no .dll or .exe files to scan.
+        (Closes: #400399)
+  * Sebastian 'slomo' Dröge:
+    + New upstream release
+
+ -- Sebastian Dröge <slomo@debian.org>  Tue, 27 Feb 2007 13:07:54 +0100
+
+monodoc (1.2.1-1) experimental; urgency=low
+
+  * Sebastian 'slomo' Dröge:
+    + New upstream release
+    + debian/monodoc-base.install:
+      - Install the new manpages
+    + debian/monodoc-manual.install:
+      - Add monoapi* documentation
+    + debian/control:
+      - Updated to use my debian.org mail address
+
+ -- Sebastian Dröge <slomo@debian.org>  Wed, 31 Jan 2007 09:57:26 +0100
+
+monodoc (1.1.18-1) unstable; urgency=low
+
+  * Sebastian 'slomo' Dröge:
+    + New upstream release
+    + debian/control:
+      - Add mono-gmcs and libmono2.0-cil to Build-Depends
+    + debian/watch:
+      - Update location
+
+ -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Tue, 17 Oct 2006 07:57:08 +0200
+
+monodoc (1.1.17-1) unstable; urgency=low
+
+  * Sebastian 'slomo' Dröge:
+    + New upstream release
+    + debian/control:
+      - Bumped Standards-Version to 3.7.2
+      - Add myself to Uploaders
+    + debian/compat,
+      debian/control:
+      - Updated to debhelper compat level 5
+    + debian/monodoc-manual.install:
+      - Remove debian/tmp/usr/lib/monodoc/sources/monohb.*, we don't have this
+        since ages and it only showed up because of the above change.
+
+ -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Mon,  4 Sep 2006 01:05:17 +0200
+
+monodoc (1.1.13-3) unstable; urgency=low
+
+  * Mirco 'meebey' Bauer
+    + Rebuild against Mono 1.1.13.6-3
+    + Updated cli-common build-dep to cli-common-dev >= 0.4.0
+    + Moved debhelper build-dep-indep to build-dep.
+    + Updated FSF's snail-mail address in debian/copyright.
+    + Added binary-arch target to debian/rules.
+
+ -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Sun, 30 Apr 2006 00:09:07 +0200
+
+monodoc (1.1.13-2) unstable; urgency=low
+
+  * Mirco 'meebey' Bauer
+    + debian/control:
+      - Removed strong monodoc-browser dependency on monodoc. (Closes: #352673)
+      - Changed Build-Depends to Build-Depends-Indep.
+      - Changed viewer dependencies of monodoc-manual to recommends, solving
+        circular dependencies.
+
+ -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Thu, 6 Apr 2006 23:25:23 +0200
+
+monodoc (1.1.13-1) unstable; urgency=low
+
+  * New upstream release (Closes: #296018)
+  * Rebuild against mono-xsp 1.1.10
+  * Mirco 'meebey' Bauer
+    + Added build-dep on mono-xsp-base (>= 1.1.9) (Closes: #336276, #349487)
+    + Removed build-dep on mono-utils.
+    + debian/control:
+      - Removed monodoc-gecko-manual and monodoc-gtk-manual package
+    + debian/monodoc-gtk-manual.{install,postinst}:
+      - Moved to gtk-sharp source package.
+    + debian/monodoc-gecko-manual.{install,postinst}:
+      - Removed
+    + debian/monodoc-http-script:
+      - Bind to 127.0.0.1 only (Closes: #270848)
+
+ -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Fri, 3 Feb 2006 14:12:29 +0100
+
+monodoc (1.1.9-1) unstable; urgency=low
+
+  * New upstream release
+  * Mirco 'meebey' Bauer
+    + Using dh_makeclilibs -m 1.0 now.
+    + Removed all "-i" from dh_* calls, whole package is arch indep.
+    + Updated to Standards Version 3.6.2.1 (no changes).
+    + Removed monodoc-browser package, now provided by mono-tools.
+    + Removed libgtk-cil, libgnome-cil and libglade-cil from build-deps
+      (no GUI code anymore in monodoc).
+    + Updated versioned build-dep of cli-common to >= 0.2.0
+
+ -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Sun, 25 Sep 2005 20:21:05 +0200
+
+monodoc (1.0.6-3) unstable; urgency=low
+
+  * upload to unstable
+  * Mirco 'meebey' Bauer
+    + added debian/watch file
+    + updated cli-common build-dep to >= 0.1.3
+
+ -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Sun, 29 May 2005 20:16:03 +0200
+
+monodoc (1.0.6-2) experimental; urgency=low
+
+  * Mirco 'meebey' Bauer
+    + moved Gtk#, Gecko# and Nunit documentation into seperated packages
+      (monodoc-gtk-manual, monodoc-gecko-manual and monodoc-nunit-manual)
+    + added monodoc-gtk-manual, monodoc-gecko-manual and monodoc-nunit-manual
+      to recommends field of monodoc-manual.
+    + added "Section: doc" to monodoc-manual.
+    + added better file permission fix code in debian/rules
+      (it didn't +x .exe files)
+
+ -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Sun, 15 May 2005 21:35:15 +0200
+
+monodoc (1.0.6-1) experimental; urgency=low
+
+  * New upstream release
+  * Mirco 'meebey' Bauer
+    + transition from /usr/share/dotnet to /usr/lib
+    + removed old conflicts.
+    + removed hacks in debian/rules which are not required anymore.
+    + removed sharutils from buil-dep (we do not ship extra files anymore).
+    + CLI dependencies are back again, was broken build environment
+     (Closes: #296019)
+
+ -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Sat, 14 May 2005 18:43:54 +0200
+
+monodoc (1.0.4-2) unstable; urgency=low
+
+  * Rebuild with monodoc-base installed to get the dependencies right.
+    Currently dh_netlibs is broken if it requires loading of assemblies with
+    references to other packages which are not currently installed. This is a
+    monodis bug in mono 1.0 and is solved in mono 1.1. (Closes: #298010)
+
+ -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Sat, 16 Apr 2005 15:05:02 +0200
+
+monodoc (1.0.4-1) unstable; urgency=low
+
+  * New upstream release
+  * Mirco 'meebey' Bauer
+    + added debhelper token in monodoc-browser.postrm
+    + removed monodoc-browser symlink in /usr/bin (Closes: #267387)
+      monodoc-browser should only be started via the monodoc wrapper script
+
+ -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Sun, 05 Dec 2004 21:25:08 +0200
+
+monodoc (1.0.1-1) unstable; urgency=low
+
+  * New upstream release
+  * Mirco 'meebey' Bauer
+    + debian/rules cleanup
+      remove executable flag from dll files
+    + changed package short description
+      (proper namings as defined in MonoConventions)
+
+ -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Tue, 17 Aug 2004 11:22:47 +0200
+
+monodoc (1.0-1) unstable; urgency=low
+
+  * New upstream release
+  * Mirco 'meebey' Bauer
+    + FTBFS: added libmono-dev, pkg-config, mono-gac, libgtk-cil and
+      libglade-cil to Build-Depends (closes: #256902)
+    + changed libgnome-cil version dep to >= 0.91
+    + debian/rules: fixed .wapi path
+
+ -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Sat, 03 Jul 2004 14:59:08 +0200
+
+monodoc (0.17-2) unstable; urgency=low
+
+  * Eduard Bloch
+    + Re-added another symlink directory for monodoc.dll symlinks (gtk-sharp)
+      again since monodevelop relies on it
+
+ -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Sat, 19 Jun 2004 17:55:23 +0200
+
+monodoc (0.17-1) unstable; urgency=low
+
+  * New upstream release
+  * Eduard Bloch
+    + removed the normalize conflicts (now really closes: #248249)
+    + setting the MONO_SHARED_DIR to work around fakeroot problems
+    + changed to debhelper-managed dependencies, auto-adding missing
+      libgtkhml-cil (libgnome-cil) dependency (closes: #251079)
+    + removed the lynx dependency; if you use mod explicitely, make your
+      package depend on it
+    + Renamed /usr/bin/browser symlink to monodoc-browser (too generic)
+    + minor updates on monodoc script rewriting
+    + moved the symlink tree to /usr/share/dotnet/mono/monodoc
+  * Pablo Fischer
+    + Removed monodoc-http postinst and postrm, recent mono-utils
+      (dh_installxsp) fixes the problem	
+    + Fixed dh_installxsp in debian/rules	
+
+ -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Sat, 19 Jun 2004 15:31:28 +0200
+
+monodoc (0.15-1) unstable; urgency=low
+
+  * Mirco 'meebey' Bauer
+    + new upstream release
+    + removed /usr/lib/monodoc symlink
+    + added missing "undocumentated manpages"
+    + monodoc-browser and monodoc-http depends now on monodoc-manual
+    + added updater program (Closes: Bug#245641)
+  * Pablo Fischer
+    + edited postinst and postrm of monodoc-http to run the update scripts only 
+      if they are installed
+  * Eduard Bloch
+    + changes to work with -cil gtk#
+    + removed links to /usr/bin/{assembler,updater,normalize}, they are to be
+      executed via appropriate monodoc arguments (closes: #248249)
+
+ -- Mirco 'meebey' Bauer <mail@meebey.net>  Thu, 20 May 2004 12:18:05 +0200
+
+monodoc (0.13-2) unstable; urgency=low
+
+  * Pablo Fischer
+    + integration of dh_monoxsp
+  * Eduard Bloch
+    + fixed the path rewritting code in debian/rules to be applied on the
+      correct files (closes: #243833)
+    + also documented the possible results of mixtures of random files from
+      Debian and third-party packages in README.Debian
+    + Replaces: was not enough to avoid the effect mentioned above, set
+      Conflicts: now (thanks to Cesar Eduardo Barros for investigation)
+
+ -- Eduard Bloch <blade@debian.org>  Sun, 11 Apr 2004 16:11:19 +0200
+
+monodoc (0.13-1) unstable; urgency=low
+
+  * Mirco 'meebey' Bauer
+    + added debian menu entry
+    + added gnome menu entry
+    + added version checks for gtk-sharp to monodoc-browser dependencies.
+    + added lynx to monodoc-browser dependencies.
+    + removed documentation links which are not shipped
+    + compiled against Gtk# 0.18 (closes: Bug#239033)
+    + MonoConventions conform
+    + new upstream release
+  * Eduard Bloch
+    + don't run xsp.exe in monodoc-http script, run xsp
+    + monodoc-http-script check for ports <=1024
+    + moved assembler, mod, normalize to the monodoc-base package and set
+      conflicts with the normalize package because of the filename colision
+    + wrote or rewrote parts of the xsp config installation parts
+  * Teófilo Ruiz Suárez
+    + added xsp and mono-server root dir hooks
+
+ -- Mirco 'meebey' Bauer <mail@meebey.net>  Mon, 04 Apr 2004 18:30:38 +0200
+
+monodoc (0.10-1) unstable; urgency=low
+
+  * Mirco 'meebey' Bauer
+    + added monodoc-http script.
+   
+ -- Mirco 'meebey' Bauer <mail@meebey.net>  Mon, 12 Feb 2004 18:17:00 +0100
+
+monodoc (0.10-0pre4) unstable; urgency=low
+
+  * Mirco 'meebey' Bauer
+    + added sharutils to build-dependencies.
+    + fixed debian/rules clean.
+   
+ -- Mirco 'meebey' Bauer <mail@meebey.net>  Mon, 9 Feb 2004 19:10:00 +0100
+
+monodoc (0.10-0pre3) unstable; urgency=low
+
+  * Mirco 'meebey' Bauer
+    + moved index file generation to monodoc-browser.
+   
+ -- Mirco 'meebey' Bauer <mail@meebey.net>  Mon, 9 Feb 2004 17:32:00 +0100
+
+monodoc (0.10-0pre2) unstable; urgency=low
+
+  * Mirco 'meebey' Bauer
+    + ChangeLogs are now compressed
+    + fixed filepermissions of /usr/share/monodoc-http/*
+    + added mono-jit (>> 0.29) dependency to monodoc-base
+    + added missing files for monodoc-http
+      (see upstream bug: http://bugzilla.ximian.com/show_bug.cgi?id=54038)
+    + added "debianized by" in copyright.
+   
+ -- Mirco 'meebey' Bauer <mail@meebey.net>  Mon, 9 Feb 2004 17:19:00 +0100
+
+monodoc (0.10-0pre1) unstable; urgency=low
+
+  * Mirco 'meebey' Bauer
+    + Initial Release.
+
+ -- Mirco 'meebey' Bauer <mail@meebey.net>  Mon, 26 Jan 2004 21:17:00 +0100
--- monodoc-1.2.6.orig/debian/monodoc-base.docs
+++ monodoc-1.2.6/debian/monodoc-base.docs
@@ -0,0 +1,5 @@
+AUTHORS
+README
+NEWS
+ChangeLog
+debian/MAINTAINERS
--- monodoc-1.2.6.orig/debian/MAINTAINERS
+++ monodoc-1.2.6/debian/MAINTAINERS
@@ -0,0 +1,6 @@
+The Debian Mono Group maintains the Mono packages in Debian.
+In this group there are prefered maintainers for certain packages.
+
+Current maintainers of the monodoc packages are:
+
+Mirco Bauer <meebey@meebey.net>
--- monodoc-1.2.6.orig/debian/lintian
+++ monodoc-1.2.6/debian/lintian
@@ -0,0 +1 @@
+monodoc-browser: menu-command-not-in-package /usr/lib/menu/monodoc-browser:3 /usr/bin/monodoc
--- monodoc-1.2.6.orig/debian/monodoc-base.manpages
+++ monodoc-1.2.6/debian/monodoc-base.manpages
@@ -0,0 +1,2 @@
+debian/man/mod.1
+debian/man/monodoc.1
--- monodoc-1.2.6.orig/debian/monodoc-http-script
+++ monodoc-1.2.6/debian/monodoc-http-script
@@ -0,0 +1,18 @@
+#!/bin/bash
+export LANG=C
+unset port
+
+while test -z "$port" ; do
+   port=$RANDOM
+   if [ $port -lt 1025 ] || netstat -a -n | grep -q :$port ; then
+      unset port
+   fi
+done
+
+clear
+echo -e "\n\nThe XSP web server is starting now. To view the monodoc pages, your"
+echo -e "web browser will open http://localhost:$port/ now.\n\n"
+
+(sleep 5; sensible-browser http://localhost:$port/) &
+
+exec xsp --root /usr/lib/monodoc/web --port $port --address 127.0.0.1
--- monodoc-1.2.6.orig/debian/monodoc-http.manpages
+++ monodoc-1.2.6/debian/monodoc-http.manpages
@@ -0,0 +1 @@
+debian/man/monodoc-http.1
--- monodoc-1.2.6.orig/debian/man/monodoc.1
+++ monodoc-1.2.6/debian/man/monodoc.1
@@ -0,0 +1,11 @@
+.TH UNDOCUMENTED 1 "January 15th, 2004" "Debian GNU/Linux" "MonoDoc Manual"
+.SH NAME
+undocumented \- No manpage for this program.
+.SH DESCRIPTION
+This
+.B program
+does not have a manpage. Run this command with the
+.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/
--- monodoc-1.2.6.orig/debian/man/monodoc-http.1
+++ monodoc-1.2.6/debian/man/monodoc-http.1
@@ -0,0 +1,11 @@
+.TH UNDOCUMENTED 1 "January 15th, 2004" "Debian GNU/Linux" "MonoDoc Manual"
+.SH NAME
+undocumented \- No manpage for this program.
+.SH DESCRIPTION
+This
+.B program
+does not have a manpage. Run this command with the
+.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/
--- monodoc-1.2.6.orig/debian/man/mod.1
+++ monodoc-1.2.6/debian/man/mod.1
@@ -0,0 +1,11 @@
+.TH UNDOCUMENTED 1 "January 15th, 2004" "Debian GNU/Linux" "MonoDoc Manual"
+.SH NAME
+undocumented \- No manpage for this program.
+.SH DESCRIPTION
+This
+.B program
+does not have a manpage. Run this command with the
+.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/
--- monodoc-1.2.6.orig/debian/rules
+++ monodoc-1.2.6/debian/rules
@@ -0,0 +1,66 @@
+#!/usr/bin/make -f
+
+#export DH_VERBOSE=1
+export MONO_SHARED_DIR=$(CURDIR)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	./configure --prefix=/usr
+	$(MAKE)
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f engine/mono.pub engine/monodoc.dll.mdb engine/assembler.exe.mdb
+	rm -f tools/monodocer.exe.mdb tools/monodocer1.exe \
+	    tools/monodocer1.exe.mdb tools/monodocs2html.exe \
+	    tools/monodocs2html.exe.mdb tools/monodocs2slashdoc.exe \
+	    tools/monodocs2slashdoc.exe.mdb
+	rm -f build-stamp
+	-$(MAKE) clean
+	rm -rf $$MONO_SHARED_DIR/.wapi
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
+	cd debian && find -type f -name "*.dll" -or -name "*.mdb" -or -name "*.cs" | xargs chmod -x
+	cd debian && find -type f -name "*.exe" | xargs chmod +x
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_movefiles
+	dh_link
+	dh_install
+	cp $(CURDIR)/debian/monodoc-http-script $(CURDIR)/debian/monodoc-http/usr/bin/monodoc-http
+	# fix upstream file permissions
+	find debian/monodoc-http/usr/lib/monodoc/web -type f -exec chmod 644 {} \;
+	find debian/monodoc-http/usr/lib/monodoc/web -type d -exec chmod 755 {} \;
+	dh_desktop
+	dh_installchangelogs ChangeLog
+	dh_installdocs
+	dh_installmenu
+	dh_installman
+	dh_strip
+	dh_compress \
+	  $(CURDIR)/debian/monodoc-base/usr/share/doc/monodoc-base/ChangeLog \
+	  $(CURDIR)/debian/monodoc-manual/usr/share/doc/monodoc-manual/ChangeLog
+	dh_fixperms
+	dh_installdeb
+	dh_installxsp
+	dh_makeclilibs -m 1.0
+	dh_clideps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary-arch:
+
+binary: binary-indep
+.PHONY: build clean binary-indep binary install
