[med-svn] r6120 - in trunk/packages/denoiser/trunk/debian: . patches
Andreas Tille
tille at alioth.debian.org
Mon Feb 28 17:20:07 UTC 2011
Author: tille
Date: 2011-02-28 17:19:52 +0000 (Mon, 28 Feb 2011)
New Revision: 6120
Added:
trunk/packages/denoiser/trunk/debian/install
trunk/packages/denoiser/trunk/debian/patches/set_debian_path.patch
Modified:
trunk/packages/denoiser/trunk/debian/patches/series
Log:
Install binary and python files; Needs writing wrapper script, needs executing tests
Added: trunk/packages/denoiser/trunk/debian/install
===================================================================
--- trunk/packages/denoiser/trunk/debian/install (rev 0)
+++ trunk/packages/denoiser/trunk/debian/install 2011-02-28 17:19:52 UTC (rev 6120)
@@ -0,0 +1,3 @@
+FlowgramAlignment/FlowgramAli_4frame usr/lib/denoiser/bin
+Data usr/share/denoiser
+Denoiser usr/share/denoiser
Modified: trunk/packages/denoiser/trunk/debian/patches/series
===================================================================
--- trunk/packages/denoiser/trunk/debian/patches/series 2011-02-28 15:33:19 UTC (rev 6119)
+++ trunk/packages/denoiser/trunk/debian/patches/series 2011-02-28 17:19:52 UTC (rev 6120)
@@ -1 +1,2 @@
fix_upstream_clean_target.patch
+set_debian_path.patch
Added: trunk/packages/denoiser/trunk/debian/patches/set_debian_path.patch
===================================================================
--- trunk/packages/denoiser/trunk/debian/patches/set_debian_path.patch (rev 0)
+++ trunk/packages/denoiser/trunk/debian/patches/set_debian_path.patch 2011-02-28 17:19:52 UTC (rev 6120)
@@ -0,0 +1,19 @@
+--- Denoiser_0.851.orig/Denoiser/settings.py
++++ Denoiser_0.851/Denoiser/settings.py
+@@ -8,7 +8,7 @@
+
+ #see the INSTALL file for more details
+
+-PROJECT_HOME = "" #This must be set to the install directory
++PROJECT_HOME = "/usr/share/denoiser" #This must be set to the install directory
+
+ #specify the full path to python here if not in PATH
+ PYTHON_BIN = "python"
+@@ -24,6 +24,6 @@
+
+ SIGNAL_DIST_FILE = PROJECT_HOME + "/Data/probabilities.txt"
+ LOOKUP = PROJECT_HOME + "/Data/LookUp.dat"
+-FLOWGRAMALI = PROJECT_HOME + "/bin/FlowgramAli_4frame"
++FLOWGRAMALI = "/usr/lib/denoiser/bin/FlowgramAli_4frame"
+
+ MIN_PER_CORE = 50 #minimum number of flowgrams to be denoised per core
More information about the debian-med-commit
mailing list