[med-svn] r7135 - trunk/packages/ginkgocadx/trunk/debian
Andreas Tille
tille at alioth.debian.org
Thu Jun 23 05:58:07 UTC 2011
Author: tille
Date: 2011-06-23 05:58:07 +0000 (Thu, 23 Jun 2011)
New Revision: 7135
Added:
trunk/packages/ginkgocadx/trunk/debian/ginkgocadx.1
trunk/packages/ginkgocadx/trunk/debian/ginkgocadx.desktop
trunk/packages/ginkgocadx/trunk/debian/manpages
Modified:
trunk/packages/ginkgocadx/trunk/debian/changelog
Log:
Added manpage + desktop file (Thanks to Karsten Hilbert <Karsten.Hilbert at gmx.net>)
Modified: trunk/packages/ginkgocadx/trunk/debian/changelog
===================================================================
--- trunk/packages/ginkgocadx/trunk/debian/changelog 2011-06-23 04:24:55 UTC (rev 7134)
+++ trunk/packages/ginkgocadx/trunk/debian/changelog 2011-06-23 05:58:07 UTC (rev 7135)
@@ -2,6 +2,8 @@
* debian/{mime,sharedmimeinfo}: Mime info for DICOM images
Closes: #631205
+ * Added manpage + desktop file (thanks to Karsten Hilbert
+ <Karsten.Hilbert at gmx.net>)
-- Andreas Tille <tille at debian.org> Wed, 22 Jun 2011 19:29:09 +0200
Added: trunk/packages/ginkgocadx/trunk/debian/ginkgocadx.1
===================================================================
--- trunk/packages/ginkgocadx/trunk/debian/ginkgocadx.1 (rev 0)
+++ trunk/packages/ginkgocadx/trunk/debian/ginkgocadx.1 2011-06-23 05:58:07 UTC (rev 7135)
@@ -0,0 +1,52 @@
+.\" ========================================================
+.\" license: GPL v2 or later
+.\" ========================================================
+
+.TH Ginkgo\ CADx 1 "2011 June 22nd" "Manual for Ginkgo CADx"
+
+.SH NAME
+.B Ginkgo CADx
+- a medical image (DICOM) viewer
+
+.SH SYNOPSIS
+.B ginkgocadx
+[
+.RB --version
+|
+.RB -version
+|
+.RB -v
+]
+[
+.I <DICOM file>
+|
+.I <XML integration file>
+]
+
+
+.SH DESCRIPTION
+.B Ginkgo CADx
+is a solution for working with medical images in the DICOM
+format.
+
+.SH OPTIONS
+.PP
+.TP
+.B \--version, \--version, -v
+Show version information about Ginkgo CADx.
+.TP
+.B <DICOM file>
+A DICOM file to load on startup.
+.TP
+.B <XML integration file>
+An XML integration file to load on startup.
+
+
+.SH SEE ALSO
+.PP
+.TP
+.B http://ginkgo-cadx.com
+Homepage
+.TP
+.B /usr/share/doc/ginkgocadx/
+Local documentation
Added: trunk/packages/ginkgocadx/trunk/debian/ginkgocadx.desktop
===================================================================
--- trunk/packages/ginkgocadx/trunk/debian/ginkgocadx.desktop (rev 0)
+++ trunk/packages/ginkgocadx/trunk/debian/ginkgocadx.desktop 2011-06-23 05:58:07 UTC (rev 7135)
@@ -0,0 +1,13 @@
+#====================================================
+# license: GPL v2 or later
+#====================================================
+
+[Desktop Entry]
+Type=Application
+Name=Ginkgo CADx
+GenericName=DICOM Viewer
+Comment=Medical Image (DICOM) Viewer
+Icon=ginkgocadx
+Exec=/usr/bin/ginkgocadx
+Terminal=false
+Categories=Office;MedicalSoftware;
Added: trunk/packages/ginkgocadx/trunk/debian/manpages
===================================================================
--- trunk/packages/ginkgocadx/trunk/debian/manpages (rev 0)
+++ trunk/packages/ginkgocadx/trunk/debian/manpages 2011-06-23 05:58:07 UTC (rev 7135)
@@ -0,0 +1 @@
+debian/*.1
More information about the debian-med-commit
mailing list