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
|
Source: libinsane
Priority: optional
Maintainer: Thomas Perret <thomas.perret@phyx.fr>
Build-Depends:
debhelper-compat (= 13),
meson,
libsane-dev,
dh-sequence-gir,
gir1.2-glib-2.0-dev,
python3-gi,
valac,
gtk-doc-tools,
libcunit1-dev,
Standards-Version: 4.7.2
Section: libs
Homepage: https://gitlab.gnome.org/World/OpenPaperwork/libinsane
Vcs-Browser: https://salsa.debian.org/openpaperwork-team/libinsane
Vcs-Git: https://salsa.debian.org/openpaperwork-team/libinsane.git
Rules-Requires-Root: no
Package: libinsane-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libinsane1 (= ${binary:Version}),
gir1.2-libinsane-1.0 (= ${binary:Version}),
${misc:Depends}
Provides: ${gir:Provides}
Description: Library to access scanner - development files
A cross-platform, cross-programming languages, cross scanner library
that takes care of all the quirks of scanners.
.
This package installs development headers.
Package: libinsane1
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Library to access scanner
A cross-platform, cross-programming languages, cross scanner library
that takes care of all the quirks of scanners.
.
This package installs library.
Package: gir1.2-libinsane-1.0
Section: introspection
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${gir:Depends}, ${misc:Depends}
Description: Library to access scanner - GObject bindings
A cross-platform, cross-programming languages, cross scanner library
that takes care of all the quirks of scanners.
.
This package contains the GObject bindings.
Package: libinsane-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Library to access scanner - documentation
A cross-platform, cross-programming languages, cross scanner library
that takes care of all the quirks of scanners.
.
This package contains the documentation.
|