File: control

package info (click to toggle)
libimage-sane-perl 0.14-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 328 kB
  • ctags: 81
  • sloc: perl: 2,714; ansic: 5; makefile: 3
file content (34 lines) | stat: -rw-r--r-- 1,356 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
30
31
32
33
34
Source: libimage-sane-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jeffrey Ratcliffe <jjr@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
               imagemagick,
               libexception-class-perl,
               libextutils-depends-perl,
               libextutils-pkgconfig-perl,
               libreadonly-perl,
               libsane-dev,
               libtest-requires-perl,
               libtry-tiny-perl,
               perl,
               sane-utils
Standards-Version: 4.0.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libimage-sane-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libimage-sane-perl.git
Homepage: https://metacpan.org/release/Image-Sane

Package: libimage-sane-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends},
         libexception-class-perl,
         libreadonly-perl
Description: Perl extension for the SANE (Scanner Access Now Easy) Project
 The Image::Sane Perl bindings for the SANE (Scanner Access Now Easy) Project
 allow you to access SANE-compatible scanners in a Perlish and object-oriented
 way, freeing you from the casting and memory management in C, yet remaining
 very close in spirit to original API.