[med-svn] [phybin] 01/05: Enhance long description + cme fix dpkg-control

Andreas Tille tille at debian.org
Fri Dec 18 16:42:01 UTC 2015


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository phybin.

commit 85aea163158939dc729d9ae5b425082f5e0d0171
Author: Andreas Tille <tille at debian.org>
Date:   Fri Dec 18 17:15:47 2015 +0100

    Enhance long description + cme fix dpkg-control
---
 debian/control | 57 ++++++++++++++++++++++++++++++---------------------------
 1 file changed, 30 insertions(+), 27 deletions(-)

diff --git a/debian/control b/debian/control
index 43ee286..d0007a0 100644
--- a/debian/control
+++ b/debian/control
@@ -4,40 +4,43 @@ Uploaders: Andreas Tille <tille at debian.org>
 Section: science
 Priority: optional
 Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.8),
- cdbs,
- ghc,
- libghc-hunit-dev,
- libghc-async-dev,
- libghc-fgl-dev,
- libghc-graphviz-dev (>= 2999.16),
- libghc-hierarchical-clustering-dev (>= 0.4),
- libghc-parsec3-dev (>= 3.1.0),
- libghc-prettyclass-dev,
- libghc-split-dev (>= 0.2),
- libghc-text-dev,
- libghc-vector-dev (>= 0.10),
- libghc-test-framework-dev,
- libghc-test-framework-hunit-dev,
- libghc-test-framework-th-dev,
+               haskell-devscripts (>= 0.8),
+               cdbs,
+               ghc,
+               libghc-hunit-dev,
+               libghc-async-dev,
+               libghc-fgl-dev,
+               libghc-graphviz-dev,
+               libghc-hierarchical-clustering-dev,
+               libghc-parsec3-dev,
+               libghc-prettyclass-dev,
+               libghc-split-dev (>= 0.2),
+               libghc-text-dev,
+               libghc-vector-dev (>= 0.10),
+               libghc-test-framework-dev,
+               libghc-test-framework-hunit-dev,
+               libghc-test-framework-th-dev
 Standards-Version: 3.9.6
-Vcs-Git: git://anonscm.debian.org/debian-med/phybin.git
 Vcs-Browser: http://anonscm.debian.org/cgit/debian-med/phybin.git
+Vcs-Git: git://anonscm.debian.org/debian-med/phybin.git
 Homepage: http://www.cs.indiana.edu/~rrnewton/projects/phybin/
 
 Package: phybin
 Architecture: any
 Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+         ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
+Provides: ${haskell:Provides}
 Description: clustering phylogenetic trees in Newick format based on Robinson-Foulds distance
- This package provides a libary and executable for dealing with Newick tree files.
+ PhyBin is a simple command line tool that classifies a set of Newick
+ tree files by their topology. The purpose of it is to take a large set
+ of tree files and browse through the most common tree topologies.
  .
- It can do simple binning of identical trees or more complex clustering based on
- an all-to-all Robinson-Foulds distance matrix.
+ It can do simple binning of identical trees or more complex clustering
+ based on an all-to-all Robinson-Foulds distance matrix.
  .
- phybin produces output files that characterize the size and contents of each bin or cluster (including
- generating GraphViz-based visual representations of the tree topologies).
+ phybin produces output files that characterize the size and contents of
+ each bin or cluster (including generating GraphViz-based visual
+ representations of the tree topologies).

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/phybin.git



More information about the debian-med-commit mailing list