File: control

package info (click to toggle)
libcgi-uploader-perl 2.15-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 256 kB
  • ctags: 139
  • sloc: perl: 1,456; sql: 52; makefile: 45
file content (22 lines) | stat: -rw-r--r-- 1,311 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
Source: libcgi-uploader-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: perl (>= 5.8.8-7), libcarp-assert-perl,libdbd-sqlite3-perl,libfile-mmagic-perl,libhttp-browserdetect-perl,libgraphics-magick-perl,libimage-size-perl,libmime-types-perl,libmodule-install-perl,libparams-validate-perl,libsql-abstract-perl,libwww-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jaldhar H. Vyas <jaldhar@debian.org>,
 gregor herrmann <gregor+debian@comodo.priv.at>,
 Damyan Ivanov <dmn@debian.org>
Standards-Version: 3.7.3
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/wsvn/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: Manage 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.