[med-svn] r6881 - trunk/packages/ncbi-blast-plus/trunk/debian

Aaron M. Ucko ucko at alioth.debian.org
Sun May 29 15:03:02 UTC 2011


Author: ucko
Date: 2011-05-29 15:03:02 +0000 (Sun, 29 May 2011)
New Revision: 6881

Modified:
   trunk/packages/ncbi-blast-plus/trunk/debian/control
Log:
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.


Modified: trunk/packages/ncbi-blast-plus/trunk/debian/control
===================================================================
--- trunk/packages/ncbi-blast-plus/trunk/debian/control	2011-05-29 14:54:56 UTC (rev 6880)
+++ trunk/packages/ncbi-blast-plus/trunk/debian/control	2011-05-29 15:03:02 UTC (rev 6881)
@@ -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 at irisa.fr>
 DM-Upload-Allowed: yes
@@ -13,7 +13,7 @@
 
 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 




More information about the debian-med-commit mailing list