[med-svn] r4378 - trunk/packages/pixelmed/trunk/debian

Mathieu Malaterre malat-guest at alioth.debian.org
Sat Nov 21 21:59:34 UTC 2009


Author: malat-guest
Date: 2009-11-21 21:59:34 +0000 (Sat, 21 Nov 2009)
New Revision: 4378

Added:
   trunk/packages/pixelmed/trunk/debian/dicomimageviewer.1
   trunk/packages/pixelmed/trunk/debian/ecgviewer.1
Modified:
   trunk/packages/pixelmed/trunk/debian/rules
Log:
add man pages

Added: trunk/packages/pixelmed/trunk/debian/dicomimageviewer.1
===================================================================
--- trunk/packages/pixelmed/trunk/debian/dicomimageviewer.1	                        (rev 0)
+++ trunk/packages/pixelmed/trunk/debian/dicomimageviewer.1	2009-11-21 21:59:34 UTC (rev 4378)
@@ -0,0 +1,16 @@
+.TH DICOMImageViewer 1
+.\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection
+.\" other parms are allowed: see man(7), man(1)
+.SH NAME
+DICOMImageViewer \- DICOM Image Viewer
+.SH SYNOPSIS
+.B dicomimageviewer
+.I DICOMFile.dcm
+
+.SH "DESCRIPTION"
+This manual page documents briefly the
+.B DICOMImageViewer
+command.
+
+This manual page was written by Mathieu Malaterre
+<mathieu.malaterre at gmail.com> for the Debian GNU/Linux system (but may be used by others).

Added: trunk/packages/pixelmed/trunk/debian/ecgviewer.1
===================================================================
--- trunk/packages/pixelmed/trunk/debian/ecgviewer.1	                        (rev 0)
+++ trunk/packages/pixelmed/trunk/debian/ecgviewer.1	2009-11-21 21:59:34 UTC (rev 4378)
@@ -0,0 +1,16 @@
+.TH ECGVIEWER 1
+.\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection
+.\" other parms are allowed: see man(7), man(1)
+.SH NAME
+ECGViewer \- ECG Viewer
+.SH SYNOPSIS
+.B ecgviewer
+.I DICOMFile.dcm
+
+.SH "DESCRIPTION"
+This manual page documents briefly the
+.B ECGViewer
+command.
+
+This manual page was written by Mathieu Malaterre
+<mathieu.malaterre at gmail.com> for the Debian GNU/Linux system (but may be used by others).

Modified: trunk/packages/pixelmed/trunk/debian/rules
===================================================================
--- trunk/packages/pixelmed/trunk/debian/rules	2009-11-21 21:50:33 UTC (rev 4377)
+++ trunk/packages/pixelmed/trunk/debian/rules	2009-11-21 21:59:34 UTC (rev 4378)
@@ -56,8 +56,8 @@
 	# executable-not-elf-or-script ./etc/pixelmed/.com.pixelmed.display.DicomImageViewer.properties
 	chmod -x .com.pixelmed.display.DicomImageViewer.properties 
 	# script-with-language-extension usr/bin/DicomImageViewer.sh
-	cp DicomImageViewer.sh DicomImageViewer
-	cp ECGViewer.sh ECGViewer
+	cp DicomImageViewer.sh dicomimageviewer
+	cp ECGViewer.sh ecgviewer
 	# Create the package here
 	dh_testdir
 	dh_testroot
@@ -65,15 +65,16 @@
 	dh_installdocs
 	dh_installexamples
 	#dh_install --list-missing
-	dh_install DicomImageViewer usr/bin
-	dh_install ECGViewer usr/bin
+	dh_install dicomimageviewer usr/bin
+	dh_install ecgviewer usr/bin
 	dh_install .com.pixelmed.display.DicomImageViewer.properties etc/pixelmed
 	#rm -rf webstart/._*
 	#rm -rf webstart/images/._*
 	#dh_install webstart usr/share/doc/pixelmed-java
 	#rm -rf icons/._*
 	#dh_install icons usr/share/doc/pixelmed-java/webstart
-	dh_installman
+	dh_installman debian/dicomimageviewer.1
+	dh_installman debian/ecgviewer.1
 	#dh_javadoc -i --sourcedir=src 
 	jh_installlibs -i
 	jh_manifest -i




More information about the debian-med-commit mailing list