From: Aaron M. Ucko Date: Mon, 4 Feb 2019 02:40:46 +0000 (-0500) Subject: debian/control: Build-Depend on liblmdb-dev. X-Git-Tag: archive/raspbian/2.16.0+ds-7+rpi1~1^2~169 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=96c2c6627f27868db08183ba2dd6a74c6d0bae00;p=ncbi-blast%2B.git debian/control: Build-Depend on liblmdb-dev. --- diff --git a/debian/changelog b/debian/changelog index 9d3d5d08..87ec38ea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,13 +1,14 @@ ncbi-blast+ (2.8.1-1) UNRELEASED; urgency=medium * New upstream release (NOT RELEASED YET). + * debian/control: Build-Depend on liblmdb-dev. * debian/patches: Formally update for new release. - Retire support_boost_1_67 (already applied upstream). - Update patches that apply with offsets or outright fuzz, or need full-fledged porting. * debian/patches/fix_lib_deps: Link xcleanup against $(OBJEDIT_LIBS). - -- Aaron M. Ucko Sun, 03 Feb 2019 21:40:01 -0500 + -- Aaron M. Ucko Sun, 03 Feb 2019 21:40:45 -0500 ncbi-blast+ (2.7.1-2) unstable; urgency=medium diff --git a/debian/control b/debian/control index f5008f32..d8ac77a7 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,7 @@ Build-Depends: autotools-dev, libbz2-dev, libc-dev-bin, libgnutls28-dev, + liblmdb-dev, libmbedtls-dev, libpcre3-dev, time,