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

Changelog

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

  [ Debian Janitor ]
  * Update standards version to 4.6.0, no changes needed.

  [ gregor herrmann ]
  * Remove generated test files via debian/clean. (Closes: #1047073)
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.
  * Drop old Breaks/Replaces from dependencies.

 -- gregor herrmann <email address hidden>  Mon, 04 Mar 2024 21:17:51 +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
Oracular release universe perl
Noble release universe perl

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libbio-asn1-entrezgene-perl_1.730-3.dsc 2.6 KiB 05047be160ed4104d4cd9a9a8fb80426713ffafe17e7afa8855948685800e398
libbio-asn1-entrezgene-perl_1.730.orig.tar.gz 153.6 KiB f9e778db705ce5c35ad2798e38a8490b644edfdc14253aa1b74a1f5e79fc6a4b
libbio-asn1-entrezgene-perl_1.730-3.debian.tar.xz 3.4 KiB 5e283bc9c3d15ed50f1e9f763af8b14612cfe3854a388e52abbde884722b32c8

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.