[libbio-asn1-entrezgene-perl] branch master updated (c068012 -> 553fec2)

gregor herrmann gregoa at debian.org
Tue Sep 17 17:43:24 UTC 2013


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libbio-asn1-entrezgene-perl.

      from  c068012   debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-copyright"
      adds  9d67591   Imported Upstream version 1.700
       new  a0efca5   Merge tag 'upstream/1.700'
       new  2d1d401   New upstream release.
       new  9ada51a   Drop spelling patch, applied upstream.
       new  df0f1bd   Update years of upstream and packaging copyright.
       new  9e9c961   Declare compliance with Debian Policy 3.9.4.
       new  553fec2   releasing package libbio-asn1-entrezgene-perl version 1.700-1

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                                 |    7 +
 LICENSE                                 |  379 +++++++++++++++++++++++
 MANIFEST                                |   26 +-
 META.json                               |  273 ++++++++++++++++
 META.yml                                |  194 ++++++++++++
 Makefile.PL                             |   79 ++++-
 README => README.md                     |   23 +-
 debian/changelog                        |   10 +-
 debian/control                          |    2 +-
 debian/copyright                        |    4 +-
 debian/patches/fix-spelling-error.patch |   26 --
 debian/patches/series                   |    1 -
 dist.ini                                |    8 +
 examples/parse_entrez_gene_example.pl   |    3 +-
 lib/Bio/ASN1/EntrezGene.pm              |  512 +++++++++++++++++--------------
 lib/Bio/ASN1/EntrezGene/Indexer.pm      |  289 ++++++++++-------
 lib/Bio/ASN1/Sequence.pm                |  486 ++++++++++++++++-------------
 lib/Bio/ASN1/Sequence/Indexer.pm        |  271 +++++++++-------
 t/00-compile.t                          |   47 +++
 t/release-eol.t                         |   16 +
 t/release-mojibake.t                    |   20 ++
 t/release-no-tabs.t                     |   16 +
 t/release-pod-coverage.t                |   21 ++
 t/release-pod-syntax.t                  |   15 +
 t/testindexer.t                         |  145 +++++----
 t/testparser.t                          |    6 +-
 26 files changed, 2081 insertions(+), 798 deletions(-)
 mode change 100755 => 100644 Changes
 create mode 100644 LICENSE
 mode change 100755 => 100644 MANIFEST
 create mode 100644 META.json
 create mode 100644 META.yml
 mode change 100755 => 100644 Makefile.PL
 rename README => README.md (76%)
 mode change 100755 => 100644
 delete mode 100644 debian/patches/fix-spelling-error.patch
 delete mode 100644 debian/patches/series
 create mode 100644 dist.ini
 create mode 100644 t/00-compile.t
 create mode 100644 t/release-eol.t
 create mode 100644 t/release-mojibake.t
 create mode 100644 t/release-no-tabs.t
 create mode 100644 t/release-pod-coverage.t
 create mode 100644 t/release-pod-syntax.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libbio-asn1-entrezgene-perl.git



More information about the Pkg-perl-cvs-commits mailing list