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
|
Source: libgnomecups
Priority: optional
Maintainer: Ross Burton <ross@debian.org>
Build-Depends: debhelper (>= 4.1.0), cdbs, gnome-pkg-tools, autotools-dev, intltool, libglib2.0-dev (>= 2.4.1-2), libcupsys2-dev (>= 1.1.20final+rc1-4)
Uploaders: @GNOME_TEAM@
Standards-Version: 3.7.2
Package: libgnomecups1.0-1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: cupsys
Description: GNOME library for CUPS interaction
This library wraps the CUPS API in a GLib fashion, so CUPS code can
be cleanly integrated with GLib code.
.
Although called libgnomecups, this library only depends on GLib.
Package: libgnomecups1.0-dev
Section: libdevel
Architecture: any
Depends: libgnomecups1.0-1 (= ${Source-Version}), libcupsys2-dev
Description: GNOME library for CUPS interaction (headers)
This library wraps the CUPS API in a GLib fashion, so CUPS code can
be cleanly integrated with GLib code.
.
Although called libgnomecups, this library only depends on GLib. For
graphical widgets, see libgnomecupsui1.0-dev.
|