Clean up build and runtime dependencies.
authorAaron M. Ucko <ucko@debian.org>
Sun, 29 May 2011 15:03:02 +0000 (15:03 +0000)
committerAaron M. Ucko <ucko@debian.org>
Sun, 29 May 2011 15:03:02 +0000 (15:03 +0000)
* 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

index 1b9b7de83472809dae6998d2a2769d0d768e3f97..7dccdf5ab2df90a4bcace29139513f52ee69c74e 100644 (file)
@@ -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 <olivier.sallou@irisa.fr>
 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