[libcpan-sqlite-perl] branch master updated (cbba207 -> 56add34)

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Wed Jul 29 18:49:11 UTC 2015


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

kanashiro-guest pushed a change to branch master
in repository libcpan-sqlite-perl.

      from  cbba207   releasing package libcpan-sqlite-perl version 0.206-1
      adds  7894830   Imported Upstream version 0.211
       new  6739f1e   Merge tag 'upstream/0.211'
       new  cb14424   Update debian/changelog
       new  9af8268   Update changelog info generated by dpt
       new  758dca9   Set debhelper >= 9
       new  e2d74df   Update date of upstream copyright
       new  9711c28   autopkgtest: create test-files with bin/ and META
       new  56add34   Release libcpan-sqlite-perl 0.211-1 to unstable

The 7 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                                      |  19 +-
 LICENSE                                      | 379 +++++++++++++++++++++++
 MANIFEST                                     |   6 +-
 META.json                                    | 136 +++++---
 META.yml                                     |  83 +++--
 Makefile.PL                                  |   9 +-
 bin/cpandb                                   |   5 +-
 debian/changelog                             |  10 +
 debian/compat                                |   2 +-
 debian/control                               |   2 +-
 debian/copyright                             |   3 +-
 debian/tests/pkg-perl/test-files             |   4 +
 lib/CPAN/SQLite.pm                           |  10 +-
 lib/CPAN/SQLite/DBI.pm                       |   8 +-
 lib/CPAN/SQLite/DBI/Index.pm                 |  16 +-
 lib/CPAN/SQLite/DBI/Search.pm                |  15 +-
 lib/CPAN/SQLite/Index.pm                     |  42 ++-
 lib/CPAN/SQLite/Info.pm                      |  13 +-
 lib/CPAN/SQLite/META.pm                      |   9 +-
 lib/CPAN/SQLite/Populate.pm                  |  16 +-
 lib/CPAN/SQLite/Search.pm                    |  17 +-
 lib/CPAN/SQLite/State.pm                     |   9 +-
 lib/CPAN/SQLite/Util.pm                      |  10 +-
 t/00-all_prereqs.t                           | 103 ++++++
 t/00-compile.t                               |  94 ++++++
 t/00-compile/lib_CPAN_SQLite_DBI_Index_pm.t  |  11 +
 t/00-compile/lib_CPAN_SQLite_DBI_Search_pm.t |  11 +
 t/00-compile/lib_CPAN_SQLite_DBI_pm.t        |  11 +
 t/00-compile/lib_CPAN_SQLite_Index_pm.t      |  11 +
 t/00-compile/lib_CPAN_SQLite_Info_pm.t       |  11 +
 t/00-compile/lib_CPAN_SQLite_META_pm.t       |  11 +
 t/00-compile/lib_CPAN_SQLite_Populate_pm.t   |  11 +
 t/00-compile/lib_CPAN_SQLite_Search_pm.t     |  11 +
 t/00-compile/lib_CPAN_SQLite_State_pm.t      |  11 +
 t/00-compile/lib_CPAN_SQLite_Util_pm.t       |  11 +
 t/00-compile/lib_CPAN_SQLite_pm.t            |  11 +
 t/00-report-prereqs.dd                       |  68 ++++
 t/00-report-prereqs.t                        | 183 +++++++++++
 t/000-report-versions.t                      | 447 +++++++++++++++++++++++++++
 t/00compile.t                                |  45 ---
 t/06retrieve.t                               |  38 +++
 t/author-critic.t                            |  20 ++
 t/author-eol.t                               |  74 +++++
 t/author-no-tabs.t                           |  74 +++++
 t/author-pod-spell.t                         |  34 ++
 t/release-changes_has_content.t              |  48 +++
 t/release-distmeta.t                         |  14 +
 t/release-fixme.t                            |  16 +
 t/release-has-version.t                      |  16 +
 t/release-kwalitee.t                         |  17 +
 t/release-meta-json.t                        |  12 +
 t/release-minimum-version.t                  |  16 +
 t/release-pause-permissions.t                |  21 ++
 t/release-pod-linkcheck.t                    |  28 ++
 t/release-pod-syntax.t                       |  14 +
 t/testrules.yml                              |  15 +
 56 files changed, 2152 insertions(+), 189 deletions(-)
 create mode 100644 LICENSE
 create mode 100644 debian/tests/pkg-perl/test-files
 create mode 100644 t/00-all_prereqs.t
 create mode 100644 t/00-compile.t
 create mode 100644 t/00-compile/lib_CPAN_SQLite_DBI_Index_pm.t
 create mode 100644 t/00-compile/lib_CPAN_SQLite_DBI_Search_pm.t
 create mode 100644 t/00-compile/lib_CPAN_SQLite_DBI_pm.t
 create mode 100644 t/00-compile/lib_CPAN_SQLite_Index_pm.t
 create mode 100644 t/00-compile/lib_CPAN_SQLite_Info_pm.t
 create mode 100644 t/00-compile/lib_CPAN_SQLite_META_pm.t
 create mode 100644 t/00-compile/lib_CPAN_SQLite_Populate_pm.t
 create mode 100644 t/00-compile/lib_CPAN_SQLite_Search_pm.t
 create mode 100644 t/00-compile/lib_CPAN_SQLite_State_pm.t
 create mode 100644 t/00-compile/lib_CPAN_SQLite_Util_pm.t
 create mode 100644 t/00-compile/lib_CPAN_SQLite_pm.t
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 t/00-report-prereqs.t
 create mode 100644 t/000-report-versions.t
 delete mode 100644 t/00compile.t
 create mode 100644 t/06retrieve.t
 create mode 100644 t/author-critic.t
 create mode 100644 t/author-eol.t
 create mode 100644 t/author-no-tabs.t
 create mode 100644 t/author-pod-spell.t
 create mode 100644 t/release-changes_has_content.t
 create mode 100644 t/release-distmeta.t
 create mode 100644 t/release-fixme.t
 create mode 100644 t/release-has-version.t
 create mode 100644 t/release-kwalitee.t
 create mode 100644 t/release-meta-json.t
 create mode 100644 t/release-minimum-version.t
 create mode 100644 t/release-pause-permissions.t
 create mode 100644 t/release-pod-linkcheck.t
 create mode 100644 t/release-pod-syntax.t
 create mode 100644 t/testrules.yml

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



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