[libmagpie-perl] branch master updated (d3402a5 -> 34a58ab)

Jonas Smedegaard dr at jones.dk
Wed Dec 6 00:57:05 UTC 2017


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

js pushed a change to branch master
in repository libmagpie-perl.

      from  d3402a5   update changelog
      adds  8c87885   Fix drop extranous entry in gbp.conf.
      adds  e11396b   Update watch file: Bump watch file to format 4. Mention "gbp import-orig --uscan" usage comment. Use patterns for version and suffix.
      adds  900fb4b   Added new, fully functional DBIx::Class Resource.
      adds  ad7c8c0   Moved DBI-related Resource attributes out to their own reusable plugin.
      adds  252b83f   Adding previously missed test classes for the new DBIC Resource.
      adds  46a6509   Missing DBIC test.
      adds  12494fe   Code cleanup, removed noisy debugging warnings.
      adds  66f3259   Create .travis.yml
      adds  a5df703   add JSON deserializer
      adds  1e82763   CGI::Struct input transformer
      adds  a06d70b   fix Input/JSON error message
      adds  3552b15   add a Stripe input transformer
      adds  2f2783b   Merge pull request #13 from Tamarou/input_transformers
      adds  6ab132f   New upstream version 1.163200
      adds  237b7e3   Update upstream source from tag 'upstream/1.163200'
      adds  9ab5016   Modernize git-buildpackage config: Avoid git- prefix.
      adds  2b03b88   Modernize cdbs: Drop get-orig-source target: Use gbp import-orig --uscan.
      adds  efa9a0e   Modernize cdbs: Do copyright-check in maintainer script (not during build).
      adds  f038edb   Update copyright info: Use https protocol in file format URL.
      adds  7d13401   Update copyright info: Use License-Grant and License-Reference fields. Thanks to Ben Finney.
      adds  738e4db   Add lintian overrides regarding license in License-Reference field. See bug#s786450.
      adds  e77df79   Bump debhelper compatibility level to 9.
      adds  5535a3e   Modernize Vcs-* fields: Use protocol https (not http nor git). Use git (not cgit) in path. Include .git suffix in path.
      adds  4509321   Declare compliance with Debian Policy 4.1.2.
      adds  c22d0f3   Update package relations: Relax to build-depend/depend/recommend unversioned on libmoose-perl libtry-tiny-perl liburi-perl libxml-libxml-perl, and stop build-depend/deoend explicitly on (recent perl or) recent libtest-simple-perl: Needed versions satisfied even in oldstable.
      adds  3547e2d   Update copyright info: Extend coverage for myself.
      adds  7f50deb   Update package relations: Build-depend on libmoosex-nonmoose-perl.
      adds  d866f96   Tidy rules file.
      adds  64f5dd9   Update package relations: Build-depend on libmoosex-markasmethods-perl.
      adds  34a58ab   Prepare for release: Update changelog, control file, and copyright hints.

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |   6 -
 LICENSE                                            |  22 +-
 MANIFEST                                           |   9 +-
 META.yml                                           |  55 ++---
 Makefile.PL                                        |  16 +-
 README                                             |   4 +-
 debian/changelog                                   |  40 +++-
 debian/compat                                      |   2 +-
 debian/control                                     |  20 +-
 debian/control.in                                  |   6 +-
 debian/copyright                                   |  52 ++---
 debian/copyright-check                             |  24 ++
 debian/copyright_hints                             |  35 ++-
 debian/gbp.conf                                    |   3 +-
 debian/rules                                       |  26 +--
 debian/source/lintian-overrides                    |   7 +
 debian/watch                                       |   7 +-
 dist.ini                                           |   2 +-
 lib/Magpie.pm                                      |  11 +-
 lib/Magpie/Breadboard.pm                           |   8 +-
 lib/Magpie/Component.pm                            |  10 +-
 lib/Magpie/Component/ContentCache.pm               |   8 +-
 lib/Magpie/ConfigReader/XML.pm                     |   8 +-
 lib/Magpie/Constants.pm                            |  10 +-
 lib/Magpie/Dispatcher/Env.pm                       |  11 +-
 lib/Magpie/Dispatcher/RequestMethod.pm             |  11 +-
 lib/Magpie/Dispatcher/RequestParam.pm              |  11 +-
 lib/Magpie/Error.pm                                |   9 +-
 lib/Magpie/Error/Simplified.pm                     |   9 +-
 lib/Magpie/Event.pm                                |   8 +-
 lib/Magpie/Event/Symbol.pm                         |   8 +-
 lib/Magpie/Intro.pod                               |   9 +-
 lib/Magpie/Machine.pm                              |   8 +-
 lib/Magpie/Manual/Config.pod                       |  12 +-
 lib/Magpie/Matcher.pm                              |   8 +-
 lib/Magpie/Plugin/DBI.pm                           |  31 +--
 lib/Magpie/Plugin/Resource/Cache.pm                |   8 +-
 lib/Magpie/Plugin/URITemplate.pm                   |   8 +-
 lib/Magpie/Resource.pm                             |  12 +-
 lib/Magpie/Resource/Abstract.pm                    |  11 +-
 lib/Magpie/Resource/DBIC.pm                        | 254 ++++++++++++---------
 lib/Magpie/Resource/File.pm                        |  11 +-
 lib/Magpie/Resource/Kioku.pm                       |  70 +-----
 lib/Magpie/Resource/Proxy.pm                       |  11 +-
 lib/Magpie/SymbolTable.pm                          |   9 +-
 lib/Magpie/Transformer.pm                          |  10 +-
 lib/Magpie/Transformer/JSON.pm                     |  10 +-
 lib/Magpie/Transformer/Middleware.pm               |   9 +-
 lib/Magpie/Transformer/ServiceUnavailable.pm       |   8 +-
 lib/Magpie/Transformer/TT2.pm                      |   9 +-
 lib/Magpie/Transformer/XSLT.pm                     |   8 +-
 lib/Magpie/Transformer/XSP.pm                      |   8 +-
 lib/Magpie/Types.pm                                |   8 +-
 lib/Magpie/Util.pm                                 |   8 +-
 lib/Plack/Middleware/Magpie.pm                     |   8 +-
 ...elease-pod-coverage.t => author-pod-coverage.t} |   6 +-
 t/{release-pod-syntax.t => author-pod-syntax.t}    |   7 +-
 t/{kioku.t => dbic.t}                              |  44 +++-
 t/lib/Magpie/DBIC/Schema.pm                        |   6 +
 t/lib/Magpie/DBIC/Schema/Result/User.pm            |  35 +++
 60 files changed, 604 insertions(+), 500 deletions(-)
 delete mode 100644 .gitignore
 create mode 100755 debian/copyright-check
 create mode 100644 debian/source/lintian-overrides
 rename t/{release-pod-coverage.t => author-pod-coverage.t} (62%)
 rename t/{release-pod-syntax.t => author-pod-syntax.t} (52%)
 copy t/{kioku.t => dbic.t} (50%)
 create mode 100644 t/lib/Magpie/DBIC/Schema.pm
 create mode 100644 t/lib/Magpie/DBIC/Schema/Result/User.pm

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



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