[med-svn] r6297 - in trunk/packages/dicompyler/trunk/debian: . bin
Andreas Tille
tille at alioth.debian.org
Fri Mar 18 18:52:22 UTC 2011
Author: tille
Date: 2011-03-18 18:52:14 +0000 (Fri, 18 Mar 2011)
New Revision: 6297
Added:
trunk/packages/dicompyler/trunk/debian/bin/
trunk/packages/dicompyler/trunk/debian/bin/dicompyler
trunk/packages/dicompyler/trunk/debian/docs
trunk/packages/dicompyler/trunk/debian/install
trunk/packages/dicompyler/trunk/debian/pyversions
Modified:
trunk/packages/dicompyler/trunk/debian/control
Log:
fix dependencies, add wrapper
Added: trunk/packages/dicompyler/trunk/debian/bin/dicompyler
===================================================================
--- trunk/packages/dicompyler/trunk/debian/bin/dicompyler (rev 0)
+++ trunk/packages/dicompyler/trunk/debian/bin/dicompyler 2011-03-18 18:52:14 UTC (rev 6297)
@@ -0,0 +1,13 @@
+#!/bin/bash
+# set -x
+
+NAME=`basename $0`
+OPTIONS=$@
+
+# packages which install the GNUmed python modules into a path not
+# already accessible for imports via sys.path (say, /usr/share/gnumed/)
+# may need to adjust PYTHONPATH appropriately here
+export PYTHONPATH="${PYTHONPATH:+$PYTHONPATH:}/usr/share/${NAME}/"
+export PATH="${PATH}:/usr/share/${NAME}"
+
+python -m main ${OPTIONS}
Property changes on: trunk/packages/dicompyler/trunk/debian/bin/dicompyler
___________________________________________________________________
Added: svn:executable
+ *
Modified: trunk/packages/dicompyler/trunk/debian/control
===================================================================
--- trunk/packages/dicompyler/trunk/debian/control 2011-03-18 18:47:31 UTC (rev 6296)
+++ trunk/packages/dicompyler/trunk/debian/control 2011-03-18 18:52:14 UTC (rev 6297)
@@ -4,7 +4,7 @@
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
+Build-Depends: debhelper (>= 8), python (>= 2.6)
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/
@@ -12,7 +12,10 @@
Package: dicompyler
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}
+X-Only-in-experimental: python-dicom (>= 0.9.5~rc1)
+Depends: ${misc:Depends}, ${python:Depends}, python-wxgtk2.8 (>= 2.8.8.1),
+ python-imaging (>= 1.1.7), python-dicom, python-numpy (>= 1.2.1),
+ python-matplotlib (>= 0.99), python-sqlalchemy (>= 0.5.4), python-elixir (>= 0.6.1)
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
Added: trunk/packages/dicompyler/trunk/debian/docs
===================================================================
--- trunk/packages/dicompyler/trunk/debian/docs (rev 0)
+++ trunk/packages/dicompyler/trunk/debian/docs 2011-03-18 18:52:14 UTC (rev 6297)
@@ -0,0 +1,2 @@
+readme.txt
+credits.txt
\ No newline at end of file
Added: trunk/packages/dicompyler/trunk/debian/install
===================================================================
--- trunk/packages/dicompyler/trunk/debian/install (rev 0)
+++ trunk/packages/dicompyler/trunk/debian/install 2011-03-18 18:52:14 UTC (rev 6297)
@@ -0,0 +1,4 @@
+*.py usr/share/dicompyler
+baseplugins usr/share/dicompyler
+resources usr/share/dicompyler
+debian/bin/* usr/bin
Added: trunk/packages/dicompyler/trunk/debian/pyversions
===================================================================
--- trunk/packages/dicompyler/trunk/debian/pyversions (rev 0)
+++ trunk/packages/dicompyler/trunk/debian/pyversions 2011-03-18 18:52:14 UTC (rev 6297)
@@ -0,0 +1 @@
+2.6-
More information about the debian-med-commit
mailing list