From 4a8f5c00c1a9de1b5f42fa080f851ec8e8738259 Mon Sep 17 00:00:00 2001 From: "Aaron M. Ucko" Date: Sun, 29 May 2011 15:03:02 +0000 Subject: [PATCH] Clean up build and runtime dependencies. * Don't explicitly depend on runtime libraries or related utilities. * Replace libpcre++-dev by libpcre3-dev, which suffices. (NCBI uses its own C++ wrapper.) * Don't build-depend on chrpath or cpio per recent installation changes. * Add a build dependency on time for the test suite. * Depend on ${python:Depends} rather than hard-coding python. --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 1b9b7de8..7dccdf5a 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: ncbi-blast+ Section: science Priority: optional -Build-Depends: debhelper (>= 7.0.50~),autotools-dev,zlib1g,bzip2,libbz2-dev,libpcre++-dev,libpcre3,zlib1g-dev,chrpath,libboost-test-dev,cpio,quilt (>= 0.46-7~) +Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libbz2-dev, libpcre3-dev, zlib1g-dev, libboost-test-dev, quilt (>= 0.46-7~), time Standards-Version: 3.9.1 Uploaders: Olivier Sallou DM-Upload-Allowed: yes @@ -13,7 +13,7 @@ Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/ncbi-blast-plu Package: ncbi-blast+ Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends},${perl:Depends},ncbi-data,bzip2,libpcre3,libpcre++0,zlib1g,python +Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, ${python:Depends}, ncbi-data Description: The next generation suite of BLAST sequence search tools The Basic Local Alignment Search Tool (BLAST) is the most widely used sequence similarity tool. There are versions of BLAST that -- 2.30.2