File: control

package info (click to toggle)
libimage-size-perl 3.221-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 508 kB
  • ctags: 23
  • sloc: xml: 816; perl: 550; makefile: 4
file content (28 lines) | stat: -rw-r--r-- 1,346 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
25
26
27
28
Source: libimage-size-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.0.50)
Build-Depends-Indep: perl, 
 perl (>= 5.10) | libio-compress-perl | libcompress-zlib-perl (>> 2),
 libtest-pod-perl, libtest-pod-coverage-perl, libtest-cpan-meta-perl,
 libtest-minimumversion-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
 Ryan Niebur <ryan@debian.org>, Jonathan Yu <jawnsy@cpan.org>
Standards-Version: 3.8.4
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libimage-size-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libimage-size-perl/
Homepage: http://search.cpan.org/dist/Image-Size/

Package: libimage-size-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, 
 perl (>= 5.10) | libio-compress-perl | libcompress-zlib-perl (>> 2)
Suggests: perlmagick
Description: module for determining image sizes in several common formats
 Image::Size is a Perl module capable of determining image sizes from several
 common formats. It handles XPM, XBM, GIF, JPEG, PNG, MNG, the PPM family of
 formats (PPM/PGM/PBM), TIFF, FlashMX (Shockwave Flash version 6), and more.
 .
 It supports additional file types through Image::Magick (see perlmagick), and
 the included "imgsize" script provides access to Image::Size from the shell.