~ubuntu-branches/ubuntu/natty/libbio-asn1-entrezgene-perl/natty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann, David Paleino, gregor herrmann
  • Date: 2009-01-07 17:41:12 UTC
  • Revision ID: james.westby@ubuntu.com-20090107174112-rpyiplgwy41qq8ex
Tags: 1.091-2
[ David Paleino ]
* Removed myself from Uploaders (Closes: #509506)

[ gregor herrmann ]
* debian/control:
  - added: Vcs-Svn field (source stanza); Vcs-Browser
    field (source stanza); Homepage field (source stanza). Removed:
    Homepage pseudo-field (Description); XS-Vcs-Svn fields.
    (source stanza)
  - added: ${misc:Depends} to Depends: field
  - set Standards-Version to 3.8.0 (no changes)
  - add /me to Uploaders
* debian/watch: use dist-based URL.
* Set debhelper compatibility level to 7; adapt
  debian/{control,compat,rules}.
* debian/copyright: switch to new format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: perl
3
3
Priority: optional
4
4
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
5
 
Uploaders: David Paleino <d.paleino@gmail.com>
6
 
Build-Depends: debhelper (>= 5)
 
5
Uploaders: gregor herrmann <gregoa@debian.org>
 
6
Build-Depends: debhelper (>= 7)
7
7
Build-Depends-Indep: perl (>= 5.6.0-16), bioperl
8
 
Standards-Version: 3.7.2
9
 
XS-Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libbio-asn1-entrezgene-perl/
10
 
XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libbio-asn1-entrezgene-perl/
 
8
Standards-Version: 3.8.0
 
9
Homepage: http://search.cpan.org/dist/Bio-ASN1-EntrezGene/
 
10
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libbio-asn1-entrezgene-perl/
 
11
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libbio-asn1-entrezgene-perl/
11
12
 
12
13
Package: libbio-asn1-entrezgene-perl
13
14
Architecture: all
14
 
Depends: ${perl:Depends}
 
15
Depends: ${misc:Depends}, ${perl:Depends}
15
16
Description: parser for NCBI Entrez Gene and NCBI Sequence records
16
17
 Bio::ASN1::EntrezGene and Bio::ASN1::Sequence are regular expression-based
17
18
 parsers for NCBI Entrez Gene genome databases
27
28
 Bio::ASN1::Sequence is basically a modified version of the high-performance
28
29
 Bio::ASN1::EntrezGene parser. However this standalone module exists since it
29
30
 is more efficient to keep Sequence-specific code out of EntrezGene.pm.
30
 
 .
31
 
  Homepage: http://search.cpan.org/dist/Bio-ASN1-EntrezGene/