[med-svn] r6355 - in trunk/packages/dicompyler/trunk/debian: . bin
Mathieu Malaterre
malat-guest at alioth.debian.org
Mon Mar 21 12:52:26 UTC 2011
Author: malat-guest
Date: 2011-03-21 12:52:24 +0000 (Mon, 21 Mar 2011)
New Revision: 6355
Modified:
trunk/packages/dicompyler/trunk/debian/bin/dicompyler
trunk/packages/dicompyler/trunk/debian/rules
Log:
minor tweaks
Modified: trunk/packages/dicompyler/trunk/debian/bin/dicompyler
===================================================================
--- trunk/packages/dicompyler/trunk/debian/bin/dicompyler 2011-03-21 12:46:23 UTC (rev 6354)
+++ trunk/packages/dicompyler/trunk/debian/bin/dicompyler 2011-03-21 12:52:24 UTC (rev 6355)
@@ -4,8 +4,8 @@
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/)
+# packages which install the dicompyler python modules into a path not
+# already accessible for imports via sys.path (say, /usr/share/dicompyler/)
# may need to adjust PYTHONPATH appropriately here
export PYTHONPATH="${PYTHONPATH:+$PYTHONPATH:}/usr/share/${NAME}/"
export PATH="${PATH}:/usr/share/${NAME}"
Modified: trunk/packages/dicompyler/trunk/debian/rules
===================================================================
--- trunk/packages/dicompyler/trunk/debian/rules 2011-03-21 12:46:23 UTC (rev 6354)
+++ trunk/packages/dicompyler/trunk/debian/rules 2011-03-21 12:52:24 UTC (rev 6355)
@@ -8,3 +8,6 @@
%:
dh $@ --with python2
+
+get-orig-source:
+ uscan --verbose --force-download --repack
More information about the debian-med-commit
mailing list