[med-svn] r6380 - in trunk/packages: . mayam mayam/trunk mayam/trunk/debian
Andreas Tille
tille at alioth.debian.org
Thu Mar 24 17:25:34 UTC 2011
Author: tille
Date: 2011-03-24 17:25:31 +0000 (Thu, 24 Mar 2011)
New Revision: 6380
Added:
trunk/packages/mayam/
trunk/packages/mayam/trunk/
trunk/packages/mayam/trunk/debian/
trunk/packages/mayam/trunk/debian/changelog
trunk/packages/mayam/trunk/debian/compat
trunk/packages/mayam/trunk/debian/control
trunk/packages/mayam/trunk/debian/copyright
trunk/packages/mayam/trunk/debian/rules
trunk/packages/mayam/trunk/debian/watch
Log:
INject very basic start of packaging for Mayam
Added: trunk/packages/mayam/trunk/debian/changelog
===================================================================
--- trunk/packages/mayam/trunk/debian/changelog (rev 0)
+++ trunk/packages/mayam/trunk/debian/changelog 2011-03-24 17:25:31 UTC (rev 6380)
@@ -0,0 +1,5 @@
+mayam (0.8-1) unstable; urgency=low
+
+ * Initial release (Closes: #???)
+
+ -- Andreas Tille <tille at debian.org> Thu, 17 Mar 2011 19:24:30 +0100
Added: trunk/packages/mayam/trunk/debian/compat
===================================================================
--- trunk/packages/mayam/trunk/debian/compat (rev 0)
+++ trunk/packages/mayam/trunk/debian/compat 2011-03-24 17:25:31 UTC (rev 6380)
@@ -0,0 +1 @@
+8
Added: trunk/packages/mayam/trunk/debian/control
===================================================================
--- trunk/packages/mayam/trunk/debian/control (rev 0)
+++ trunk/packages/mayam/trunk/debian/control 2011-03-24 17:25:31 UTC (rev 6380)
@@ -0,0 +1,33 @@
+Source: mayam
+Section: science
+Priority: optional
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+DM-Upload-Allowed: yes
+Uploaders: Andreas Tille <tille at debian.org>
+Build-Depends: debhelper (>= 8), python (>= 2.6)
+Standards-Version: 3.9.1
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mayam/trunk/?rev=0&sc=0
+Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/mayam/trunk/
+Homepage: http://www.dcm4che.org/confluence/display/OV/MAYAM
+
+Package: mayam
+Architecture: all
+Depends: ${misc:Depends}
+Description: Cross-platform DICOM Viewer
+ A Cross-platform DICOM viewer using the dcm4che toolkit.
+ .
+ The current features are:
+ * DICOM Listener for Q/R
+ * DICOM Send
+ * Local DB for storing study information
+ * Importing DICOM studies from local disk
+ * Parsing DicomDir from local disk or CD
+ * Query compressed studies without decompressing them
+ * Multiple Studies viewer using Layout,Tab view
+ * Export to JPEG (Study, Series, Instance level). Windowing can be applied to a single instance or series of instance while exporting
+ * Cine Loop & stack navigation
+ * Toggle for Text and Annotation Overlay
+ * Windowing Presets Settings (based on modality)
+ * Layout Settings (based on modality)
+ * AE Management
+ * DICOM Tags Viewer
Added: trunk/packages/mayam/trunk/debian/copyright
===================================================================
--- trunk/packages/mayam/trunk/debian/copyright (rev 0)
+++ trunk/packages/mayam/trunk/debian/copyright 2011-03-24 17:25:31 UTC (rev 6380)
@@ -0,0 +1,16 @@
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: Mayam
+Upstream-Contact: Babu Hussain A
+Source: http://sourceforge.net/projects/dcm4che/files/Mayam/
+
+Files: *
+Copyright: © 2009-2011 Raster Images, Babu Hussain A, Guru Rajan R,
+ Meer Asgar Hussain B, Prakash J,
+ Sathishkumar V, Suresh V
+License: MPL 1.1/GPL 2.0/LGPL 2.1
+...
+
+Files: debian/*
+Copyright: © 2011 Andreas Tille <tille at debian.org>
+License: LGPL 2.1
+ The packaging work has the same license as choosen above
Added: trunk/packages/mayam/trunk/debian/rules
===================================================================
--- trunk/packages/mayam/trunk/debian/rules (rev 0)
+++ trunk/packages/mayam/trunk/debian/rules 2011-03-24 17:25:31 UTC (rev 6380)
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+# debian/rules for mayam
+# Andreas Tille <tille at debian.org>
+# GPL
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+ dh $@
Property changes on: trunk/packages/mayam/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/packages/mayam/trunk/debian/watch
===================================================================
--- trunk/packages/mayam/trunk/debian/watch (rev 0)
+++ trunk/packages/mayam/trunk/debian/watch 2011-03-24 17:25:31 UTC (rev 6380)
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/dcm4che/Mayam-(.*)-bin-Linux\.tar\.gz
More information about the debian-med-commit
mailing list