libbio-asn1-entrezgene-perl 1.730-2 source package in Ubuntu

Changelog

libbio-asn1-entrezgene-perl (1.730-2) unstable; urgency=medium

  * Bump versioned Breaks/Replaces on libbio-perl-perl' from '<= 1.7.2' to
    '<< 1.7.3'.
    The former does not catch libbio-perl-perl 1.7.2-3 in buster.
    Thanks to Andreas Beckmann for the bug report. (Closes: #984474)
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.5.1.
  * Set Rules-Requires-Root: no.
  * Bump debhelper-compat to 13.

 -- gregor herrmann <email address hidden>  Thu, 04 Mar 2021 16:51:19 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe perl
Lunar release universe perl
Jammy release universe perl

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libbio-asn1-entrezgene-perl_1.730-2.dsc 2.6 KiB c2055598ccf3449797b8a17d9fa4db1a7a718ed5e8710a90cbf2b4a3a24e3476
libbio-asn1-entrezgene-perl_1.730.orig.tar.gz 153.6 KiB f9e778db705ce5c35ad2798e38a8490b644edfdc14253aa1b74a1f5e79fc6a4b
libbio-asn1-entrezgene-perl_1.730-2.debian.tar.xz 3.3 KiB d800cfe5e006944561f660a6d39e277fccaf0f9f475c61370c158ae39ffdfd26

Available diffs

No changes file available.

Binary packages built by this source

libbio-asn1-entrezgene-perl: parser for NCBI Entrez Gene and NCBI Sequence records

 Bio::ASN1::EntrezGene and Bio::ASN1::Sequence are regular expression-based
 parsers for NCBI Entrez Gene genome databases
 (<http://www.ncbi.nih.gov/entrez/query.fcgi?db=gene>).
 .
 They parse ASN.1-formatted Entrez Gene records and NCBI sequences,
 returning data structures that contain all data items from the gene records
 or the sequence records.
 .
 The parser will report error & line number if input data does not conform to
 the NCBI Entrez Gene genome or NCBI Sequence annotation file format.
 .
 Bio::ASN1::Sequence is basically a modified version of the high-performance
 Bio::ASN1::EntrezGene parser. However this standalone module exists since it
 is more efficient to keep Sequence-specific code out of EntrezGene.pm.