[med-svn] [psortb] 04/06: Fix root dir in config file

Andreas Tille tille at debian.org
Wed May 3 14:57:58 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository psortb.

commit a206def33b1af11fdf62d7f55de7bed803558d2d
Author: Andreas Tille <tille at debian.org>
Date:   Wed May 3 14:55:41 2017 +0200

    Fix root dir in config file
---
 debian/changelog                  |  6 ++++++
 debian/patches/path_to_conf.patch | 15 +++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e63d8b9..5fc4cd3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+psortb (3.0.4+dfsg-2) UNRELEASED; urgency=medium
+
+  * Fix root dir in config file
+
+ -- Andreas Tille <tille at debian.org>  Wed, 03 May 2017 14:52:46 +0200
+
 psortb (3.0.4+dfsg-1) unstable; urgency=medium
 
   * Initial release (Closes: #861081)
diff --git a/debian/patches/path_to_conf.patch b/debian/patches/path_to_conf.patch
index 80f227f..a239228 100644
--- a/debian/patches/path_to_conf.patch
+++ b/debian/patches/path_to_conf.patch
@@ -20,3 +20,18 @@ Description: Fix path to conf and other binaries
    my $pfscan_module = 'Profile';
  
    # Pull any options off of the command line.
+--- a/psort/server/startup.pl
++++ b/psort/server/startup.pl
+@@ -8,9 +8,9 @@ use Apache ();
+ 
+ use strict;
+ 
+-my $PSORT_ROOT = "/usr/local/psort/";
+-my $BLAST_DIR  = "/path/to/BLAST/installation/";
+-my $PFTOOLS_DIR = "/path/to/PFTOOLS/installation/";
++my $PSORT_ROOT = "/usr/lib/psort";
++my $BLAST_DIR  = "/usr/bin";
++my $PFTOOLS_DIR = "/usr/bin";
+ 
+ our %ENV;
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/psortb.git



More information about the debian-med-commit mailing list