[libcdb-file-perl] branch master updated (92de21a -> 9dccca1)

Florian Schlichting fsfs at moszumanska.debian.org
Tue Jul 7 20:50:26 UTC 2015


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

fsfs pushed a change to branch master
in repository libcdb-file-perl.

      from  92de21a   update changelog
       new  fa48400   Add debian/upstream/metadata
       new  9bd7d22   Update debian/changelog
      adds  74d7c06   Imported Upstream version 0.98
       new  a6834a0   Merge tag 'upstream/0.98'
       new  0ac6168   Update debian/changelog
      adds  41a199d   initial import of CDB_File 0.4 from CPAN
      adds  9597db0   import CDB_File 0.5 from CPAN
      adds  db56cd7   import CDB_File 0.6 from CPAN
      adds  6019f00   import CDB_File 0.7 from CPAN
      adds  99a31e5   import CDB_File 0.8 from CPAN
      adds  b960540   import CDB_File 0.82 from CPAN
      adds  bd86f3f   import CDB_File 0.83 from CPAN
      adds  d27eb46   import CDB_File 0.84 from CPAN
      adds  97321f6   import CDB_File 0.86 from CPAN
      adds  f69c396   import CDB_File 0.91 from CPAN
      adds  e0059b5   import CDB_File 0.92 from CPAN
      adds  416c1de   import CDB_File 0.93 from CPAN
      adds  9a75afe   import CDB_File 0.94 from CPAN
      adds  5f5095a   import CDB_File 0.95 from CPAN
      adds  3b72034   import CDB_File 0.96 from CPAN
      adds  7addb6b   Ignore temp files in CDB_File distro
      adds  8fd1bba   Remove ppport.h from distro on reccommendation from
      adds  1a4b00c   Remove C99 style code from CDB_File to allow GCC 2.95 compilers to work
      adds  ac3a66c   Modernize Makefile.PL and require Test::More
      adds  8838c5a   Ignore Makefile.old
      adds  3431d5f   Update tests to use Test::More
      adds  ef4f56e   Fix makefile - {'d_mmap'}  isn't always defined
      adds  d1e1168   Cleanup temp files during testing
      adds  96fbbcb   Untie before file removal so windows doesn't block the removal
      adds  2355714   Bump to 0.96_01 to release dev version for CPAN testers
      adds  27f4322   skip $x{undef} test on perl 5.6
      adds  3fcecb4   Bump to 0.97 for publish to CPAN
      adds  a24d406   Put ppport.h back in with an updated version of ppport.h. warnings now indicate that the module is not perl 5.6 compatible
      adds  973093c   Fix typo in author name
      adds  f303dd1   Ignore new MYMETA files from newer make
      adds  08a52cb   reduce memory needed
      adds  af455a4   Merge pull request #1 from bdraco/master
      adds  842065d   Add Exporter support back in case someone's using it
      adds  dfd2bd0   Update changelog and meta files for publish to CPAN
      adds  8f11f5b   Merge remote-tracking branch 'upstream-repo/master' into upstream
       new  bda01e3   Merge branch 'upstream'
       new  264e731   Email change: Florian Schlichting -> fsfs at debian.org
       new  608b60f   Drop ber_n_stein_typo.patch, applied upstream
       new  4f6c2e2   Add copyright paragraph for ppport.h
       new  8952e68   Update copyright years
       new  ef6fdcf   Declare compliance with Debian Policy 3.9.6
       new  6082ba1   Add lintian override for hardening false positive
       new  23bfca4   Mark package autopkgtest-able
       new  9dccca1   prepare for release

The 13 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:
 .gitignore                                |   11 +
 CDB_File.pm                               |   18 +-
 CDB_File.xs                               |    1 +
 CHANGES                                   |   16 +-
 MANIFEST                                  |   10 +-
 META.json                                 |   52 +
 META.yml                                  |   48 +-
 README                                    |    2 +-
 debian/changelog                          |   16 +-
 debian/control                            |    5 +-
 debian/copyright                          |   10 +-
 debian/libcdb-file-perl.lintian-overrides |    2 +
 debian/patches/ber_n_stein_typo.patch     |   26 -
 debian/patches/series                     |    1 -
 debian/upstream/metadata                  |    5 +
 ppport.h                                  | 7063 +++++++++++++++++++++++++++++
 16 files changed, 7211 insertions(+), 75 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 META.json
 create mode 100644 debian/libcdb-file-perl.lintian-overrides
 delete mode 100644 debian/patches/ber_n_stein_typo.patch
 delete mode 100644 debian/patches/series
 create mode 100644 debian/upstream/metadata
 create mode 100644 ppport.h

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcdb-file-perl.git



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