File: control.in

package info (click to toggle)
libgnomecups 0.2.2-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,112 kB
  • ctags: 406
  • sloc: sh: 8,406; ansic: 3,194; makefile: 49
file content (28 lines) | stat: -rw-r--r-- 1,048 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
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.