[libdbd-sqlite3-perl] branch master updated (824cbaa -> b61ca1a)

Salvatore Bonaccorso carnil at debian.org
Sat Mar 22 13:41:26 UTC 2014


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

carnil pushed a change to branch master
in repository libdbd-sqlite3-perl.

      from  824cbaa   Remove Maximilian Gaß from Uploaders (no more active according to himself)
      adds  43cb863   Imported Upstream version 1.42
       new  2ff6455   Merge tag 'upstream/1.42'
       new  38c0b54   Drop 0001-error-messages-have-been-slightly-changed-since-3.8..patch patch
       new  f5ebffa   Update copyright years for debian/* packaging files
       new  b61ca1a   Prepare changelog for release

The 4 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                                            |   180 +-
 MANIFEST                                           |     6 +
 META.json                                          |     4 +-
 META.yml                                           |     4 +-
 Makefile.PL                                        |     3 +
 SQLite.xs                                          |    56 +
 dbdimp.c                                           |    24 +-
 debian/changelog                                   |     9 +-
 debian/copyright                                   |     2 +-
 ...ges-have-been-slightly-changed-since-3.8..patch |    56 -
 debian/patches/series                              |     1 -
 lib/DBD/SQLite.pm                                  |    93 +-
 sqlite3.c                                          | 33243 +++++++++++--------
 sqlite3.h                                          |   343 +-
 sqlite3ext.h                                       |     3 +
 t/07_error.t                                       |     2 +-
 t/33_non_latin_path.t                              |     4 +-
 t/39_foreign_keys.t                                |     4 +-
 t/53_status.t                                      |     8 +-
 t/55_statistics_info.t                             |    99 +
 t/56_open_flags.t                                  |   107 +
 t/57_uri_filename.t                                |   222 +
 t/58_see_if_its_a_number_and_explicit_binding.t    |    73 +
 t/lib/Test.pm                                      |     9 +-
 t/rt_36838_unique_and_bus_error.t                  |     2 +-
 t/rt_76395_int_overflow.t                          |    52 +
 t/rt_88228_sqlite_3_8_0_crash.t                    |    51 +
 util/getsqlite.pl                                  |     4 +-
 28 files changed, 20749 insertions(+), 13915 deletions(-)
 delete mode 100644 debian/patches/0001-error-messages-have-been-slightly-changed-since-3.8..patch
 create mode 100644 t/55_statistics_info.t
 create mode 100644 t/56_open_flags.t
 create mode 100644 t/57_uri_filename.t
 create mode 100644 t/58_see_if_its_a_number_and_explicit_binding.t
 create mode 100644 t/rt_76395_int_overflow.t
 create mode 100644 t/rt_88228_sqlite_3_8_0_crash.t

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



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