[med-svn] [Git][med-team/ncbi-igblast][master] Build-Depends: libncbi-vdb-dev, drop --without-vdb option + add debug code
Andreas Tille (@tille)
gitlab at salsa.debian.org
Tue Aug 2 09:17:36 BST 2022
Andreas Tille pushed to branch master at Debian Med / ncbi-igblast
Commits:
c70ea988 by Andreas Tille at 2022-08-02T10:16:23+02:00
Build-Depends: libncbi-vdb-dev, drop --without-vdb option + add debug code
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -4,6 +4,7 @@ ncbi-igblast (1.19.0-2) UNRELEASED; urgency=medium
* Fix lintian-overrides
* Recommends: ncbi-blast+
* Install edit_imgt_file.pl and c++/src/app/igblast/internal_data
+ * Build-Depends: libncbi-vdb-dev, drop --without-vdb option
-- Andreas Tille <tille at debian.org> Sat, 30 Jul 2022 09:29:11 +0200
=====================================
debian/control
=====================================
@@ -5,7 +5,8 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders: David Miguel Susano Pinto <carandraug+dev at gmail.com>,
Steffen Moeller <moeller at debian.org>
Build-Depends: debhelper-compat (= 13),
- time
+ time,
+ libncbi-vdb-dev
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/med-team/ncbi-igblast
Vcs-Git: https://salsa.debian.org/med-team/ncbi-igblast.git
=====================================
debian/rules
=====================================
@@ -8,7 +8,6 @@ override_dh_auto_configure:
./configure.orig --prefix=/usr \
--without-gbench --without-internal --without-gui --without-ctools --without-app --without-connext \
--without-ncbi-crypt \
- --without-vdb \
--without-ngs \
--without-dll --without-debug --with-strip \
--without-openmp --without-mt --without-mesa --without-glut --without-orbacus --without-sp \
@@ -21,7 +20,8 @@ override_dh_auto_build:
cd c++ && make
override_dh_auto_install:
- # skipping
+ find . -name igblastn
+ find . -name igblastp
override_dh_clean:
# cleans *.orig files, which it should not
View it on GitLab: https://salsa.debian.org/med-team/ncbi-igblast/-/commit/c70ea988bf68ca4bfe761244cb585a8c27c671fe
--
View it on GitLab: https://salsa.debian.org/med-team/ncbi-igblast/-/commit/c70ea988bf68ca4bfe761244cb585a8c27c671fe
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20220802/b287567a/attachment-0001.htm>
More information about the debian-med-commit
mailing list