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

Changelog

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

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * Add patch to fix regexp warnings in perl 5.28.
    Thanks to Niko Tyni for the bug report. (Closes: #903294)
  * Add a spelling patch.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.1.5.
  * Bump debhelper compatibility level to 10.

 -- gregor herrmann <email address hidden>  Sun, 08 Jul 2018 17:50:12 +0200

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

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libbio-asn1-entrezgene-perl_1.720-2.dsc 2.3 KiB 07736ecf1acc7f83269c52fb308cb72df10c8da1a4af2bc3cd557d5c87ef7152
libbio-asn1-entrezgene-perl_1.720.orig.tar.gz 47.9 KiB 7f55f69cccfab37d976338ed77d245a62a44b03b7b9954484d8976eab14d575b
libbio-asn1-entrezgene-perl_1.720-2.debian.tar.xz 3.8 KiB 42dd6f328cfb477bf017e113337adae9277bf940051571ad123dd94cae9bf953

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.