Andreas Tille pushed to branch master at Debian Med / ncbi-igblast
Commits: 6fbb3e4d by Andreas Tille at 2022-03-22T07:59:51+01:00 Follow hints from Aaron Ucko - - - - - d675be59 by Andreas Tille at 2022-03-22T09:12:11+01:00 Fix install - - - - - 4 changed files: - debian/changelog - debian/control - debian/igblast.install - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,5 +1,6 @@ ncbi-igblast (1.18.0-1) UNRELEASED; urgency=low + * Team upload * Initial Release. (Closes: #903965) - -- David Miguel Susano Pinto <[email protected]> Wed, 11 Jul 2018 18:22:32 +0100 + -- Andreas Tille <[email protected]> Fri, 18 Mar 2022 13:34:52 +0100 ===================================== debian/control ===================================== @@ -4,7 +4,8 @@ Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: David Miguel Susano Pinto <[email protected]> Steffen Moeller <[email protected]> -Build-Depends: debhelper-compat (= 13), debhelper +Build-Depends: debhelper-compat (= 13), + time Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/med-team/ncbi-igblast Vcs-Git: https://salsa.debian.org/med-team/ncbi-igblast.git ===================================== debian/igblast.install ===================================== @@ -1,4 +1,4 @@ -c++/GCC1020-ReleaseDLL64/bin usr/lib/ncbi-igblast/ -c++/GCC1020-ReleaseDLL64/inc usr/lib/ncbi-igblast/ -c++/GCC1020-ReleaseDLL64/lib usr/lib/ncbi-igblast/ -c++/GCC1020-ReleaseDLL64/status usr/lib/ncbi-igblast/ +c++/GCC*-Release*/bin usr/lib/ncbi-igblast/ +c++/GCC*-Release*/inc usr/lib/ncbi-igblast/ +c++/GCC*-Release*/lib usr/lib/ncbi-igblast/ +c++/GCC*-Release*/status usr/lib/ncbi-igblast/ ===================================== debian/rules ===================================== @@ -10,7 +10,7 @@ override_dh_auto_configure: --without-ncbi-crypt \ --without-vdb \ --without-ngs \ - --with-dll --without-debug --with-strip \ + --without-dll --without-debug --with-strip \ --without-openmp --without-mt --without-mesa --without-glut --without-orbacus --without-sp \ --without-local-lbsm --without-cppkafka --without-librdkafka --without-apache-arrow --without-hiredis --without-aws-sdk --without-msgsl --without-grpc --without-protobuf --without-libxlsxwriter --without-influxdb --without-h2o --without-nghttp2 --without-cassandra \ --without-libssh2 --without-libuv --without-lmdb --without-mongodb --without-leveldb --without-gmock --without-gsoap --without-avro --without-cereal --without-oechem --without-zorba --without-xalan --without-xerces --without-libexslt --without-sablot --without-icu --without-sybase \ View it on GitLab: https://salsa.debian.org/med-team/ncbi-igblast/-/compare/e282e2dfea913fea1926c03702c754b698774933...d675be59dc9c2a358127c2e61c250b9b3598cea1 -- View it on GitLab: https://salsa.debian.org/med-team/ncbi-igblast/-/compare/e282e2dfea913fea1926c03702c754b698774933...d675be59dc9c2a358127c2e61c250b9b3598cea1 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
