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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150
|
Source: sane-backends
Section: graphics
Priority: optional
Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net>
Standards-Version: 3.9.8
Build-Depends:
autotools-dev,
autoconf,
chrpath,
debhelper (>= 10),
dh-systemd,
gettext,
libavahi-client-dev,
libcam-dev [kfreebsd-any],
libcups2-dev,
libgphoto2-dev,
libieee1284-3-dev [!hurd-i386],
libjpeg-dev,
libltdl3-dev,
libsystemd-dev [linux-any],
libtiff-dev,
libusb-1.0-0-dev [!hurd-i386],
pkg-config,
po-debconf,
texlive,
texlive-latex-extra,
xutils-dev
Testsuite: autopkgtest
Homepage: http://www.sane-project.org
Vcs-Git: git://anonscm.debian.org/collab-maint/sane-backends.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/sane-backends.git
Package: sane-utils
Architecture: any
Multi-Arch: foreign
Depends:
adduser,
lsb-base (>= 3.0-6),
update-inetd,
${misc:Depends},
${shlibs:Depends}
Suggests: avahi-daemon, unpaper
Description: API library for scanners -- utilities
SANE stands for "Scanner Access Now Easy" and is an application
programming interface (API) that provides standardized access to any
raster image scanner hardware (flatbed scanner, hand-held scanner,
video- and still-cameras, frame-grabbers, etc.). The SANE standard is
free and its discussion and development are open to everybody. The
current source code is written to support several operating systems,
including GNU/Linux, OS/2, Win32 and various Unices and is available
under the GNU General Public License (commercial applications and
backends are welcome, too, however).
.
This package includes the command line frontend scanimage, the saned
server and the sane-find-scanner utility, along with their documentation.
Package: libsane-common
Section: libs
Architecture: all
Multi-Arch: foreign
Pre-Depends:
dpkg (>= 1.15.7.2)
Depends: ${misc:Depends}
Description: API library for scanners -- documentation and support files
SANE stands for "Scanner Access Now Easy" and is an application
programming interface (API) that provides standardized access to any
raster image scanner hardware (flatbed scanner, hand-held scanner,
video- and still-cameras, frame-grabbers, etc.). The SANE standard is
free and its discussion and development are open to everybody. The
current source code is written to support several operating systems,
including GNU/Linux, OS/2, Win32 and various Unices and is available
under the GNU General Public License (commercial applications and
backends are welcome, too, however).
.
This package includes documentation for libsane, such as the man pages
and list of supported scanners, and support files (i18n data).
Package: libsane
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
acl [linux-any],
adduser,
libsane-common (= ${source:Version}),
udev [linux-any] | makedev [linux-any],
${misc:Depends},
${shlibs:Depends}
Recommends: libsane-extras, sane-utils (>= ${binary:Version})
Suggests: avahi-daemon, hplip
Description: API library for scanners
SANE stands for "Scanner Access Now Easy" and is an application
programming interface (API) that provides standardized access to any
raster image scanner hardware (flatbed scanner, hand-held scanner,
video- and still-cameras, frame-grabbers, etc.). The SANE standard is
free and its discussion and development are open to everybody. The
current source code is written to support several operating systems,
including GNU/Linux, OS/2, Win32 and various Unices and is available
under the GNU General Public License (commercial applications and
backends are welcome, too, however).
.
This package includes the backends for many scanners. A libsane-extras
package containing some not-yet-included backends is available separately.
.
Graphical frontends for sane are available in the packages sane and
xsane. Command line frontend scanimage, saned and sane-find-scanner are
available in the sane-utils package.
Package: libsane-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libsane (= ${binary:Version}),
${misc:Depends}
Recommends: libsane-extras-dev
Description: API development library for scanners [development files]
SANE stands for "Scanner Access Now Easy" and is an application
programming interface (API) that provides standardized access to any
raster image scanner hardware (flatbed scanner, hand-held scanner,
video- and still-cameras, frame-grabbers, etc.). The SANE standard is
free and its discussion and development are open to everybody. The
current source code is written to support several operating systems,
including GNU/Linux, OS/2, Win32 and various Unices and is available
under the GNU General Public License (commercial applications and
backends are welcome, too, however).
.
This package contains the files needed to build your applications
using SANE.
Package: libsane-dbg
Section: debug
Priority: extra
Architecture: any
Multi-Arch: same
Depends: libsane (= ${binary:Version}), ${misc:Depends}
Recommends: libsane-extras-dbg
Description: API development library for scanners [debug symbols]
SANE stands for "Scanner Access Now Easy" and is an application
programming interface (API) that provides standardized access to any
raster image scanner hardware (flatbed scanner, hand-held scanner,
video- and still-cameras, frame-grabbers, etc.). The SANE standard is
free and its discussion and development are open to everybody. The
current source code is written to support several operating systems,
including GNU/Linux, OS/2, Win32 and various Unices and is available
under the GNU General Public License (commercial applications and
backends are welcome, too, however).
.
This package contains the debugging symbols for the SANE backends.
|