This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository libmagpie-perl.
commit 76eba505bb8f3d08b23b3d2331467c47099aaafc Author: Jonas Smedegaard <[email protected]> Date: Mon May 19 20:00:27 2014 +0200 Prepare for release: Update changelog, control file and copyright info. --- debian/changelog | 23 +++++++++++++++++++++++ debian/control | 2 +- debian/copyright_hints | 12 ++++++++---- 3 files changed, 32 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3fed22e..3702141 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,26 @@ +libmagpie-perl (1.141380-1) unstable; urgency=medium + + [ upstream ] + * New release. + + Don't try to transform if there are errors fetching the content. + + Nested matching now works via both the middleware DSL and the XML + config. + + Update to the more modern JSON option, add support for blessed + objects. + + Fix harmless but broken and annoying Kioku test. + + Added new 'reset' keyword to builder DSL and XML config. This + permits users to reset the matching pipeline to handle special + cases. + + New proxy Resource class added. + + [ Jonas Smedegaard ] + * Fix use canonical Vcs-Git URL. + * Update copyright info: + + Extend coverage of packaging. + * Update watch file to use metacpan.org URL. + + -- Jonas Smedegaard <[email protected]> Mon, 19 May 2014 20:00:18 +0200 + libmagpie-perl (1.140280-1) unstable; urgency=medium [ upstream ] diff --git a/debian/control b/debian/control index 2c4e4c2..d54b1e3 100644 --- a/debian/control +++ b/debian/control @@ -34,7 +34,7 @@ Build-Depends: cdbs, Maintainer: Debian Perl Group <[email protected]> Uploaders: Jonas Smedegaard <[email protected]> Standards-Version: 3.9.5 -Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libmagpie-perl +Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmagpie-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmagpie-perl.git Homepage: http://search.cpan.org/dist/Magpie/ diff --git a/debian/copyright_hints b/debian/copyright_hints index 24a0a8a..930217b 100644 --- a/debian/copyright_hints +++ b/debian/copyright_hints @@ -14,9 +14,6 @@ Files: MANIFEST debian/control debian/control.in debian/gbp.conf - debian/patches/1001_fix_new_Moose.patch - debian/patches/README - debian/patches/series debian/source/format debian/watch dist.ini @@ -36,8 +33,10 @@ Files: MANIFEST t/config/asset_service_setter.t t/config/match_accept_xml.t t/config/match_env_xml.t + t/config/match_nested_xml.t t/config/match_template_xml.t t/config/match_xml.t + t/config/pipeline_reset.t t/context_middleware.t t/core/basic.t t/core/custom_matcher.t @@ -52,6 +51,8 @@ Files: MANIFEST t/core/sugar_match.t t/core/sugar_match_accept.t t/core/sugar_match_env.t + t/core/sugar_match_nested.t + t/core/sugar_match_reset.t t/core/sugar_match_template.t t/core/template_regex_edge.t t/data/asset_basic.xml @@ -63,7 +64,9 @@ Files: MANIFEST t/data/match.xml t/data/match_accept.xml t/data/match_env.xml + t/data/match_nested.xml t/data/match_template.xml + t/data/pipeline_reset.xml t/error.t t/event.t t/htdocs/alternates/blog/index.xml @@ -168,6 +171,7 @@ Files: README lib/Magpie/Resource/DBIxClass.pm lib/Magpie/Resource/File.pm lib/Magpie/Resource/Kioku.pm + lib/Magpie/Resource/Proxy.pm lib/Magpie/SymbolTable.pm lib/Magpie/Transformer.pm lib/Magpie/Transformer/JSON.pm @@ -184,7 +188,7 @@ License: UNKNOWN FIXME Files: debian/rules -Copyright: 2013, Jonas Smedegaard <[email protected]> +Copyright: 2013-2014, Jonas Smedegaard <[email protected]> License: GPL-3+ FIXME -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmagpie-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
