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

Jelmer Vernooij ctrlsoft-guest at costa.debian.org
Sun Oct 2 15:38:34 UTC 2005


Author: ctrlsoft-guest
Date: 2005-10-02 15:38:33 +0000 (Sun, 02 Oct 2005)
New Revision: 2051

Added:
   non-group/ndoc/trunk/patches/
   non-group/ndoc/trunk/patches/00list
Modified:
   non-group/ndoc/trunk/control
   non-group/ndoc/trunk/dirs
   non-group/ndoc/trunk/install
   non-group/ndoc/trunk/ndoc-console.1
   non-group/ndoc/trunk/rules
Log:
Add dpatch.
Change directory from /usr/lib/ndoc/bin to /usr/lib/ndoc
Improve manpage


Modified: non-group/ndoc/trunk/control
===================================================================
--- non-group/ndoc/trunk/control	2005-10-02 15:18:18 UTC (rev 2050)
+++ non-group/ndoc/trunk/control	2005-10-02 15:38:33 UTC (rev 2051)
@@ -2,8 +2,8 @@
 Section: devel
 Priority: optional
 Maintainer: Jelmer Vernooij <jelmer at samba.org>
-Build-Depends: 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)
-Standards-Version: 3.6.1
+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
 
 Package: ndoc-console
 Architecture: all

Modified: non-group/ndoc/trunk/dirs
===================================================================
--- non-group/ndoc/trunk/dirs	2005-10-02 15:18:18 UTC (rev 2050)
+++ non-group/ndoc/trunk/dirs	2005-10-02 15:38:33 UTC (rev 2051)
@@ -1,2 +1,2 @@
-usr/lib/ndoc
+usr/lib/ndoc/bin
 usr/share/doc/ndoc

Modified: non-group/ndoc/trunk/install
===================================================================
--- non-group/ndoc/trunk/install	2005-10-02 15:18:18 UTC (rev 2050)
+++ non-group/ndoc/trunk/install	2005-10-02 15:38:33 UTC (rev 2051)
@@ -1,5 +1,5 @@
 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
+bin/mono/1.0/*.dll /usr/lib/ndoc/bin
+bin/mono/1.0/*.exe /usr/lib/ndoc/bin

Modified: non-group/ndoc/trunk/ndoc-console.1
===================================================================
--- non-group/ndoc/trunk/ndoc-console.1	2005-10-02 15:18:18 UTC (rev 2050)
+++ non-group/ndoc/trunk/ndoc-console.1	2005-10-02 15:38:33 UTC (rev 2051)
@@ -8,12 +8,43 @@
 .RI
 .SH DESCRIPTION
 \fBndoc-console\fP is a simple but powerful front-end to NDoc, a 
-documentation generator framework for .NET.
+documentation generator for .NET. 
 
 .PP
 .SH OPTIONS
 .PP
-FIXME
+.IP "/fixture=STR"
+Run specified fixture
+.IP "/config=STR"
+Project configuration to load
+.IP "/xml=STR"
+Write test result output data to specified file
+.IP "/transform=STR"
+Name of transformation file to run on XML output file.
+.IP "/xmlConsole"
+Print XML to the console.
+.IP "/output=STR"
+File to receive regular test output
+.IP "/err=STR"
+File to reveive test error output
+.IP "/labels"
+Label each test in output.
+.IP "/include=STR"
+Test categories to include (may contain wildcards)
+.IP "/exclude=STR"
+Test categories to exclude (may contain wildcards)
+.IP "/noshadow"
+Disable shadow copy
+.IP "/thread"
+Run tests on a seperate thread.
+.IP "/wait"
+Wait for input before closing window.
+.IP "/nologo"
+Do no show credits at startup.
+.IP "/help"
+Show list of available arguments.
+.SH "SEE ALSO"
+.BR /usr/share/doc/nunit/html
 
 .SH AUTHOR
 .BR

Added: non-group/ndoc/trunk/patches/00list
===================================================================

Modified: non-group/ndoc/trunk/rules
===================================================================
--- non-group/ndoc/trunk/rules	2005-10-02 15:18:18 UTC (rev 2050)
+++ non-group/ndoc/trunk/rules	2005-10-02 15:38:33 UTC (rev 2051)
@@ -5,13 +5,23 @@
 export MONO_SHARED_DIR=$(CURDIR)
 NANT = nant -t:mono-1.0
 
+patch: patch-stamp
+patch-stamp:
+	dpatch apply-all && touch patch-stamp
+
+unpatch: 
+	dpatch deapply-all
+	rm -rf patch-stamp debian/patched
+
 build: build-stamp
-build-stamp: 
+build-stamp: patch-stamp
 	dh_testdir
 	$(NANT) release compile-build
 	touch build-stamp
 
-clean: 
+clean: clean1 unpatch
+
+clean1: 
 	dh_testdir
 	dh_testroot
 	rm -rf build
@@ -50,4 +60,4 @@
 	dh_builddeb -i
 
 binary: binary-indep
-.PHONY: clean build binary-indep binary install 
+.PHONY: clean build binary-indep binary install clean1 unpatch patch




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