[med-svn] r8400 - trunk/packages/activiz.net/trunk/debian

Mathieu Malaterre malat-guest at alioth.debian.org
Thu Nov 3 10:00:01 UTC 2011


Author: malat-guest
Date: 2011-11-03 10:00:00 +0000 (Thu, 03 Nov 2011)
New Revision: 8400

Added:
   trunk/packages/activiz.net/trunk/debian/activiz.net-doc.doc-base
Removed:
   trunk/packages/activiz.net/trunk/debian/doc-base.ug
Modified:
   trunk/packages/activiz.net/trunk/debian/rules
Log:
fix doc-base

Copied: trunk/packages/activiz.net/trunk/debian/activiz.net-doc.doc-base (from rev 8399, trunk/packages/activiz.net/trunk/debian/doc-base.ug)
===================================================================
--- trunk/packages/activiz.net/trunk/debian/activiz.net-doc.doc-base	                        (rev 0)
+++ trunk/packages/activiz.net/trunk/debian/activiz.net-doc.doc-base	2011-11-03 10:00:00 UTC (rev 8400)
@@ -0,0 +1,15 @@
+Document: activiz.net
+Title: ActiViz.NET User's Guide
+Author: William J. Schroeder
+Abstract: ActiViz .NET provides an integration layer for The Visualization
+ Toolkit (see the next section for more information about VTK) enabling VTK to
+ be used in the Microsoft .NET framework. This means that you can tap into the
+ power of VTK using .NET programming languages such as C# and Visual Basic .NET.
+ ActiViz .NET is designed for the application developer creating software in the
+ Microsoft .NET framework. While the system does come with a useful application
+ (i.e., the Wikipedia Browser), realizing the full power of ActiViz .NET
+ requires you to write software programs.
+Section: Science/Medicine
+
+Format: PDF
+Files: /usr/share/doc/activiz.net-doc/UsersGuide.pdf

Deleted: trunk/packages/activiz.net/trunk/debian/doc-base.ug
===================================================================
--- trunk/packages/activiz.net/trunk/debian/doc-base.ug	2011-11-02 21:14:05 UTC (rev 8399)
+++ trunk/packages/activiz.net/trunk/debian/doc-base.ug	2011-11-03 10:00:00 UTC (rev 8400)
@@ -1,15 +0,0 @@
-Document: activiz.net
-Title: ActiViz.NET User's Guide
-Author: William J. Schroeder
-Abstract: ActiViz .NET provides an integration layer for The Visualization
- Toolkit (see the next section for more information about VTK) enabling VTK to
- be used in the Microsoft .NET framework. This means that you can tap into the
- power of VTK using .NET programming languages such as C# and Visual Basic .NET.
- ActiViz .NET is designed for the application developer creating software in the
- Microsoft .NET framework. While the system does come with a useful application
- (i.e., the Wikipedia Browser), realizing the full power of ActiViz .NET
- requires you to write software programs.
-Section: Science/Medicine
-
-Format: PDF
-Files: /usr/share/doc/activiz.net-doc/UsersGuide.pdf

Modified: trunk/packages/activiz.net/trunk/debian/rules
===================================================================
--- trunk/packages/activiz.net/trunk/debian/rules	2011-11-02 21:14:05 UTC (rev 8399)
+++ trunk/packages/activiz.net/trunk/debian/rules	2011-11-03 10:00:00 UTC (rev 8400)
@@ -41,7 +41,8 @@
 override_dh_install-indep:
 	dh_install -p$(pkg_doc) obj-*/Doxygen/html usr/share/doc/$(pkg_doc)/
 	find ./debian/activiz.net-doc/usr/share/doc/activiz.net-doc/html/ -name *.md5 -delete
-	dh_install -p$(pkg_doc)
+	#dh_install -p$(pkg_doc)
+	dh_install
 
 get-orig-source:
 	./debian/get-orig-source




More information about the debian-med-commit mailing list