debian/0000755000000000000000000000000012123165410007161 5ustar debian/control0000644000000000000000000000215412123165416010574 0ustar Source: libregexp-log-perl Section: perl Priority: optional Build-Depends: cdbs, devscripts, perl, debhelper, dh-buildinfo, 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/libregexp-log-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libregexp-log-perl.git Homepage: http://search.cpan.org/dist/Regexp-Log/ Package: libregexp-log-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: base class for log files regexp builders Regexp::Log is a base class for a variety of modules that generate regular expressions for performing the usual data munging tasks on log files that cannot be simply split(). . The goal of this module family is to compute regular expressions based on the configuration string of the log. . Please note that there is I you can do with Regexp::Log! Use one of its derived classes! debian/source/0000755000000000000000000000000011752713702010473 5ustar debian/source/format0000644000000000000000000000001411373262460011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000025712123165410011037 0ustar libregexp-log-perl (0.06-1) unstable; urgency=low * Initial packaging release. Closes: bug#703737. -- Jonas Smedegaard Sat, 23 Mar 2013 00:36:36 +0100 debian/compat0000644000000000000000000000000212010177205010357 0ustar 8 debian/watch0000644000000000000000000000022712123162612010214 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://search.cpan.org/dist/Regexp-Log/ .*/Regexp-Log-([\d._]+)\.tar\.gz debian/copyright_hints0000644000000000000000000000115212123162721012322 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: Build.PL Changes MANIFEST META.yml Makefile.PL README debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/watch lib/Regexp/Log.pm t/00basic.t t/10foo.t t/11bar.t t/20debug.t t/Bar.pm t/Foo.pm t/foo1.log t/foo2.log t/pod-coverage.t t/pod.t Copyright: *No copyright* License: UNKNOWN FIXME Files: debian/rules Copyright: 2013, Jonas Smedegaard License: GPL-3+ FIXME debian/copyright0000644000000000000000000000321112123163077011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Regexp::Log Upstream-Contact: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Regexp-Log Source: http://search.cpan.org/dist/Regexp-Log/ Files: * Copyright: Philippe 'BooK' Bruhat License: Artistic or GPL-1+ Comment: License: . This module is free software; you can redistribute it or modify it under the same terms as Perl itself. . Comment: . Perl 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/rules0000755000000000000000000000227012123164064010246 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright 2013, Jonas Smedegaard # Description: Main Debian packaging script for Regexp::Log # # 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-build.mk include /usr/share/cdbs/1/rules/debhelper.mk DEB_UPSTREAM_PACKAGE = Regexp-Log DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Regexp DEB_UPSTREAM_TARBALL_MD5 = 2d91edac5ecbfd9c4ca7c7366f31db52 # Needed by upstream testsuite CDBS_BUILD_DEPENDS +=, libtest-simple-perl debian/control.in0000644000000000000000000000205112123163425011173 0ustar Source: libregexp-log-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/libregexp-log-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libregexp-log-perl.git Homepage: http://search.cpan.org/dist/Regexp-Log/ Package: libregexp-log-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: base class for log files regexp builders Regexp::Log is a base class for a variety of modules that generate regular expressions for performing the usual data munging tasks on log files that cannot be simply split(). . The goal of this module family is to compute regular expressions based on the configuration string of the log. . Please note that there is I you can do with Regexp::Log! Use one of its derived classes!