File: control

package info (click to toggle)
libcgi-uploader-perl 2.17-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 272 kB
  • ctags: 135
  • sloc: perl: 1,456; sql: 52; makefile: 17
file content (24 lines) | stat: -rw-r--r-- 1,100 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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 <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jaldhar H. Vyas <jaldhar@debian.org>,
 gregor herrmann <gregoa@debian.org>,
 Damyan Ivanov <dmn@debian.org>
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.