[libdbd-pg-perl] branch master updated (7cdf0bd -> db6e755)

gregor herrmann gregoa at debian.org
Wed Feb 12 18:38:03 UTC 2014


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

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

      from  7cdf0bd   Prepare changelog for release
      adds  caa44f7   Imported Upstream version 3.0.0
       new  e942077   Merge tag 'upstream/3.0.0'
       new  b2e0fab   New upstream release.
       new  9fd5e4b   Drop 2 patches (merged upstream), refresh the third one (offset).
       new  a317c84   Update years of copyright.
       new  7e781c7   Bump versioned build dependency on libdbi-perl
       new  b0e20e8   Declare compliance with Debian Policy 3.9.5.
       new  58de949   Add note about changed UTF-8 handling to debian/NEWS.
       new  db6e755   releasing package libdbd-pg-perl version 3.0.0-1

The 8 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:
 .perlcriticrc                                      |   2 +-
 Changes                                            | 108 +++-
 MANIFEST                                           |   2 +
 META.yml                                           |  16 +-
 Makefile.PL                                        |  35 +-
 Pg.h                                               |   3 +-
 Pg.pm                                              | 352 +++++++----
 Pg.xs                                              |  32 +-
 README                                             |  17 +-
 README.dev                                         |   3 +
 SIGNATURE                                          |  82 +--
 TODO                                               |  12 +-
 dbdimp.c                                           | 684 +++++++++++++--------
 dbdimp.h                                           |  33 +-
 debian/NEWS                                        |   9 +
 debian/changelog                                   |  12 +
 debian/control                                     |   7 +-
 debian/copyright                                   |   4 +-
 ...for-the-PrintWarn-test-as-Postgres-got-le.patch |  21 -
 debian/patches/pod-spelling.patch                  |  18 -
 debian/patches/series                              |   2 -
 debian/patches/testdir.patch                       |   4 +-
 lib/Bundle/DBD/Pg.pm                               |   2 +-
 quote.c                                            |   4 +-
 t/00basic.t                                        |  21 +-
 t/01constants.t                                    |  19 +-
 t/02attribs.t                                      |  81 ++-
 t/03dbmethod.t                                     | 191 ++++--
 t/03smethod.t                                      |  45 +-
 t/04misc.t                                         |  88 ++-
 t/06bytea.t                                        |   5 +-
 t/09arrays.t                                       |   6 +-
 t/12placeholders.t                                 |  20 +-
 t/30unicode.t                                      |  84 +++
 t/99cleanup.t                                      |   6 +
 t/dbdpg_test_setup.pl                              |  57 +-
 t/lib/App/Info.pm                                  |  75 +--
 t/lib/App/Info/Handler.pm                          |  23 +-
 t/lib/App/Info/Handler/Print.pm                    | 178 ++++++
 t/lib/App/Info/Handler/Prompt.pm                   |  17 +-
 t/lib/App/Info/RDBMS.pm                            |  17 +-
 t/lib/App/Info/RDBMS/PostgreSQL.pm                 |  49 +-
 t/lib/App/Info/Request.pm                          |  33 +-
 t/lib/App/Info/Util.pm                             | 132 ++--
 testme.tmp.pl                                      |  41 ++
 types.c                                            | 561 +++++++++--------
 types.h                                            |  16 +
 47 files changed, 2217 insertions(+), 1012 deletions(-)
 delete mode 100644 debian/patches/0001-Use-DEBUG1-for-the-PrintWarn-test-as-Postgres-got-le.patch
 delete mode 100644 debian/patches/pod-spelling.patch
 create mode 100644 t/30unicode.t
 create mode 100644 t/lib/App/Info/Handler/Print.pm

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



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