debian/0000755000000000000000000000000012146721560007172 5ustar debian/rules0000755000000000000000000000003612146721560010251 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000253612146721560010603 0ustar Source: libcgi-compile-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libfile-pushd-perl, libtest-nowarnings-perl, libtest-requires-perl # commented out to avoid a circular build dependency # libcgi-emulate-psgi-perl, # libplack-perl, Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcgi-compile-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcgi-compile-perl.git Homepage: https://metacpan.org/release/CGI-Compile/ Package: libcgi-compile-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libfile-pushd-perl Recommends: libcgi-emulate-psgi-perl Description: module for compiling .cgi scripts to a code reference CGI::Compile is an utility to compile CGI scripts into a code reference that can run many times on its own namespace, as long as the script is ready to run on a persistent environment. . NOTE: for best results, load CGI::Compile before any modules used by your CGIs. . Combined with CGI::Emulate::PSGI, your CGI script can be turned into a persistent PSGI application. debian/README.source0000644000000000000000000000061512146721560011353 0ustar Note to packagers: inc/Module/* and some other files are currently missing in git (both master and upstream branches) due to the upstream .gitignore. They are still in pristine-tar and the generated .orig.tar.gz. Which means that dpkg-source moans about missing files, and we still have to care for them in debian/copyright. [Remove this note if the situation changes by itself or by some fix.] debian/source/0000755000000000000000000000000012146721560010472 5ustar debian/source/format0000644000000000000000000000001412146721560011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000107512146721560011047 0ustar libcgi-compile-perl (0.16-1) unstable; urgency=low [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Xavier Guimard ] * Imported Upstream version 0.16 * Update debian/copyright years * Bump Standards-Version to 3.9.4 -- Xavier Guimard Tue, 21 May 2013 05:57:51 +0200 libcgi-compile-perl (0.15-1) unstable; urgency=low * Initial release (closes: #668413). -- gregor herrmann Wed, 11 Apr 2012 19:36:23 +0200 debian/compat0000644000000000000000000000000212146721560010370 0ustar 8 debian/copyright0000644000000000000000000000243312146721560011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: CGI-Compile Source: https://metacpan.org/release/CGI-Compile/ Upstream-Contact: Tatsuhiko Miyagawa Files: * Copyright: 2009, Tatsuhiko Miyagawa License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2012, Adam Kennedy 2002-2012, Audrey Tang 2002-2012, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2012, gregor herrmann 2013, Xavier Guimard 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/watch0000644000000000000000000000016412146721560010224 0ustar version=3 https://metacpan.org/release/CGI-Compile/ .*/CGI-Compile-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$