From: Olivier Sallou Date: Sun, 11 Feb 2018 10:26:17 +0000 (+0000) Subject: prepare new upstream release 2.7.1 X-Git-Tag: archive/raspbian/2.16.0+ds-7+rpi1~1^2~179^2^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d08213b15c55e50abe2d2953067eb4fcd98a5117;p=ncbi-blast%2B.git prepare new upstream release 2.7.1 --- diff --git a/debian/changelog b/debian/changelog index bcc13ef0..69b8ed00 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,16 @@ ncbi-blast+ (2.7.1-1) UNRELEASED; urgency=medium * New upstream release - d/control: go to standards 4.1.3 + d/patches: update patch for new release + d/control: + go to standards 4.1.3 + add mbedtls dependency + + + [TODO] + new embedded library mbedtls in c++/src/connect/ + need to fix to use debian library rather than static link + compiled object in libxconnect.so -- Olivier Sallou Sat, 10 Feb 2018 17:35:31 +0000 diff --git a/debian/control b/debian/control index 45c2ca18..374ba78e 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,7 @@ Build-Depends: autotools-dev, libbz2-dev, libc-dev-bin, libgnutls28-dev, + libmbedtls-dev, libpcre3-dev, time, zlib1g-dev diff --git a/debian/copyright b/debian/copyright index 03348288..53f040e4 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,6 +2,21 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: ncbi-blast+ Upstream-Contact: blastsoft@ncbi.nlm.nih.gov +Files: c++/src/connect/mbedtls/* +Copyright: 2006-2015, ARM Limited, All Rights Reserved +License: Apache-2.0 + Licensed under the Apache License, Version 2.0 (the "License"); you may + not use this file except in compliance with the License. + You may obtain a copy of the License at + . + http://www.apache.org/licenses/LICENSE-2.0 + . + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Files: c++/src/html/ncbi_menu.js c++/src/html/ncbi_menu_dnd.js c++/src/html/ncbi_menu_dnd.js