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

Jelmer Vernooij ctrlsoft-guest at costa.debian.org
Sat Dec 17 15:11:37 UTC 2005


Author: ctrlsoft-guest
Date: 2005-12-17 15:11:36 +0000 (Sat, 17 Dec 2005)
New Revision: 2128

Added:
   non-group/ndoc/trunk/debian/patches/03_sdkdoc_location.dpatch
   non-group/ndoc/trunk/debian/patches/04_default_documenter.dpatch
Removed:
   non-group/ndoc/trunk/debian/patches/03_sdkdoc_location
Modified:
   non-group/ndoc/trunk/debian/control
   non-group/ndoc/trunk/debian/libndoc-cil.dirs
   non-group/ndoc/trunk/debian/patches/00list
   non-group/ndoc/trunk/debian/rules
Log:
Change default documenter to LinearHtml (the current default, MSDN is not 
support on Debian)
Remove reference to nunit
Remove src/CommonAssemblyInfo.cs in the debian/rules clean target as 
it's autogenerated
Add Dave Beckett to uploaders


Modified: non-group/ndoc/trunk/debian/control
===================================================================
--- non-group/ndoc/trunk/debian/control	2005-12-15 22:27:24 UTC (rev 2127)
+++ non-group/ndoc/trunk/debian/control	2005-12-17 15:11:36 UTC (rev 2128)
@@ -2,6 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: Jelmer Vernooij <jelmer at samba.org>
+Uploaders: Dave Beckett <dajobe at debian.org>
 Build-Depends-Indep: debhelper (>= 4.0.0), mono-mcs (>= 1.0) | c-sharp-compiler, cli-common (>= 0.2.0), libmono-dev (>= 1.0), nant (>= 0.84), mono-gac (>= 1.1.6), dpatch
 Standards-Version: 3.6.2.1
 

Modified: non-group/ndoc/trunk/debian/libndoc-cil.dirs
===================================================================
--- non-group/ndoc/trunk/debian/libndoc-cil.dirs	2005-12-15 22:27:24 UTC (rev 2127)
+++ non-group/ndoc/trunk/debian/libndoc-cil.dirs	2005-12-17 15:11:36 UTC (rev 2128)
@@ -1 +1 @@
-/usr/lib/nunit
+/usr/lib/ndoc

Modified: non-group/ndoc/trunk/debian/patches/00list
===================================================================
--- non-group/ndoc/trunk/debian/patches/00list	2005-12-15 22:27:24 UTC (rev 2127)
+++ non-group/ndoc/trunk/debian/patches/00list	2005-12-17 15:11:36 UTC (rev 2128)
@@ -1,3 +1,4 @@
 01_unused_private_methods.dpatch
 02_ds_reference.dpatch
-03_sdkdoc_location
+03_sdkdoc_location.dpatch
+04_default_documenter.dpatch

Deleted: non-group/ndoc/trunk/debian/patches/03_sdkdoc_location
===================================================================
--- non-group/ndoc/trunk/debian/patches/03_sdkdoc_location	2005-12-15 22:27:24 UTC (rev 2127)
+++ non-group/ndoc/trunk/debian/patches/03_sdkdoc_location	2005-12-17 15:11:36 UTC (rev 2128)
@@ -1,19 +0,0 @@
-#! /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>

Copied: non-group/ndoc/trunk/debian/patches/03_sdkdoc_location.dpatch (from rev 2127, non-group/ndoc/trunk/debian/patches/03_sdkdoc_location)


Property changes on: non-group/ndoc/trunk/debian/patches/03_sdkdoc_location.dpatch
___________________________________________________________________
Name: svn:executable
   + *

Added: non-group/ndoc/trunk/debian/patches/04_default_documenter.dpatch
===================================================================
--- non-group/ndoc/trunk/debian/patches/04_default_documenter.dpatch	2005-12-15 22:27:24 UTC (rev 2127)
+++ non-group/ndoc/trunk/debian/patches/04_default_documenter.dpatch	2005-12-17 15:11:36 UTC (rev 2128)
@@ -0,0 +1,20 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 04_default_documenter.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@
+
+diff -ur ndoc-1.3.1-old/src/Console/Console.cs ndoc-1.3.1/src/Console/Console.cs
+--- ndoc-1.3.1-old/src/Console/Console.cs	2005-12-17 15:53:00.000000000 +0100
++++ ndoc-1.3.1/src/Console/Console.cs	2005-12-17 15:53:30.000000000 +0100
+@@ -40,7 +40,7 @@
+ 				WriteLogoBanner();
+ 
+ 				project = new Project();
+-				documenter = project.GetDocumenter("MSDN");
++				documenter = project.GetDocumenter("LinearHtml");
+ 				if (documenter == null)
+ 				{
+ 					//MSDN documenter not found, pick the first one available.


Property changes on: non-group/ndoc/trunk/debian/patches/04_default_documenter.dpatch
___________________________________________________________________
Name: svn:executable
   + *

Modified: non-group/ndoc/trunk/debian/rules
===================================================================
--- non-group/ndoc/trunk/debian/rules	2005-12-15 22:27:24 UTC (rev 2127)
+++ non-group/ndoc/trunk/debian/rules	2005-12-17 15:11:36 UTC (rev 2128)
@@ -20,6 +20,7 @@
 	$(NANT) clean-build-dir
 	rm -rf .wapi
 	rm -f build-stamp
+	rm -f src/CommonAssemblyInfo.cs
 	dh_clean
 
 install: build




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