File: control

package info (click to toggle)
libtest-image-gd-perl 0.03-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 92 kB
  • ctags: 6
  • sloc: perl: 270; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 958 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
Source: libtest-image-gd-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl, libgd-gd2-perl, libtest-pod-perl,
 libtest-pod-coverage-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nicholas Bamber <nicholas@periapt.co.uk>
Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/Test-Image-GD/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-image-gd-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-image-gd-perl/

Package: libtest-image-gd-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libgd-gd2-perl
Description: module for testing images using GD
 Test::Image::GD is meant to be used for testing custom graphics, it attempts
 to "visually" compare the images, this means it ignores invisible differences
 like color palettes and metadata. It also provides some extra functions to
 check the size of the image.