debian/0000755000000000000000000000000012236146106007167 5ustar debian/rules0000755000000000000000000000003612236130011010232 0ustar #!/usr/bin/make -f %: dh $@ debian/patches/0000755000000000000000000000000011615537172010625 5ustar debian/patches/series0000644000000000000000000000001611615537172012037 0ustar fix-pod.patch debian/patches/fix-pod.patch0000644000000000000000000000116511615537172013217 0ustar Author: gregor herrmann Description: add missing NAME and fix heads --- a/lib/CGI/Uploader/Transform/ImageMagick.pm +++ b/lib/CGI/Uploader/Transform/ImageMagick.pm @@ -8,6 +8,12 @@ our $VERSION = 2.18; our @EXPORT = qw(&gen_thumb); +=head1 NAME + +CGI::Uploader::Transform::ImageMagick - generate thumbnails with ImageMagick + +=head1 METHODS + =head2 gen_thumb() use CGI::Uploader::Transform::ImageMagick; @@ -182,7 +188,7 @@ return eval "require $module_name"; } -=head2 BACKWARDS COMPATIBILITY +=head1 BACKWARDS COMPATIBILITY These older, more awkward syntaxes are still supported: debian/copyright0000644000000000000000000000244512236130143011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: CGI-Uploader Upstream-Contact: Mark Stosberg Source: https://metacpan.org/release/CGI-Uploader Files: * Copyright: Mark Stosberg License: GPL-1+ or Artistic Files: inc/* Copyright: 2002 - 2009 by Brian Ingerson, Audrey Tang and Adam Kennedy License: GPL-1+ or Artistic Files: debian/* Copyright: 2007, 2008, Damyan Ivanov 2007, Jaldhar H. Vyas 2009, Jeremiah C. Foster 2009, gregor herrmann 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 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' debian/watch0000644000000000000000000000016412126251012010210 0ustar version=3 https://metacpan.org/release/CGI-Uploader/ .*/CGI-Uploader-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/source/0000755000000000000000000000000012236132575010474 5ustar debian/source/format0000644000000000000000000000001412236132575011702 0ustar 3.0 (quilt) debian/libcgi-uploader-perl.examples0000644000000000000000000000002111615537172014731 0ustar examples/* *.sql debian/control0000644000000000000000000000262512236133077010602 0ustar Source: libcgi-uploader-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl, libcarp-assert-perl, libdbi-perl, libparams-validate-perl, libimage-size-perl, libwww-perl, libhttp-browserdetect-perl, libmime-types-perl, libdbd-sqlite3-perl, libgraphics-magick-perl, libfile-mmagic-perl, libsql-abstract-perl, libtest-databaserow-perl, libtest-pod-perl Maintainer: Debian Perl Group Uploaders: Jaldhar H. Vyas , gregor herrmann , Damyan Ivanov , Angel Abad Standards-Version: 3.9.5 Homepage: https://metacpan.org/release/CGI-Uploader Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcgi-uploader-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcgi-uploader-perl.git Package: libcgi-uploader-perl Architecture: all Depends: ${misc:Depends}, ${perl: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. debian/compat0000644000000000000000000000000212236130011010351 0ustar 7 debian/changelog0000644000000000000000000000773112236146106011051 0ustar libcgi-uploader-perl (2.18-1) unstable; urgency=low [ Angel Abad ] * New upstream release * Switch to 3.0 (quilt) source format - Remove quilt framework * debian/patches/fix-pod.patch: Refresh patch * debian/control: - Add myself to Uploaders - Remove version from perl build depend - Add libcarp-assert-perl, libdbi-perl, libparams-validate-perl, libimage-size-perl, libwww-perl, libhttp-browserdetect-perl, libmime-types-perl, libdbd-sqlite3-perl, libgraphics-magick-perl, libfile-mmagic-perl, libtest-pod-perl to Build-Depends-Indep [ 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. * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Damyan Ivanov ] * upgrade debian/copyright with the help of 'cme fix dpkg' * drop trailing slash from Homepage -- Damyan Ivanov Tue, 05 Nov 2013 12:44:38 +0200 libcgi-uploader-perl (2.17-2) UNRELEASED; urgency=low * debian/watch: Update to ignore development releases. -- Nathan Handler Sat, 06 Jun 2009 01:33:03 +0000 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