[med-svn] r6122 - in trunk/packages/denoiser/trunk/debian: . bin
Andreas Tille
tille at alioth.debian.org
Mon Feb 28 18:40:33 UTC 2011
Author: tille
Date: 2011-02-28 18:40:29 +0000 (Mon, 28 Feb 2011)
New Revision: 6122
Added:
trunk/packages/denoiser/trunk/debian/bin/
trunk/packages/denoiser/trunk/debian/bin/denoiser
Removed:
trunk/packages/denoiser/trunk/debian/denoiser
Modified:
trunk/packages/denoiser/trunk/debian/install
Log:
Location of wrapper script fixed
Added: trunk/packages/denoiser/trunk/debian/bin/denoiser
===================================================================
--- trunk/packages/denoiser/trunk/debian/bin/denoiser (rev 0)
+++ trunk/packages/denoiser/trunk/debian/bin/denoiser 2011-02-28 18:40:29 UTC (rev 6122)
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+# for debugging this script
+# set -x
+
+OPTIONS=$@
+
+export PYTHONPATH="${PYTHONPATH:+$PYTHONPATH:}/usr/share/denoiser/"
+python -m Denoiser.denoiser ${OPTIONS}
Deleted: trunk/packages/denoiser/trunk/debian/denoiser
===================================================================
--- trunk/packages/denoiser/trunk/debian/denoiser 2011-02-28 18:32:09 UTC (rev 6121)
+++ trunk/packages/denoiser/trunk/debian/denoiser 2011-02-28 18:40:29 UTC (rev 6122)
@@ -1,9 +0,0 @@
-#!/bin/bash
-
-# for debugging this script
-# set -x
-
-OPTIONS=$@
-
-export PYTHONPATH="${PYTHONPATH:+$PYTHONPATH:}/usr/share/denoiser/"
-python -m Denoiser.denoiser ${OPTIONS}
Modified: trunk/packages/denoiser/trunk/debian/install
===================================================================
--- trunk/packages/denoiser/trunk/debian/install 2011-02-28 18:32:09 UTC (rev 6121)
+++ trunk/packages/denoiser/trunk/debian/install 2011-02-28 18:40:29 UTC (rev 6122)
@@ -1,4 +1,4 @@
FlowgramAlignment/FlowgramAli_4frame usr/lib/denoiser/bin
Data usr/share/denoiser
Denoiser usr/share/denoiser
-debian/denoiser usr/bin
+debian/bin/* usr/bin
More information about the debian-med-commit
mailing list