File: control

package info (click to toggle)
libsane-perl 0.05-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 232 kB
  • ctags: 40
  • sloc: perl: 2,131; ansic: 5; makefile: 3
file content (22 lines) | stat: -rw-r--r-- 959 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: libsane-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jeffrey Ratcliffe <jjr@debian.org>
Build-Depends: debhelper (>= 9), libsane-dev (>= 1.0.19),
 libextutils-depends-perl, libextutils-pkgconfig-perl,
 libtest-pod-perl
Standards-Version: 3.9.2
Vcs-Git: git://git.debian.org/pkg-perl/packages/libsane-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsane-perl.git
Homepage: http://search.cpan.org/dist/Sane/
DM-Upload-Allowed: yes

Package: libsane-perl
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, libsane (>= 1.0.19)
Description: Perl bindings for the SANE (Scanner Access Now Easy) Project
 The Sane module allows 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.