debian/0000755000000000000000000000000011751612141007165 5ustar debian/control0000644000000000000000000000216411751612336010601 0ustar Source: libdancer-logger-psgi-perl Section: perl Priority: optional Build-Depends: devscripts, perl-modules (>= 5.10.0) | libmodule-build-perl (>= 0.2808), cdbs (>= 0.4.78~), debhelper, dh-buildinfo, libdancer-perl, libplack-perl, perl (>= 5.12) | libmodule-build-perl (>= 0.360100), libtest-requires-perl, libtest-tcp-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libdancer-logger-psgi-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdancer-logger-psgi-perl.git Homepage: http://search.cpan.org/dist/Dancer-Logger-PSGI/ Package: libdancer-logger-psgi-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Description: PSGI Log handler for Dancer Dancer is a Perl web application framework. . Dancer::Logger:PSGI is an interface between your Dancer application and psgix.logger. Message will be logged in whatever logger you decided to use in your Plack handler. If no logger is defined, nothing will be logged. debian/source/0000755000000000000000000000000011731713575010500 5ustar debian/source/format0000644000000000000000000000001411731713575011706 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000062111751612141011036 0ustar libdancer-logger-psgi-perl (0.04-2) unstable; urgency=low * Fix build-depend on recent perl, or alternatively a recent libmodule-build-perl. -- Jonas Smedegaard Mon, 07 May 2012 02:16:24 +0200 libdancer-logger-psgi-perl (0.04-1) unstable; urgency=low * Initial packaging release. Closes: bug#671797. -- Jonas Smedegaard Mon, 07 May 2012 01:45:48 +0200 debian/compat0000644000000000000000000000000211731713575010376 0ustar 7 debian/watch0000644000000000000000000000030311751600211010205 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://search.cpan.org/dist/Dancer-Logger-PSGI/ .*/Dancer-Logger-PSGI-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright_hints0000644000000000000000000000327711751601777012353 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.json META.yml debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/watch dist.ini perlcritic.rc t/00-compile.t t/00_compile.t t/01_basic.t t/author-critic.t t/author-pod-spell.t t/author-test-eol.t t/release-cpan-changes.t t/release-dist-manifest.t t/release-distmeta.t t/release-kwalitee.t t/release-meta-json.t t/release-minimum-version.t t/release-mojibake.t t/release-no-tabs.t t/release-pod-coverage.t t/release-pod-linkcheck.t t/release-pod-syntax.t t/release-portability.t t/release-test-version.t t/release-unused-vars.t xt/01_podspell.t xt/02_perlcritic.t xt/03_pod.t xt/perlcriticrc Copyright: *No copyright* License: UNKNOWN FIXME Files: README lib/Dancer/Logger/PSGI.pm Copyright: 2010, franck cuny 2011, franck cuny License: UNKNOWN FIXME Files: LICENSE Copyright: 1989, Free Software Foundation, Inc 19xx name of author 19yy 2011, franck cuny HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR HOLDERS AND/OR OTHER PARTIES Holder Holder maintains some semblance of Holder may not be used to endorse or promote Holder to include your Holder" is whoever is named in the or s for Holder, but only to the Holder. A Package modified in such disclaimer" for the program, if holder saying it may be interest in the notices and associated disclaimers the software, and License: GPL-1+ FIXME Files: debian/rules Copyright: 2012, Jonas Smedegaard License: GPL-2+ FIXME debian/copyright0000644000000000000000000000320511751602246011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Dancer::Logger::PSGI Upstream-Contact: franck cuny Source: http://search.cpan.org/dist/Dancer-Logger-PSGI/ Files: * Copyright: 2010-2011, franck cuny License: Artistic or GPL-1+ This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. Comment: Perl is licensed under either the 'Artistic license' or the 'GNU General Public License' version 1 or later. Files: debian/* Copyright: 2012, Jonas Smedegaard License: GPL-2+ 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-2+ 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 2, 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 2 is located in '/usr/share/common-licenses/GPL-2'. . You should have received a copy of the 'GNU General Public License' along with this program. If not, see . debian/gbp.conf0000644000000000000000000000014611731713575010620 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000301611751611765010260 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright 2012, Jonas Smedegaard # Description: Main Debian packaging script for Dancer::Logger::PSGI # # 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 2, 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 = Dancer-Logger-PSGI DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Dancer #DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/R/RS/RSIMOES DEB_UPSTREAM_TARBALL_MD5 = acc2eadcfb93923aa50b593d641082e9 # Needed both by upstream build process and at runtime common-depends = libdancer-perl, libplack-perl CDBS_BUILD_DEPENDS += , $(common-depends), perl (>= 5.12) | libmodule-build-perl (>= 0.360100) CDBS_DEPENDS_ALL = $(common-depends) # Needed by upstream tests CDBS_BUILD_DEPENDS += , libtest-requires-perl, libtest-tcp-perl debian/control.in0000644000000000000000000000160111751602165011200 0ustar Source: libdancer-logger-psgi-perl Section: perl Priority: optional Build-Depends: @cdbs@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libdancer-logger-psgi-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdancer-logger-psgi-perl.git Homepage: http://search.cpan.org/dist/Dancer-Logger-PSGI/ Package: libdancer-logger-psgi-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Description: PSGI Log handler for Dancer Dancer is a Perl web application framework. . Dancer::Logger:PSGI is an interface between your Dancer application and psgix.logger. Message will be logged in whatever logger you decided to use in your Plack handler. If no logger is defined, nothing will be logged.