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
|
Source: libksane
Section: kde
Priority: optional
Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Sune Vuorela <sune@debian.org>, Maximiliano Curia <maxy@debian.org>
Build-Depends: cmake,
debhelper (>= 9),
kde-sc-dev-latest (>= 4:4.12),
kdelibs5-dev,
libphonon-dev (>= 4:4.6.0really4.3.80),
libsane-dev,
libx11-dev,
pkg-kde-tools (>= 0.12)
Standards-Version: 3.9.8
Homepage: https://projects.kde.org/projects/kde/kdegraphics/libs/libksane
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-kde/applications/libksane.git
Vcs-Git: https://anonscm.debian.org/git/pkg-kde/applications/libksane.git
Package: libksane0
Section: libs
Architecture: any
Depends: libksane-data (>= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Description: scanner library (runtime)
The KDE scanner library provides an API and widgets for using scanners and
other imaging devices supported by SANE.
.
This package contains the shared library.
Package: libksane-data
Section: libs
Architecture: all
Depends: ${misc:Depends}
Breaks: kdegraphics-libs-data (<< 4:4.6.80)
Replaces: kdegraphics-libs-data (<< 4:4.6.80)
Description: scanner library (data files)
The KDE scanner library provides an API and widgets for using scanners and
other imaging devices supported by SANE.
.
This package contains the shared data.
Package: libksane-dev
Section: libdevel
Architecture: any
Depends: libksane0 (= ${binary:Version}),
${misc:Depends},
${sameVersionDep:kdelibs5-dev:libksane0}
Description: scanner library development headers
The KDE scanner library provides an API and widgets for using scanners and
other imaging devices supported by SANE.
.
This package contains the scanner library development files.
|