File: control

package info (click to toggle)
glib 1.1.3-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 948 kB
  • ctags: 1,101
  • sloc: ansic: 10,465; sh: 4,943; makefile: 193
file content (41 lines) | stat: -rw-r--r-- 1,312 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
29
30
31
32
33
34
35
36
37
38
39
40
41
Source: glib
Priority: optional
Section: libs
Maintainer: Ben Gertzfield <che@debian.org>
Standards-Version: 2.4.0.0

Package: libglib1.1
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Suggests: libgtk1.1
Description: The GLib library of C routines
 GLib is a library containing many useful C routines for things such
 as trees, hashes, and lists. GLib was previously distributed with
 the GTK+ toolkit, but has been split off as of the developers' version
 1.1.0.

Package: libglib-dev
Architecture: any
Section: devel
Conflicts: libgtk-dev
Depends: libglib1.1 (>> 1.1.0)
Suggests: libgtk1.1-dev, libgtk1.1-doc
Description: Header files and static libraries for the GLib library
 This package contains the header files and static libraries for the
 GLib C library.
 .
 Install this package if you wish to develop your own X programs using
 the GTK+ widget toolkit, or wish to develop plug-ins for The GIMP.

Package: libglib-dbg
Architecture: any
Section: devel
Conflicts: libgtk-dev
Depends: libglib1.1 (>> 1.1.0), libglib-dev (>> 1.1.0)
Description: Debugging static libraries for the GLib library
 This package contains the debugging static libraries for the GLib C
 library.
 .
 The debugging libraries are installed as /usr/lib/libglib_g.a -- link
 specifically with them if you want to debug.