[Pkg-emboss-commits] r94 - emboss/trunk/debian

charles-guest at alioth.debian.org charles-guest at alioth.debian.org
Thu Aug 2 15:24:27 UTC 2007


Author: charles-guest
Date: 2007-08-02 15:24:27 +0000 (Thu, 02 Aug 2007)
New Revision: 94

Modified:
   emboss/trunk/debian/control
Log:
Proper dependancy on emboss libraries should be generated now that debhelper is used correctly to handle shlibs

Modified: emboss/trunk/debian/control
===================================================================
--- emboss/trunk/debian/control	2007-08-02 15:22:29 UTC (rev 93)
+++ emboss/trunk/debian/control	2007-08-02 15:24:27 UTC (rev 94)
@@ -10,7 +10,7 @@
 
 Package: emboss
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, emboss-lib (= ${binary:Version}), emboss-data (= ${source:Version}), csh|c-shell
+Depends: ${shlibs:Depends}, ${misc:Depends}, emboss-data (= ${source:Version}), csh|c-shell
 Recommends: primer3
 Suggests: emboss-doc (= ${source:Version}), clustalw
 Description: The European Molecular Biology Open Software Suite
@@ -24,6 +24,10 @@
  analysis into a seamless whole. EMBOSS breaks the historical trend towards
  commercial software packages.
  .
+ Reference for EMBOSS: Rice,P. Longden,I. and Bleasby,A.
+ "EMBOSS: The European Molecular Biology Open Software Suite"
+ Trends in Genetics June 2000, vol 16, No 6. pp.276-277
+ .
   Homepage: http://www.emboss.org
 
 Package: emboss-data
@@ -46,18 +50,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: EMBOSS Libraries
- This package includes libraries required for running EMBOSS, the European
- Molecular Biology Open Software Suite. This includes in particular AJAX and
- NUCLEUS:
-  * AJAX is the core library used by all EMBOSS applications. It covers standard
-  data structures, including strings, sequences, file handles, queues, hashes,
-  heaps, lists, dictionaries, trees and dynamic arrays. It also covers standard
-  algorithms including comparisons, pattern matching, sorting, and iterators.
-  AJAX will also provide a set of high level graphics functions suited to the
-  needs of sequence analysis applications.
-  * The NUCLEUS library provides higher-level functions specific to molecular
-  sequence analysis, including sequence comparisons, translation, codon usage
-  and annotation.
+  This package is being emptied.
 
 Package: libajax-5.0.0
 Section: libs




More information about the Pkg-emboss-commits mailing list