[med-svn] [mayam] 01/10: INject very basic start of packaging for Mayam

Andreas Tille tille at debian.org
Tue Dec 26 13:08:41 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository mayam.

commit 59929787bfa5c933e511fb07921661545b32f56c
Author: Andreas Tille <tille at debian.org>
Date:   Thu Mar 24 17:25:31 2011 +0000

    INject very basic start of packaging for Mayam
---
 debian/changelog |  5 +++++
 debian/compat    |  1 +
 debian/control   | 33 +++++++++++++++++++++++++++++++++
 debian/copyright | 16 ++++++++++++++++
 debian/rules     | 10 ++++++++++
 debian/watch     |  2 ++
 6 files changed, 67 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..0ea5bb2
--- /dev/null
+++ b/debian/changelog
@@ -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
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..ac07fe3
--- /dev/null
+++ b/debian/control
@@ -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
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..57e8748
--- /dev/null
+++ b/debian/copyright
@@ -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
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..0347310
--- /dev/null
+++ b/debian/rules
@@ -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 $@
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..896e129
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/dcm4che/Mayam-(.*)-bin-Linux\.tar\.gz 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/mayam.git



More information about the debian-med-commit mailing list