--- libcgi-uploader-perl-2.17.orig/debian/control +++ libcgi-uploader-perl-2.17/debian/control @@ -0,0 +1,24 @@ +Source: libcgi-uploader-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7), quilt +Build-Depends-Indep: perl (>= 5.8.8-7) +Maintainer: Debian Perl Group +Uploaders: Jaldhar H. Vyas , + gregor herrmann , + Damyan Ivanov +Standards-Version: 3.8.1 +Homepage: http://search.cpan.org/dist/CGI-Uploader/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcgi-uploader-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcgi-uploader-perl/ + +Package: libcgi-uploader-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libcarp-assert-perl, + libhttp-browserdetect-perl, libimage-size-perl, libmime-types-perl, + libparams-validate-perl, libsql-abstract-perl +Recommends: libdbi-perl,libgraphics-magick-perl +Description: module for managing CGI uploads using an SQL database + CGI::Uploader is designed to help with the task of managing files + uploaded through a CGI application. The files are stored on the file + system, and the file attributes stored in a SQL database. --- libcgi-uploader-perl-2.17.orig/debian/copyright +++ libcgi-uploader-perl-2.17/debian/copyright @@ -0,0 +1,36 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Mark Stosberg +Upstream-Source: http://search.cpan.org/dist/CGI-Uploader/ +Upstream-Name: CGI-Uploader + +Files: * +Copyright: Mark Stosberg +License-Alias: Perl +License: GPL-1+ | Artistic + +Files: inc/* +Copyright: 2002 - 2009 by Brian Ingerson, Audrey Tang and Adam Kennedy +License-Alias: Perl +License: GPL-1+ | Artistic + +Files: debian/* +Copyright: 2007, 2008, Damyan Ivanov + 2007, Jaldhar H. Vyas + 2009, Jeremiah C. Foster + 2009, gregor herrmann +License: Artistic | 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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' --- libcgi-uploader-perl-2.17.orig/debian/libcgi-uploader-perl.examples +++ libcgi-uploader-perl-2.17/debian/libcgi-uploader-perl.examples @@ -0,0 +1,2 @@ +examples/* +*.sql --- libcgi-uploader-perl-2.17.orig/debian/watch +++ libcgi-uploader-perl-2.17/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/CGI-Uploader/ .*/CGI-Uploader-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libcgi-uploader-perl-2.17.orig/debian/compat +++ libcgi-uploader-perl-2.17/debian/compat @@ -0,0 +1 @@ +7 --- libcgi-uploader-perl-2.17.orig/debian/README.source +++ libcgi-uploader-perl-2.17/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. --- libcgi-uploader-perl-2.17.orig/debian/changelog +++ libcgi-uploader-perl-2.17/debian/changelog @@ -0,0 +1,78 @@ +libcgi-uploader-perl (2.17-1) unstable; urgency=low + + [ Jeremiah C. Foster ] + * New upstream release + + [ gregor herrmann ] + * Set Standards-Version to 3.8.1 (no changes). + * debian/control: + - switch Vcs-Browser field to ViewSVN + - change my email address + - make short description a noun phrase + - remove unused build dependencies + * debian/copyright: switch to new format. + * Set debhelper compatibility level to 7; adapt + debian/{control,compat,rules}. + * Add patch to fix the POD of lib/CGI/Uploader/Transform/ImageMagick.pm; add + quilt framework and debian/README.source. + + -- gregor herrmann Mon, 27 Apr 2009 15:24:26 +0200 + +libcgi-uploader-perl (2.15-2) unstable; urgency=low + + [ gregor herrmann ] + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Removed: + Homepage pseudo-field (Description); XS-Vcs-Svn fields. + * debian/rules: delete /usr/lib/perl5 only if it exists. + Closes: #467717 -- FTBFS with Perl 5.10: the empty /usr/lib/perl5 is gone + + [ Damyan Ivanov ] + * debian/watch: use dist-based URL. + * debian/rules: clean up + + use "$@" when touching stamps + + fix install(-stamp) dependencies + + use $(TMP) instead of $(CURDIR)/debian/.... + + install is .PHONY too + * Standards-Version: 3.7.3 (no changes needed) + * debian/rules: remove empty friends_photos/uploads/ directory from examples + + -- Damyan Ivanov Fri, 07 Mar 2008 09:39:40 +0200 + +libcgi-uploader-perl (2.15-1) unstable; urgency=low + + * New upstream release + no functionality changes; improved importing code style; clarify docs + regarding file_scheme vs. file_name + * Cleaned debian/rules + + Dropped unneeded OPTIMIZE="..." + + Dropped unneeded dh_* calls + Moved dh_clean \$stamp_files before + distclean + + Added debian/*.examples content to dh_installexamples call + + Moved (disabled) test suite from install to build target + * Changed upstream source URL to be author/version neutral + * debian/control: + + fixed a typo in short description + + Added Homepage: + * Added myself to Uploaders + + -- Damyan Ivanov Mon, 17 Sep 2007 16:34:36 +0300 + +libcgi-uploader-perl (2.14-2) unstable; urgency=low + + [ gregor herrmann ] + * Add watch file. + * Move lib*-perl from Build-Depends to Build-Depends-Indep. + * Add ${perl:Depends}, ${misc:Depends} to Depends. + + [ Jaldhar H. Vyas ] + * Added location of upstream tarball to debian/copyright. + + -- Jaldhar H. Vyas Mon, 27 Aug 2007 02:30:09 -0400 + +libcgi-uploader-perl (2.14-1) unstable; urgency=low + + * Initial Release. + + -- Jaldhar H. Vyas Fri, 24 Aug 2007 09:22:16 -0400 + --- libcgi-uploader-perl-2.17.orig/debian/rules +++ libcgi-uploader-perl-2.17/debian/rules @@ -0,0 +1,27 @@ +#!/usr/bin/make -f + +include /usr/share/quilt/quilt.make + +build: build-stamp +build-stamp: $(QUILT_STAMPFN) + dh build --before dh_auto_test + # don't run tests, they need Test::DatabaseRow + dh build --after dh_auto_test + touch $@ + +clean: unpatch + dh $@ + +install: install-stamp +install-stamp: build-stamp + dh install + touch $@ + +binary-arch: + +binary-indep: install + dh $@ + +binary: binary-arch binary-indep + +.PHONY: binary binary-arch binary-indep install clean build --- libcgi-uploader-perl-2.17.orig/debian/patches/fix-pod.patch +++ libcgi-uploader-perl-2.17/debian/patches/fix-pod.patch @@ -0,0 +1,27 @@ +Author: gregor herrmann +Description: add missing NAME and fix heads + +--- a/lib/CGI/Uploader/Transform/ImageMagick.pm ++++ b/lib/CGI/Uploader/Transform/ImageMagick.pm +@@ -10,6 +10,12 @@ + + @EXPORT = qw(&gen_thumb); + ++=head1 NAME ++ ++CGI::Uploader::Transform::ImageMagick - generate thumbnails with ImageMagick ++ ++=head1 METHODS ++ + =head2 gen_thumb() + + use CGI::Uploader::Transform::ImageMagick; +@@ -184,7 +190,7 @@ + return eval "require $module_name"; + } + +-=head2 BACKWARDS COMPATIBILITY ++=head1 BACKWARDS COMPATIBILITY + + These older, more awkward syntaxes are still supported: + --- libcgi-uploader-perl-2.17.orig/debian/patches/series +++ libcgi-uploader-perl-2.17/debian/patches/series @@ -0,0 +1 @@ +fix-pod.patch