[Pkg-mono-svn-commits] rev 2061 - in non-group/ndoc/trunk: . patches
Jelmer Vernooij
ctrlsoft-guest at costa.debian.org
Sun Oct 2 18:36:39 UTC 2005
Author: ctrlsoft-guest
Date: 2005-10-02 18:36:38 +0000 (Sun, 02 Oct 2005)
New Revision: 2061
Added:
non-group/ndoc/trunk/libndoc-cil.dirs
non-group/ndoc/trunk/libndoc-cil.install
non-group/ndoc/trunk/libndoc-doc.dirs
non-group/ndoc/trunk/libndoc-doc.install
non-group/ndoc/trunk/ndoc-console.dirs
non-group/ndoc/trunk/ndoc-console.install
Removed:
non-group/ndoc/trunk/dirs
non-group/ndoc/trunk/install
Modified:
non-group/ndoc/trunk/control
non-group/ndoc/trunk/patches/01_unused_private_methods.dpatch
non-group/ndoc/trunk/rules
Log:
Finish ndoc package.
Modified: non-group/ndoc/trunk/control
===================================================================
--- non-group/ndoc/trunk/control 2005-10-02 17:04:09 UTC (rev 2060)
+++ non-group/ndoc/trunk/control 2005-10-02 18:36:38 UTC (rev 2061)
@@ -25,7 +25,7 @@
currently generate documentation in HTML, LaTeX and CHM (Windows
Help Files).
-Package: libndoc-dev
+Package: libndoc-doc
Architecture: all
Depends: ${cli:Depends}
Description: Code documentation generator for .NET
@@ -38,7 +38,7 @@
Package: ndoc
Architecture: all
-Depends: libndoc-dev, libndoc-cil, ndoc-console
+Depends: libndoc-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/dirs
===================================================================
--- non-group/ndoc/trunk/dirs 2005-10-02 17:04:09 UTC (rev 2060)
+++ non-group/ndoc/trunk/dirs 2005-10-02 18:36:38 UTC (rev 2061)
@@ -1,2 +0,0 @@
-usr/lib/ndoc
-usr/share/doc/ndoc
Deleted: non-group/ndoc/trunk/install
===================================================================
--- non-group/ndoc/trunk/install 2005-10-02 17:04:09 UTC (rev 2060)
+++ non-group/ndoc/trunk/install 2005-10-02 18:36:38 UTC (rev 2061)
@@ -1,5 +0,0 @@
-debian/ndoc-console /usr/bin/
-doc/sdk /usr/share/doc/ndoc/html/
-examples/* /usr/share/doc/ndoc/examples
-bin/mono/1.0/*.dll /usr/lib/ndoc
-bin/mono/1.0/*.exe /usr/lib/ndoc
Added: non-group/ndoc/trunk/libndoc-cil.dirs
===================================================================
--- non-group/ndoc/trunk/libndoc-cil.dirs 2005-10-02 17:04:09 UTC (rev 2060)
+++ non-group/ndoc/trunk/libndoc-cil.dirs 2005-10-02 18:36:38 UTC (rev 2061)
@@ -0,0 +1 @@
+/usr/lib/nunit
Added: non-group/ndoc/trunk/libndoc-cil.install
===================================================================
--- non-group/ndoc/trunk/libndoc-cil.install 2005-10-02 17:04:09 UTC (rev 2060)
+++ non-group/ndoc/trunk/libndoc-cil.install 2005-10-02 18:36:38 UTC (rev 2061)
@@ -0,0 +1 @@
+bin/mono/1.0/*.dll /usr/lib/ndoc
Added: non-group/ndoc/trunk/libndoc-doc.dirs
===================================================================
--- non-group/ndoc/trunk/libndoc-doc.dirs 2005-10-02 17:04:09 UTC (rev 2060)
+++ non-group/ndoc/trunk/libndoc-doc.dirs 2005-10-02 18:36:38 UTC (rev 2061)
@@ -0,0 +1 @@
+/usr/share/doc/ndoc
Added: non-group/ndoc/trunk/libndoc-doc.install
===================================================================
--- non-group/ndoc/trunk/libndoc-doc.install 2005-10-02 17:04:09 UTC (rev 2060)
+++ non-group/ndoc/trunk/libndoc-doc.install 2005-10-02 18:36:38 UTC (rev 2061)
@@ -0,0 +1 @@
+doc/sdk /usr/share/doc/ndoc/html/
Added: non-group/ndoc/trunk/ndoc-console.dirs
===================================================================
--- non-group/ndoc/trunk/ndoc-console.dirs 2005-10-02 17:04:09 UTC (rev 2060)
+++ non-group/ndoc/trunk/ndoc-console.dirs 2005-10-02 18:36:38 UTC (rev 2061)
@@ -0,0 +1,2 @@
+/usr/bin
+/usr/lib/ndoc
Added: non-group/ndoc/trunk/ndoc-console.install
===================================================================
--- non-group/ndoc/trunk/ndoc-console.install 2005-10-02 17:04:09 UTC (rev 2060)
+++ non-group/ndoc/trunk/ndoc-console.install 2005-10-02 18:36:38 UTC (rev 2061)
@@ -0,0 +1,2 @@
+debian/ndoc-console /usr/bin/
+bin/mono/1.0/*.exe /usr/lib/ndoc
Modified: non-group/ndoc/trunk/patches/01_unused_private_methods.dpatch
===================================================================
--- non-group/ndoc/trunk/patches/01_unused_private_methods.dpatch 2005-10-02 17:04:09 UTC (rev 2060)
+++ non-group/ndoc/trunk/patches/01_unused_private_methods.dpatch 2005-10-02 18:36:38 UTC (rev 2061)
@@ -144,3 +144,69 @@
short _LangID = 1033;
+--- ndoc-1.3.1/src/Documenter/Msdn/MsdnDocumenter.cs 2005-10-02 19:12:09.000000000 +0200
++++ ndoc-1.3.1x/src/Documenter/Msdn/MsdnDocumenter.cs 2005-10-02 19:09:07.000000000 +0200
+@@ -569,30 +569,6 @@
+ #endif
+ }
+
+- private void MakeHtmlForNamespaces(string assemblyName)
+- {
+- XmlNodeList namespaceNodes = xmlDocumentation.SelectNodes("/ndoc/assembly[@name=\"" + assemblyName + "\"]/module/namespace");
+- int[] indexes = SortNodesByAttribute(namespaceNodes, "name");
+-
+- int nNodes = namespaceNodes.Count;
+-
+- for (int i = 0; i < nNodes; i++)
+- {
+- OnDocBuildingProgress(i*100/nNodes);
+-
+- XmlNode namespaceNode = namespaceNodes[indexes[i]];
+-
+- if (namespaceNode.ChildNodes.Count > 0)
+- {
+- string namespaceName = (string)namespaceNode.Attributes["name"].Value;
+-
+- MakeHtmlForNamespace(assemblyName, namespaceName);
+- }
+- }
+-
+- OnDocBuildingProgress(100);
+- }
+-
+ private void MakeHtmlForAssembliesSorted()
+ {
+ XmlNodeList assemblyNodes = xmlDocumentation.SelectNodes("/ndoc/assembly");
+--- ndoc-1.3.1/src/Documenter/Msdn2/Msdn2Documenter.cs 2005-10-02 19:12:55.000000000 +0200
++++ ndoc-1.3.1x/src/Documenter/Msdn2/Msdn2Documenter.cs 2005-10-02 19:09:07.000000000 +0200
+@@ -594,30 +594,6 @@
+ #endif
+ }
+
+- private void MakeHtmlForNamespaces(string assemblyName)
+- {
+- XmlNodeList namespaceNodes = xmlDocumentation.SelectNodes("/ndoc/assembly[@name=\"" + assemblyName + "\"]/module/namespace");
+- int[] indexes = SortNodesByAttribute(namespaceNodes, "name");
+-
+- int nNodes = namespaceNodes.Count;
+-
+- for (int i = 0; i < nNodes; i++)
+- {
+- OnDocBuildingProgress(i*100/nNodes);
+-
+- XmlNode namespaceNode = namespaceNodes[indexes[i]];
+-
+- if (namespaceNode.ChildNodes.Count > 0)
+- {
+- string namespaceName = (string)namespaceNode.Attributes["name"].Value;
+-
+- MakeHtmlForNamespace(assemblyName, namespaceName);
+- }
+- }
+-
+- OnDocBuildingProgress(100);
+- }
+-
+ private void MakeHtmlForAssembliesSorted()
+ {
+ XmlNodeList assemblyNodes = xmlDocumentation.SelectNodes("/ndoc/assembly");
Modified: non-group/ndoc/trunk/rules
===================================================================
--- non-group/ndoc/trunk/rules 2005-10-02 17:04:09 UTC (rev 2060)
+++ non-group/ndoc/trunk/rules 2005-10-02 18:36:38 UTC (rev 2061)
@@ -9,6 +9,9 @@
include /usr/share/dpatch/dpatch.make
build: patch build-stamp
+build-stamp:
+ $(NANT) release compile-build
+ touch build-stamp
clean: unpatch
dh_testdir
@@ -35,7 +38,7 @@
dh_install -i
dh_installchangelogs -i
dh_installdocs -i README.txt
- dh_installexamples -i examples/*
+ dh_installexamples -p ndoc-console -i examples/*
dh_installmenu -i
dh_installman -i debian/ndoc-console.1
dh_strip -i
More information about the Pkg-mono-svn-commits
mailing list