[med-svn] [sra-sdk] 03/06: includes from libncbi-vdb were moved to /usr/lib/ncbi-vdb - make sure these will be found by sra-sdk

Andreas Tille tille at debian.org
Thu Jul 21 15:51:38 UTC 2016


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

tille pushed a commit to branch master
in repository sra-sdk.

commit 0ad04b921a621bfbe7f58eb211471c94d494d22f
Author: Andreas Tille <tille at debian.org>
Date:   Thu Jul 21 16:24:55 2016 +0200

    includes from libncbi-vdb were moved to /usr/lib/ncbi-vdb - make sure these will be found by sra-sdk
---
 debian/patches/find_ncbi-vdb.patch | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/debian/patches/find_ncbi-vdb.patch b/debian/patches/find_ncbi-vdb.patch
index 04a1ffe..e2a132e 100644
--- a/debian/patches/find_ncbi-vdb.patch
+++ b/debian/patches/find_ncbi-vdb.patch
@@ -16,7 +16,17 @@
                lib     => 'libncbi-vdb.a',
 --- a/setup/konfigure.perl
 +++ b/setup/konfigure.perl
-@@ -1318,7 +1318,7 @@ sub find_in_dir {
+@@ -1305,6 +1305,9 @@ sub find_in_dir {
+         } elsif (-e "$dir/interfaces/$include") {
+             println $dir unless ($AUTORUN);
+             $found_inc = "$dir/interfaces";
++        } elsif (-e "$dir/include/ncbi-vdb") {
++            println $dir unless ($AUTORUN);
++            $found_inc = "$dir/include/ncbi-vdb";
+         } else {
+             print "$dir: " if ($OPT{'debug'});
+             println 'no' unless ($AUTORUN);
+@@ -1318,7 +1321,7 @@ sub find_in_dir {
              my $buildarch = `dpkg-architecture -qDEB_BUILD_MULTIARCH`;
              chomp $buildarch;
              my $libdir  = File::Spec->catdir($dir, 'lib', $buildarch);

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



More information about the debian-med-commit mailing list