File: control

package info (click to toggle)
libimage-info-perl 1.28-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, lenny, squeeze, wheezy
  • size: 568 kB
  • ctags: 193
  • sloc: perl: 4,152; makefile: 46
file content (29 lines) | stat: -rw-r--r-- 1,004 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
29
Source: libimage-info-perl
Maintainer: Don Armstrong <don@debian.org>
Priority: optional
Section: perl
Build-Depends: debhelper (>= 4)
Build-Depends-Indep: perl (>= 5.6.0-17), libio-string-perl, libimage-base-bundle-perl | libimage-xpm-perl, libimage-base-bundle-perl | libimage-xbm-perl, libxml-simple-perl 
Standards-Version: 3.8.0

Package: libimage-info-perl
Architecture: all
Priority: optional
Section: perl
Depends: ${perl:Depends}, libio-string-perl, libimage-base-bundle-perl | libimage-xpm-perl, libimage-base-bundle-perl | libimage-xbm-perl, libxml-simple-perl
Description: allows extraction of meta information from image files
 This Perl extension allows you to extract meta information from
 various types of image files.  In this release the following file
 formats are supported:
 .
   JPEG (plain JFIF and Exif)
   PNG
   GIF
   PBM/PGM/PPM
   SVG
   XBM/XPM
   BMP/DIB/RLE
   TIFF
 .
 This Perl module is deprecated; consider using Image::ExifTool (in
 libimage-exiftool-perl) instead.