[med-svn] r6283 - in trunk/packages: . dicompyler dicompyler/trunk dicompyler/trunk/debian

Andreas Tille tille at alioth.debian.org
Thu Mar 17 18:34:13 UTC 2011


Author: tille
Date: 2011-03-17 18:34:02 +0000 (Thu, 17 Mar 2011)
New Revision: 6283

Added:
   trunk/packages/dicompyler/
   trunk/packages/dicompyler/trunk/
   trunk/packages/dicompyler/trunk/debian/
   trunk/packages/dicompyler/trunk/debian/changelog
   trunk/packages/dicompyler/trunk/debian/compat
   trunk/packages/dicompyler/trunk/debian/control
   trunk/packages/dicompyler/trunk/debian/copyright
   trunk/packages/dicompyler/trunk/debian/rules
   trunk/packages/dicompyler/trunk/debian/watch
Log:
Added some initial stuff to kickstart packaging


Added: trunk/packages/dicompyler/trunk/debian/changelog
===================================================================
--- trunk/packages/dicompyler/trunk/debian/changelog	                        (rev 0)
+++ trunk/packages/dicompyler/trunk/debian/changelog	2011-03-17 18:34:02 UTC (rev 6283)
@@ -0,0 +1,5 @@
+dicompyler (0.4~a1-1) unstable; urgency=low
+
+  * Initial release (Closes: #???)
+
+ -- Andreas Tille <tille at debian.org>  Thu, 17 Mar 2011 19:24:30 +0100

Added: trunk/packages/dicompyler/trunk/debian/compat
===================================================================
--- trunk/packages/dicompyler/trunk/debian/compat	                        (rev 0)
+++ trunk/packages/dicompyler/trunk/debian/compat	2011-03-17 18:34:02 UTC (rev 6283)
@@ -0,0 +1 @@
+8

Added: trunk/packages/dicompyler/trunk/debian/control
===================================================================
--- trunk/packages/dicompyler/trunk/debian/control	                        (rev 0)
+++ trunk/packages/dicompyler/trunk/debian/control	2011-03-17 18:34:02 UTC (rev 6283)
@@ -0,0 +1,27 @@
+Source: dicompyler
+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), quilt
+Standards-Version: 3.9.1
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/dicompyler/trunk/?rev=0&sc=0
+Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/dicompyler/trunk/
+Homepage: http://code.google.com/p/dicompyler/
+
+Package: dicompyler
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: radiation therapy research platform
+ Dicompyler is an extensible, fully open source radiation therapy
+ research platform based on the DICOM standard. It also functions as a
+ cross-platform DICOM RT viewer.
+ .
+ Features:
+  * Import CT Images, DICOM RT structure set, RT dose and RT plan files
+  * Extensible plugin system with included plugins:
+     - 2D image viewer with dose and structure overlay
+     - Dose volume histogram viewer with the ability to analyze DVH parameters
+     - DICOM data tree viewer
+     - Patient anonymizer

Added: trunk/packages/dicompyler/trunk/debian/copyright
===================================================================
--- trunk/packages/dicompyler/trunk/debian/copyright	                        (rev 0)
+++ trunk/packages/dicompyler/trunk/debian/copyright	2011-03-17 18:34:02 UTC (rev 6283)
@@ -0,0 +1,14 @@
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: Dicompyler
+Upstream-Contact: Adit Panchal <apanchal at bastula.org>
+Source: http://code.google.com/p/dicompyler/
+
+Files: *
+Copyright: © 2005-2011 Adit Panchal <apanchal at bastula.org>
+License: BSD
+...
+
+Files: debian/*
+Copyright: © 2011 Andreas Tille <tille at debian.org>
+License: PD
+ The packaging work is in the public domain unless stated otherwise.

Added: trunk/packages/dicompyler/trunk/debian/rules
===================================================================
--- trunk/packages/dicompyler/trunk/debian/rules	                        (rev 0)
+++ trunk/packages/dicompyler/trunk/debian/rules	2011-03-17 18:34:02 UTC (rev 6283)
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+# debian/rules for dicompyler
+# Andreas Tille <tille at debian.org>
+# GPL
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@
+


Property changes on: trunk/packages/dicompyler/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/packages/dicompyler/trunk/debian/watch
===================================================================
--- trunk/packages/dicompyler/trunk/debian/watch	                        (rev 0)
+++ trunk/packages/dicompyler/trunk/debian/watch	2011-03-17 18:34:02 UTC (rev 6283)
@@ -0,0 +1,3 @@
+version=3
+opts="dversionmangle=s/~//" \
+  http://googlecode.debian.net/p/dicompyler/dicompyler-(.+)\.tgz




More information about the debian-med-commit mailing list