Source: anfo
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Tim Booth <tbooth@ceh.ac.uk>,
           Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
               libpopt-dev,
               libprotobuf-dev,
               libelk0-dev,
               libelk0,
               zlib1g-dev,
               libbz2-dev,
               pkg-config,
               protobuf-compiler,
               dh-autoreconf,
               d-shlibs
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/anfo/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/anfo/trunk/
Homepage: http://bioinf.eva.mpg.de/anfo/

Package: anfo
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         libanfo0
Description: Short Read Aligner/Mapper from MPG
 Anfo is a mapper in the spirit of Soap/Maq/Bowtie, but its implementation takes
 more after BLAST/BLAT. It's most useful for the alignment of sequencing reads
 where the DNA sequence is somehow modified (think ancient DNA or bisulphite
 treatment) and/or there is more divergence between sample and reference than
 what fast mappers will handle gracefully (say the reference genome is missing
 and a related species is used instead).

Package: libanfo0
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
#        libpopt,
#        libprotobuf5,
#        libelk0
Description: Library for Short Read Aligner/Mapper from MPG
 Anfo is a mapper in the spirit of Soap/Maq/Bowtie, but its implementation takes
 more after BLAST/BLAT. It's most useful for the alignment of sequencing reads
 where the DNA sequence is somehow modified (think ancient DNA or bisulphite
 treatment) and/or there is more divergence between sample and reference than
 what fast mappers will handle gracefully (say the reference genome is missing
 and a related species is used instead).
 .
 This package contains the dynamic library for the anfo binaries.

Package: libanfo0-dev
Architecture: any
Section: libdevel
Depends: libanfo0 (= ${binary:Version}),
         ${devlibs:Depends},
         ${misc:Depends}
Provides: libanfo-dev
Conflicts: libanfo-dev
Description: Development files for Short Read Aligner/Mapper from MPG
 Anfo is a mapper in the spirit of Soap/Maq/Bowtie, but its implementation takes
 more after BLAST/BLAT. It's most useful for the alignment of sequencing reads
 where the DNA sequence is somehow modified (think ancient DNA or bisulphite
 treatment) and/or there is more divergence between sample and reference than
 what fast mappers will handle gracefully (say the reference genome is missing
 and a related species is used instead).
 .
 This package contains the development files that might be used in connection
 with the anfo binaries.

