debian/0000755000000000000000000000000012154472464007177 5ustar debian/rules0000755000000000000000000000025512154472464010261 0ustar #!/usr/bin/make -f %: dh $@ --with components # Stop it from tryng to p/Makefile.PL and q/Makefile.PL prematurely override_dh_auto_configure: dh_auto_configure -- DIR= debian/control0000644000000000000000000000435312154472464010607 0ustar Source: libcgi-application-plugin-devpopup-perl Maintainer: Debian Perl Group Uploaders: Nicholas Bamber , Jaldhar H. Vyas Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libcgi-application-perl, libio-stringy-perl, libhtml-template-perl, pkg-components, liblog-dispatch-perl, libtest-nowarnings-perl, libtest-pod-perl, libtest-pod-coverage-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcgi-application-plugin-devpopup-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcgi-application-plugin-devpopup-perl.git Homepage: https://metacpan.org/release/CGI-Application-Plugin-DevPopup/ Package: libcgi-application-plugin-devpopup-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libcgi-application-perl, libio-stringy-perl, libhtml-template-perl Suggests: liblog-dispatch-perl Breaks: libcgi-application-basic-plugin-bundle-perl (<< 0.6), libcgi-application-plugins-perl (<< 0.11) Provides: libcgi-application-plugin-devpopup-params-perl, libcgi-application-plugin-devpopup-query-perl Replaces: libcgi-application-basic-plugin-bundle-perl (<< 0.6), libcgi-application-plugins-perl (<< 0.11) Description: debugging framework for CGI::Application CGI::Application::Plugin::DevPopup module provides a plugin framework for displaying runtime information about your CGI::Application application in a popup window. Specific plugins include: . CGI::Application::Plugin::DevPopup::Query - Shows the state of the query object (usually a CGI) . CGI::Application::Plugin::DevPopup::Params - Shows the internal CGI::Application state . CGI::Application::Plugin::DevPopup::HTTPHeaders - Shows incoming and outgoing headers . CGI::Application::Plugin::DevPopup::Log - Shows information collected from a log file handle . CGI::Application::Plugin::DevPopup::Timing - Shows timing information about application states. debian/README.source0000644000000000000000000000214012154472464011353 0ustar For most purposes this package is a standard Debian Perl Group package. The aspect in which it is special is that some related modules are bundled together with the package. So long as you have the appropriate tar balls in the correct place you can build using dpkg-buildpackage or svn-buildpackage as you would normally. If you have a fresh checkout from the svn repository and you wish to download all the tarballs to build under svn-buildpackage, then from the package root directory run: ./debian/update.sh update To check for new updates drop the "update" argument. If you are building under dpkg-buildpackage you need to tell the script about the alternative build directory so run DESTDIR=.. ./debian/update.sh update There are a couple of important caveats about the update.sh script. First of all when used in update mode it will DELETE the existing tarballs. Secondly when you do update one of the components, the update.sh script will need to be updated. These limitations arise because it is a temporary work around until pkg-components (or even uscan) provides something more substantial. debian/source/0000755000000000000000000000000012154472464010477 5ustar debian/source/format0000644000000000000000000000001412154472464011705 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000277012154472464011057 0ustar libcgi-application-plugin-devpopup-perl (1.07-2) unstable; urgency=low * Team upload. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * debian/copyright: switch formatting to Copyright-Format 1.0. (Closes: #711419) Drop unused lintian override. * Set Standards-Version to 3.9.4 (no further changes). -- gregor herrmann Sat, 08 Jun 2013 02:04:41 +0200 libcgi-application-plugin-devpopup-perl (1.07-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ Nicholas Bamber ] * New upstream release * Refreshed spelling patch * Upgraded pkg-components to 0.3 - Each component is now responsible for its copyright. - These components have no additional dependencies. * Updated copyright * Added lintian override concerning DEP-5 * Added debian/clean -- Nicholas Bamber Tue, 01 Nov 2011 20:08:20 +0000 libcgi-application-plugin-devpopup-perl (1.06-1) unstable; urgency=low * Split out from libcgi-application-basic-plugin-bundle-perl (Closes: #631076) -- Nicholas Bamber Fri, 24 Jun 2011 15:33:56 +0100 debian/compat0000644000000000000000000000000212154472464010375 0ustar 8 debian/clean0000644000000000000000000000007112154472464010202 0ustar debian/libcgi-application-plugin-devpopup-perl.copyright debian/patches/0000755000000000000000000000000012154472464010626 5ustar debian/patches/spelling.patch0000644000000000000000000000132512154472464013465 0ustar Author: Nicholas Bamber Subject: Spelling Forwarded: https://rt.cpan.org/Ticket/Display.html?id=69672 Last-Update: 2011-07-21 Reviewed-by: Gregor Hermann --- a/lib/CGI/Application/Plugin/DevPopup.pm +++ b/lib/CGI/Application/Plugin/DevPopup.pm @@ -264,7 +264,7 @@ time. This means you should place it in a BEGIN{} block, or use SetEnv or PerlSetEnv (remember to set those before any PerlRequire or PerlModule lines). -Absense of the environment variable turns this module into a no-op: while the +Absence of the environment variable turns this module into a no-op: while the plugin and its plugins are still loaded, they won't modify your output. =head1 Available Plugins debian/patches/series0000644000000000000000000000001712154472464012041 0ustar spelling.patch debian/copyright0000644000000000000000000000241012154472464011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: CGI-Application-Plugin-DevPopup Upstream-Contact: Rhesa Rozendaal, rhesa@cpan.org Source: https://metacpan.org/release/CGI-Application-Plugin-DevPopup/ Files: * Copyright: 2010, Rhesa Rozendaal, License: Artistic or GPL-1+ Files: q/* Copyright: 2009-2011, Serguei Trouchelle License: Artistic or GPL-1+ Files: p/* Copyright: 2009, Serguei Trouchelle License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, Nicholas Bamber License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ 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 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/components/0000755000000000000000000000000012154472464011364 5ustar debian/components/q/0000755000000000000000000000000012154472464011624 5ustar debian/components/q/copyright0000644000000000000000000000014012154472464013552 0ustar Files: q/* Copyright: 2009-2011, Serguei Trouchelle License: Artistic or GPL-1+ debian/components/q/test0000755000000000000000000000063512154472464012535 0ustar #!/bin/sh TDIR=COMPONENTS/${DH_COMPONENT} export PERL5LIB=../../debian/${PACKAGE}/usr/share/perl5 if [ -z ${PACKAGE} ] then echo PACKAGE not set exit 1 fi if [ -z ${DH_COMPONENT} ] then echo DH_COMPONENT not set exit 1 fi if [ ! -d ${TDIR} ] then echo ${TDIR} not a directory exit 1 fi if dh_auto_test -D ${TDIR} then EXIT_STATUS=0 else EXIT_STATUS=1 fi exit $EXIT_STATUS debian/components/q/watch0000644000000000000000000000024712154472464012660 0ustar version=3 http://search.cpan.org/dist/CGI-Application-Plugin-DevPopup-Query/ .*/CGI-Application-Plugin-DevPopup-Query-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/components/copyright.in0000644000000000000000000000211612154472464013724 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: CGI-Application-Plugin-DevPopup Upstream-Contact: Rhesa Rozendaal, rhesa@cpan.org Source: http://search.cpan.org/dist/CGI-Application-Plugin-DevPopup/ Files: * Copyright: 2010-2011, Rhesa Rozendaal, License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, Nicholas Bamber License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ 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 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/components/p/0000755000000000000000000000000012154472464011623 5ustar debian/components/p/copyright0000644000000000000000000000013312154472464013553 0ustar Files: p/* Copyright: 2009, Serguei Trouchelle License: Artistic or GPL-1+ debian/components/p/test0000755000000000000000000000063512154472464012534 0ustar #!/bin/sh TDIR=COMPONENTS/${DH_COMPONENT} export PERL5LIB=../../debian/${PACKAGE}/usr/share/perl5 if [ -z ${PACKAGE} ] then echo PACKAGE not set exit 1 fi if [ -z ${DH_COMPONENT} ] then echo DH_COMPONENT not set exit 1 fi if [ ! -d ${TDIR} ] then echo ${TDIR} not a directory exit 1 fi if dh_auto_test -D ${TDIR} then EXIT_STATUS=0 else EXIT_STATUS=1 fi exit $EXIT_STATUS debian/components/p/watch0000644000000000000000000000025112154472464012652 0ustar version=3 http://search.cpan.org/dist/CGI-Application-Plugin-DevPopup-Params/ .*/CGI-Application-Plugin-DevPopup-Params-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/watch0000644000000000000000000000023412154472464010227 0ustar version=3 https://metacpan.org/release/CGI-Application-Plugin-DevPopup/ .*/CGI-Application-Plugin-DevPopup-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/update.sh0000755000000000000000000000201112154472464011012 0ustar #!/bin/sh set -e DESTDIR=`readlink -f ${DESTDIR:-../tarballs}` MODULE=CGI-Application-Plugin-DevPopup PACKAGE=libcgi-application-plugin-devpopup-perl VERSION=1.07 QUERY_VERS=1.03 PARAMS_VERS=1.01 FD=--force-download NS=--no-symlink RE=--rename DD="--destdir ${DESTDIR}" RS=--report-status DC=-"-watch debian/components" US=--upstream-version if [ $1 ] then echo update; rm -f ${DESTDIR}/${MODULE}*.tar.gz uscan ${FD} ${RE} ${DD} && true; uscan ${DC}/p/watch ${FD} ${NS} ${DD} ${US} ${PARAMS_VERS} && true; uscan ${DC}/q/watch --repack ${FD} ${NS} ${DD} ${US} ${QUERY_VERS} && true; cd ${DESTDIR} QUERY=`ls CGI-Application-Plugin-DevPopup-Query*.tar.gz` mv ${QUERY} ${PACKAGE}_${VERSION}.orig-q.tar.gz PARAMS=`ls CGI-Application-Plugin-DevPopup-Params*.tar.gz` mv ${PARAMS} ${PACKAGE}_${VERSION}.orig-p.tar.gz else echo report; uscan ${RS} && true; uscan ${DC}/p/watch ${RS} ${DD} ${US} ${PARAMS_VERS} && true; uscan ${DC}/q/watch ${RS} ${DD} ${US} ${QUERY_VERS} && true; fi