debian/0000755000000000000000000000000012172475024007172 5ustar debian/control0000644000000000000000000000233012172016616010571 0ustar Source: libmessage-passing-filter-regexp-perl Section: perl Priority: optional Build-Depends: cdbs, devscripts, perl, debhelper, dh-buildinfo, libconfig-tiny-perl, libjson-types-perl, libmessage-passing-perl, libregexp-log-perl, libtest-simple-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libmessage-passing-filter-regexp-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmessage-passing-filter-regexp-perl.git Homepage: http://search.cpan.org/dist/Message-Passing-Filter-Regexp/ Package: libmessage-passing-filter-regexp-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: regexp capture filter For Message::Passing Message::Passing::Filter::Regexp is a Message::Passing filter which passes all incoming messages through regexp captures. . Note it must be applied after Message::Passing::Filter::ToLogstash because it won't process JSON data but directly captures "$message-"{'@message'}> data lines into "%{ $message-"{'@fields'} }>. debian/source/0000755000000000000000000000000011752713702010473 5ustar debian/source/format0000644000000000000000000000001411373262460011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000241112172475024011042 0ustar libmessage-passing-filter-regexp-perl (0.05-1) unstable; urgency=low [ upstream ] * New release + Add support for 'fromto => { message => undef }'. [ Jonas Smedegaard ] * Improve watch file to use both www.cpan.org/authors URL (for newest info) and search.cpan.org/dist URL (for change of author). Switch get-orig-source target to use www.cpan.org/authors URL. -- Jonas Smedegaard Sat, 20 Jul 2013 13:52:48 +0200 libmessage-passing-filter-regexp-perl (0.04-1) unstable; urgency=low [ upstream ] * New release + Add attrs of _re and _fields, so no more need to call function of Regexp::Log everytime. Save half time in 100k lines testing. + Add 'fromto' hashref attr, now you can capture multi-fields. + Modify JSON test for the hash randomization changed by Perl5.18. [ Jonas Smedegaard ] * Add README.source emphasizing control.in file as *not* a show-stopper for contributions, referring to wiki page for details. * Stop track upstream prereleases. -- Jonas Smedegaard Tue, 16 Jul 2013 19:43:32 +0200 libmessage-passing-filter-regexp-perl (0.02-1) unstable; urgency=low * Initial packaging release. Closes: bug#703714. -- Jonas Smedegaard Sat, 23 Mar 2013 00:42:13 +0100 debian/README.source0000644000000000000000000000056312134045103011342 0ustar CDBS+git-buildpackage --------------------- This source package uses CDBS and git-buildpackage. NMUs need not (but are encouraged to) make special use of these tools. In particular, the debian/control.in file can be completely ignored. More info here: http://wiki.debian.org/CDBS+git-buildpackage -- Jonas Smedegaard Mon, 18 Feb 2013 12:55:37 +0100 debian/compat0000644000000000000000000000000212010177205010357 0ustar 8 debian/watch0000644000000000000000000000042612172474456010235 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://www.cpan.org/authors/id/C/CH/CHENRYN/Message-Passing-Filter-Regexp-([\d.]+)\.tar\.gz http://search.cpan.org/dist/Message-Passing-Filter-Regexp/ .*/Message-Passing-Filter-Regexp-([\d.]+)\.tar\.gz debian/copyright_hints0000644000000000000000000000133412171303036012323 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: Changes MANIFEST META.json META.yml Makefile.PL debian/README.source debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/watch t/001-Config-Tiny.t t/002-Regexp-Log.t t/003-Message-Passing-Filter-Regexp.t t/regexfile Copyright: *No copyright* License: UNKNOWN FIXME Files: README lib/Message/Passing/Filter/Regexp.pm lib/Message/Passing/Filter/Regexp/Log.pm Copyright: 2012, chenryn License: UNKNOWN FIXME Files: debian/rules Copyright: 2013, Jonas Smedegaard License: GPL-3+ FIXME debian/copyright0000644000000000000000000000345612123101054011116 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Message::Passing::Filter::Regexp Upstream-Contact: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Message-Passing-Filter-Regexp Source: http://search.cpan.org/dist/Message-Passing-Filter-Regexp/ Files: * Copyright: 2012, chenryn License: Artistic or GPL-1+ Comment: License: . This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.14.2 or, at your option, any later version of Perl 5 you may have available. . Comment: . Perl 5 is licensed under either the 'Artistic license' or the 'GNU General Public License' version 1 or later. Files: debian/* Copyright: 2013, Jonas Smedegaard License: GPL-3+ License: Artistic Comment: . On Debian systems the 'Artistic License' is located in '/usr/share/common-licenses/Artistic'. License: GPL-1+ Comment: . On Debian systems the 'GNU General Public License' version 1 is located in '/usr/share/common-licenses/GPL-1'. License: GPL-3+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . Comment: . On Debian systems the 'GNU General Public License' version 3 is located in '/usr/share/common-licenses/GPL-3'. . You should have received a copy of the 'GNU General Public License' along with this program. If not, see . debian/gbp.conf0000644000000000000000000000014611373262460010612 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000275012172474752010265 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright 2013, Jonas Smedegaard # Description: Main Debian packaging script for Message::Passing::Filter::Regexp # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/perl-makemaker.mk include /usr/share/cdbs/1/rules/debhelper.mk pkg = $(DEB_SOURCE_PACKAGE) DEB_UPSTREAM_PACKAGE = Message-Passing-Filter-Regexp DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/C/CH/CHENRYN DEB_UPSTREAM_TARBALL_MD5 = fc09bb95de03662a548dd5497c4352e2 # Needed by upstream build and (always) at runtime perl-deps = config-tiny json-types message-passing regexp-log deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps)) # Needed by upstream testsuite deps-test = libtest-simple-perl CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test) CDBS_DEPENDS_$(pkg) = $(deps) debian/control.in0000644000000000000000000000207312123101401011161 0ustar Source: libmessage-passing-filter-regexp-perl Section: perl Priority: optional Build-Depends: @cdbs@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libmessage-passing-filter-regexp-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmessage-passing-filter-regexp-perl.git Homepage: http://search.cpan.org/dist/Message-Passing-Filter-Regexp/ Package: libmessage-passing-filter-regexp-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: regexp capture filter For Message::Passing Message::Passing::Filter::Regexp is a Message::Passing filter which passes all incoming messages through regexp captures. . Note it must be applied after Message::Passing::Filter::ToLogstash because it won't process JSON data but directly captures "$message-"{'@message'}> data lines into "%{ $message-"{'@fields'} }>.