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 <[email protected]> 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 <[email protected]> +DM-Upload-Allowed: yes +Uploaders: Andreas Tille <[email protected]> +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 <[email protected]> +Source: http://code.google.com/p/dicompyler/ + +Files: * +Copyright: © 2005-2011 Adit Panchal <[email protected]> +License: BSD +... + +Files: debian/* +Copyright: © 2011 Andreas Tille <[email protected]> +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 <[email protected]> +# 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 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
