--- libfcgi-perl-0.68.orig/debian/control +++ libfcgi-perl-0.68/debian/control @@ -0,0 +1,20 @@ +Source: libfcgi-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.3.7), quilt (>= 0.46-7), perl +Maintainer: Debian Perl Group +Uploaders: Ansgar Burchardt , Jonathan Yu +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/FCGI/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfcgi-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libfcgi-perl/ + +Package: libfcgi-perl +Architecture: any +Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} +Description: helper module for FastCGI + FCGI is a Perl helper module for FastCGI, a language-independent, scalable, + open extension to CGI that provides high performance without the limitations + of server-specific APIs. + . + For more information, see . --- libfcgi-perl-0.68.orig/debian/clean +++ libfcgi-perl-0.68/debian/clean @@ -0,0 +1,2 @@ +config.log +config.status --- libfcgi-perl-0.68.orig/debian/copyright +++ libfcgi-perl-0.68/debian/copyright @@ -0,0 +1,58 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Maintainer: Sven Verdoolaege +Source: http://search.cpan.org/dist/FCGI/ +Name: FCGI + +Files: * +Copyright: 1996-1998, Sven Verdoolaege + 1995-1996, Open Market, Inc. +License: other + +Files: configure +Copyright: 1992-2006, Free Software Foundation, Inc. +License: PD + +Files: debian/* +Copyright: 2010, Jonathan Yu + 2008, Ansgar Burchardt + 2008, Niko Tyni + 2005, Florian Ragwitz + 2000-2003, Davide Puricelli (evo) + 2000, Josip Rodin +License: other +X-Comment: it is assumed all Debian packaging files are licensed + under the same terms as upstream + +License: other + This FastCGI application library source and object code (the + "Software") and its documentation (the "Documentation") are + copyrighted by Open Market, Inc ("Open Market"). The following terms + apply to all files associated with the Software and Documentation + unless explicitly disclaimed in individual files. + . + Open Market permits you to use, copy, modify, distribute, and license + this Software and the Documentation for any purpose, provided that + existing copyright notices are retained in all copies and that this + notice is included verbatim in any distributions. No written + agreement, license, or royalty fee is required for any of the + authorized uses. Modifications to this Software and Documentation may + be copyrighted by their authors and need not follow the licensing + terms described here. If modifications to this Software and + Documentation have new licensing terms, the new terms must be clearly + indicated on the first page of each file where they apply. + . + OPEN MARKET MAKES NO EXPRESS OR IMPLIED WARRANTY WITH RESPECT TO THE + SOFTWARE OR THE DOCUMENTATION, INCLUDING WITHOUT LIMITATION ANY + WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. IN + NO EVENT SHALL OPEN MARKET BE LIABLE TO YOU OR ANY THIRD PARTY FOR ANY + DAMAGES ARISING FROM OR RELATING TO THIS SOFTWARE OR THE + DOCUMENTATION, INCLUDING, WITHOUT LIMITATION, ANY INDIRECT, SPECIAL OR + CONSEQUENTIAL DAMAGES OR SIMILAR DAMAGES, INCLUDING LOST PROFITS OR + LOST DATA, EVEN IF OPEN MARKET HAS BEEN ADVISED OF THE POSSIBILITY OF + SUCH DAMAGES. THE SOFTWARE AND DOCUMENTATION ARE PROVIDED "AS IS". + OPEN MARKET HAS NO LIABILITY IN CONTRACT, TORT, NEGLIGENCE OR + OTHERWISE ARISING OUT OF THIS SOFTWARE OR THE DOCUMENTATION. + +License: PD + This configure script is free software; the Free Software Foundation + gives unlimited permission to copy, distribute and modify it. --- libfcgi-perl-0.68.orig/debian/watch +++ libfcgi-perl-0.68/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/FCGI/ .+/FCGI-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libfcgi-perl-0.68.orig/debian/compat +++ libfcgi-perl-0.68/debian/compat @@ -0,0 +1 @@ +7 --- libfcgi-perl-0.68.orig/debian/README.source +++ libfcgi-perl-0.68/debian/README.source @@ -0,0 +1,5 @@ +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +See /usr/share/doc/quilt/README.source for a detailed explanation. --- libfcgi-perl-0.68.orig/debian/changelog +++ libfcgi-perl-0.68/debian/changelog @@ -0,0 +1,159 @@ +libfcgi-perl (0.68-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release (Closes: #544540) + * Standards-Version 3.8.3 (drop perl version dep) + * Use new short debhelper 7 rules format + * Add myself to Uploaders and Copyright + * Rewrite control description + * Use debhelper >= 7.3.7 for --buildsystem support + * Add a patch to fix POD spelling errors + * Update copyright to DEP5 format + + [ gregor herrmann ] + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + * debian/control: Added: ${misc:Depends} to Depends: field. + + [ Ryan Niebur ] + * Remove Florian Ragwitz from Uploaders (Closes: #523243) + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + -- Jonathan Yu Fri, 15 Jan 2010 19:52:32 -0500 + +libfcgi-perl (0.67-3) unstable; urgency=low + + [ gregor herrmann ] + * Take over for the Debian Perl Group with maintainer's permission + (http://lists.debian.org/debian-perl/2008/06/msg00039.html) + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Changed: + Maintainer set to Debian Perl Group (was: Florian Ragwitz + ); Florian Ragwitz moved + to Uploaders. + * Add debian/watch. + + [ Ansgar Burchardt ] + * Convert debian/copyright to proposed machine-readable format. + * debian/copyright: Update upstream source location (Closes: #496349). + * Bump Standards Version to 3.8.0. + * Refresh debian/rules for debhelper 7. + * Add myself to Uploaders. + + [ gregor herrmann ] + * Delete config.{log,status} in debian/rules' clean target. + + -- Ansgar Burchardt Tue, 04 Nov 2008 00:16:50 +0100 + +libfcgi-perl (0.67-2.1) unstable; urgency=low + + * Non-maintainer upload for the Perl 5.10 transition. + * Don't try to remove /usr/share/perl5 if it doesn't exist. (Closes: #463552) + + -- Niko Tyni Wed, 02 Apr 2008 16:39:10 +0300 + +libfcgi-perl (0.67-2) unstable; urgency=low + + * New maintainer (Closes: #322098). + * Using debhelper 4. + * Rewrote debian/rules. + * Updated standards version. + * Changed Section from interpreters to perl because that's more accurate. + + -- Florian Ragwitz Thu, 11 Aug 2005 20:22:22 +0200 + +libfcgi-perl (0.67-1) unstable; urgency=low + + * New upstream version. + + -- Davide Puricelli (evo) Sun, 19 Jan 2003 18:31:42 +0100 + +libfcgi-perl (0.66-1) unstable; urgency=high + + * New upstream version; closes: #161482. + * Fully Perl 5.8 compliant; closes: #159741. + + -- Davide Puricelli (evo) Thu, 26 Sep 2002 12:38:34 +0200 + +libfcgi-perl (0.65-2) unstable; urgency=low + + * Recompiling against perl 5.8.0. + + -- Davide Puricelli (evo) Sat, 3 Aug 2002 16:03:36 +0000 + +libfcgi-perl (0.65-1) unstable; urgency=low + + * New upstream version. + + -- Davide Puricelli (evo) Fri, 2 Aug 2002 12:58:44 +0200 + +libfcgi-perl (0.64-1) unstable; urgency=low + + * New upstream version. + + -- Davide Puricelli (evo) Sun, 9 Dec 2001 22:18:44 +0100 + +libfcgi-perl (0.60-1) unstable; urgency=low + + * New upstream version. + + -- Davide Puricelli (evo) Sat, 21 Jul 2001 15:01:23 +0200 + +libfcgi-perl (0.59-2) unstable; urgency=low + + * Updated debian/rules because of perl 5.6 and new perl policy + + -- Davide Puricelli (evo) Thu, 15 Feb 2001 21:40:58 +0100 + +libfcgi-perl (0.59-1) unstable; urgency=low + + * New upstream version. + + -- Davide Puricelli (evo) Fri, 9 Feb 2001 15:15:23 +0100 + +libfcgi-perl (0.58-1) unstable; urgency=low + + * New upstream version. + + -- Davide Puricelli (evo) Fri, 29 Dec 2000 15:09:45 +0100 + +libfcgi-perl (0.55-1) unstable; urgency=low + + * New upstream version. (closes: #74949) + + -- Davide Puricelli (evo) Fri, 20 Oct 2000 14:21:36 +0200 + +libfcgi-perl (0.54-1) unstable; urgency=low + + * New upstream version. + + -- Davide Puricelli (evo) Fri, 13 Oct 2000 21:36:48 +0200 + +libfcgi-perl (0.53-1) unstable; urgency=low + + * New upstream release + * New maintainer email address. + + -- Davide Puricelli (evo) Sat, 22 Jul 2000 22:29:04 +0200 + +libfcgi-perl (0.52-2) unstable; urgency=low + + * Further fixed Makefile.PL to get rid of cruft in .diff.gz. + * Swapped binary-{indep,arch} in debian/rules, closes: #67059. + * Sponsored upload. + + -- Josip Rodin Tue, 11 Jul 2000 18:08:46 +0200 + +libfcgi-perl (0.52-1) unstable; urgency=low + + * Initial Release. + * Sponsored upload for Davide Puricelli (evo) . + + -- Josip Rodin Sat, 24 Jun 2000 00:43:37 +0200 + +Local variables: +mode: debian-changelog +End: --- libfcgi-perl-0.68.orig/debian/rules +++ libfcgi-perl-0.68/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh --buildsystem=perl_makemaker --with quilt $@ --- libfcgi-perl-0.68.orig/debian/patches/fix-pod-spelling.patch +++ libfcgi-perl-0.68/debian/patches/fix-pod-spelling.patch @@ -0,0 +1,15 @@ +Description: fix POD spelling +Author: Jonathan Yu +Origin: vendor +Forwarded: no +--- a/FCGI.PL ++++ b/FCGI.PL +@@ -436,7 +436,7 @@ + =item error perl file handle (default: \*STDERR) + + These filehandles will be setup to act as input/output/error +-on succesful Accept. ++on successful Accept. + + =item environment hash reference (default: \%ENV) + --- libfcgi-perl-0.68.orig/debian/patches/series +++ libfcgi-perl-0.68/debian/patches/series @@ -0,0 +1 @@ +fix-pod-spelling.patch