[Pkg-mono-svn-commits] rev 2069 - in non-group/ndoc/trunk: . patches

Jelmer Vernooij ctrlsoft-guest at costa.debian.org
Fri Oct 7 16:52:03 UTC 2005


Author: ctrlsoft-guest
Date: 2005-10-07 16:52:02 +0000 (Fri, 07 Oct 2005)
New Revision: 2069

Added:
   non-group/ndoc/trunk/ndoc-doc.dirs
   non-group/ndoc/trunk/ndoc-doc.install
   non-group/ndoc/trunk/patches/03_sdkdoc_location
Removed:
   non-group/ndoc/trunk/libndoc-doc.dirs
   non-group/ndoc/trunk/libndoc-doc.install
Modified:
   non-group/ndoc/trunk/control
   non-group/ndoc/trunk/patches/00list
   non-group/ndoc/trunk/patches/01_unused_private_methods.dpatch
   non-group/ndoc/trunk/patches/02_ds_reference.dpatch
   non-group/ndoc/trunk/rules
Log:
Rename libndoc-doc -> ndoc-doc
Generate SDK documentation in Debian rules
Install the users guide CHM file and add recommendation for the 
CHM viewers to ndoc-doc

Based on comments by Salz


Modified: non-group/ndoc/trunk/control
===================================================================
--- non-group/ndoc/trunk/control	2005-10-05 13:59:37 UTC (rev 2068)
+++ non-group/ndoc/trunk/control	2005-10-07 16:52:02 UTC (rev 2069)
@@ -25,20 +25,21 @@
  currently generate documentation in HTML, LaTeX and CHM (Windows
  Help Files).
 
-Package: libndoc-doc
+Package: ndoc-doc
 Architecture: all
 Depends: ${cli:Depends}
+Recommends: gnochm | xchm
 Description: Code documentation generator for .NET
  NDoc generates class library documentation from .NET assemblies and
  the XML documentation files generated by a C# compiler. It can
  currently generate documentation in HTML, LaTeX and CHM (Windows
  Help Files).
  .
- This package contains the API documentation.
+ This package contains the API documentation and user guide.
 
 Package: ndoc
 Architecture: all
-Depends: libndoc-doc, libndoc-cil, ndoc-console
+Depends: ndoc-doc, libndoc-cil, ndoc-console
 Description: Code documentation generator for .NET
  NDoc generates class library documentation from .NET assemblies and
  the XML documentation files generated by a C# compiler. It can

Deleted: non-group/ndoc/trunk/libndoc-doc.dirs
===================================================================
--- non-group/ndoc/trunk/libndoc-doc.dirs	2005-10-05 13:59:37 UTC (rev 2068)
+++ non-group/ndoc/trunk/libndoc-doc.dirs	2005-10-07 16:52:02 UTC (rev 2069)
@@ -1 +0,0 @@
-/usr/share/doc/ndoc

Deleted: non-group/ndoc/trunk/libndoc-doc.install
===================================================================
--- non-group/ndoc/trunk/libndoc-doc.install	2005-10-05 13:59:37 UTC (rev 2068)
+++ non-group/ndoc/trunk/libndoc-doc.install	2005-10-07 16:52:02 UTC (rev 2069)
@@ -1 +0,0 @@
-doc/sdk /usr/share/doc/ndoc/html/

Copied: non-group/ndoc/trunk/ndoc-doc.dirs (from rev 2067, non-group/ndoc/trunk/libndoc-doc.dirs)

Copied: non-group/ndoc/trunk/ndoc-doc.install (from rev 2067, non-group/ndoc/trunk/libndoc-doc.install)
===================================================================
--- non-group/ndoc/trunk/libndoc-doc.install	2005-10-05 13:40:17 UTC (rev 2067)
+++ non-group/ndoc/trunk/ndoc-doc.install	2005-10-07 16:52:02 UTC (rev 2069)
@@ -0,0 +1,2 @@
+doc/sdk /usr/share/doc/ndoc/html/
+doc/help/NDocUsersGuide.chm /usr/share/doc/ndoc/

Modified: non-group/ndoc/trunk/patches/00list
===================================================================
--- non-group/ndoc/trunk/patches/00list	2005-10-05 13:59:37 UTC (rev 2068)
+++ non-group/ndoc/trunk/patches/00list	2005-10-07 16:52:02 UTC (rev 2069)
@@ -1,2 +1,3 @@
 01_unused_private_methods.dpatch
 02_ds_reference.dpatch
+03_sdkdoc_location

Modified: non-group/ndoc/trunk/patches/01_unused_private_methods.dpatch
===================================================================
--- non-group/ndoc/trunk/patches/01_unused_private_methods.dpatch	2005-10-05 13:59:37 UTC (rev 2068)
+++ non-group/ndoc/trunk/patches/01_unused_private_methods.dpatch	2005-10-07 16:52:02 UTC (rev 2069)
@@ -1,5 +1,5 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
-## 01_unused_private_methods.dpatch by  <jelmer at samba.org>
+## 01_unused_private_methods.dpatch by Jelmer Vernooij <jelmer at samba.org>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
 ## DP: Fix dir seperator for POSIX

Modified: non-group/ndoc/trunk/patches/02_ds_reference.dpatch
===================================================================
--- non-group/ndoc/trunk/patches/02_ds_reference.dpatch	2005-10-05 13:59:37 UTC (rev 2068)
+++ non-group/ndoc/trunk/patches/02_ds_reference.dpatch	2005-10-07 16:52:02 UTC (rev 2069)
@@ -1,5 +1,5 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
-## 02_ds_reference.dpatch by  <jelmer at samba.org>
+## 02_ds_reference.dpatch by Jelmer Vernooij <jelmer at samba.org>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
 ## DP: Fix dir seperator for POSIX

Added: non-group/ndoc/trunk/patches/03_sdkdoc_location
===================================================================
--- non-group/ndoc/trunk/patches/03_sdkdoc_location	2005-10-05 13:59:37 UTC (rev 2068)
+++ non-group/ndoc/trunk/patches/03_sdkdoc_location	2005-10-07 16:52:02 UTC (rev 2069)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 03_sdkdoc_location.dpatch by Jelmer Vernooij <jelmer at samba.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix dir seperator for POSIX
+
+ at DPATCH@
+
+--- ndoc-1.3.1/NDoc.build	2005-10-07 18:35:28.000000000 +0200
++++ ndoc-1.3.1x/NDoc.build	2005-10-07 18:36:30.000000000 +0200
+@@ -192,7 +192,7 @@
+     <target name="sdkdoc" description="Builds SDK documentation (based on .NET Framework 1.1 assembly)">
+         <echo message="Creating SDK Documentation for NDoc Core." />
+         <ndoc>
+-            <assemblies basedir="${build.dir}/net/1.1">
++            <assemblies basedir="${current.bin.dir}">
+                 <include name="NDoc.Core.dll" />
+             </assemblies>
+             <documenters>

Modified: non-group/ndoc/trunk/rules
===================================================================
--- non-group/ndoc/trunk/rules	2005-10-05 13:59:37 UTC (rev 2068)
+++ non-group/ndoc/trunk/rules	2005-10-07 16:52:02 UTC (rev 2069)
@@ -10,7 +10,7 @@
 
 build: patch build-stamp
 build-stamp:
-	$(NANT) release compile-build
+	$(NANT) release compile-build sdkdoc
 	touch build-stamp
 
 clean: unpatch
@@ -18,6 +18,7 @@
 	dh_testroot
 	rm -rf build
 	$(NANT) clean-build-dir
+	rm -rf doc/sdk
 	rm -rf .wapi
 	rm -f build-stamp
 	dh_clean




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