[libdbi-perl] branch master updated (5d377f2 -> 5ec13c0)

gregor herrmann gregoa at debian.org
Fri Apr 29 11:21:08 UTC 2016


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

gregoa pushed a change to branch master
in repository libdbi-perl.

      from  5d377f2   update changelog
      adds  a8110c5   Imported Upstream version 1.636
       new  63d2116   Merge tag 'upstream/1.636'
       new  f7904c3   Update debian/changelog
       new  02c6e74   Drop fix-spelling.patch, merged upstream.
       new  f16e4c0   Update debian/copyright.
       new  f93c43f   Update years of upstream and packaging copyright.
       new  6ebb472   Declare compliance with Debian Policy 3.9.8.
       new  5fa82a7   Update lintian override (line number).
       new  516508e   debian/rules: activate bindnow linker flag.
       new  034c40c   Add a new spelling.patch.
       new  5ec13c0   releasing package libdbi-perl version 1.636-1

The 10 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                              |   73 ++
 DBI.pm                               |   92 +--
 DBI.xs                               |   69 +-
 LICENSE                              |  412 ++++++++++
 MANIFEST                             |    5 +-
 META.json                            |    5 +-
 META.yml                             |    5 +-
 dbipport.h                           | 1472 ++++++++++++++++++++++------------
 dbiproxy.PL                          |    2 +-
 debian/changelog                     |   17 +-
 debian/control                       |    2 +-
 debian/copyright                     |   10 +-
 debian/libdbi-perl.lintian-overrides |    3 +-
 debian/patches/fix-spelling.patch    |   83 --
 debian/patches/series                |    2 +-
 debian/patches/spelling.patch        |   29 +
 debian/rules                         |    2 +
 lib/DBI/DBD.pm                       |    2 +-
 lib/DBI/DBD/SqlEngine.pm             |    2 +-
 lib/DBI/DBD/SqlEngine/Developers.pod |    2 +-
 lib/DBI/DBD/SqlEngine/HowTo.pod      |    4 +-
 lib/DBI/FAQ.pm                       |  966 ----------------------
 lib/DBI/Gofer/Transport/pipeone.pm   |    3 +
 lib/DBI/Profile.pm                   |    3 +-
 lib/DBI/ProxyServer.pm               |    2 +-
 lib/DBI/PurePerl.pm                  |    4 +-
 lib/DBI/SQL/Nano.pm                  |    1 +
 t/01basics.t                         |    4 +
 t/10examp.t                          |    9 +-
 t/16destroy.t                        |    3 +-
 t/53sqlengine_adv.t                  |   49 ++
 t/73cachedkids.t                     |   81 ++
 t/91_store_warning.t                 |   40 +
 t/lib.pl                             |    2 +-
 t/pod.t                              |    4 +-
 35 files changed, 1819 insertions(+), 1645 deletions(-)
 create mode 100644 LICENSE
 delete mode 100644 debian/patches/fix-spelling.patch
 create mode 100644 debian/patches/spelling.patch
 delete mode 100644 lib/DBI/FAQ.pm
 create mode 100644 t/53sqlengine_adv.t
 create mode 100644 t/73cachedkids.t
 create mode 100644 t/91_store_warning.t

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



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