Move deprecated GRel to deprecated/
[platform/upstream/glib.git] / debian / control
1 Source: glib-cvs
2 Priority: extra
3 Section: libs
4 Maintainer: Ben Gertzfield <che@debian.org>
5 Standards-Version: 2.4.0.0
6
7 Package: libglib-cvs-1.1
8 Architecture: any
9 Section: libs
10 Depends: ${shlibs:Depends}
11 Suggests: libgtk-cvs-1.1
12 Conflicts: libglib1.1
13 Description: CVS build of the GLib library of C routines
14  **THIS IS NOT AN OFFICIAL DEBIAN PACKAGE! THIS IS AN AUTOMATED CVS
15    BUILD OF THE GLIB LIBRARIES! BEWARE! IT MAY NOT WORK!**
16  . 
17  GLib is a library containing many useful C routines for things such
18  as trees, hashes, and lists. GLib was previously distributed with
19  the GTK+ toolkit, but has been split off as of the developers' version
20  1.1.0.
21
22 Package: libglib-cvs-dev
23 Architecture: any
24 Section: devel
25 Conflicts: libgtk-dev, libglib-dev
26 Provides: libglib-dev
27 Replaces: libglib-dev
28 Depends: libglib-cvs-1.1 (=${Source-Version})
29 Suggests: libgtk-cvs-dev, libgtk-cvs-1.1-doc
30 Description: CVS header files and static libraries for the GLib library
31  **THIS IS NOT AN OFFICIAL DEBIAN PACKAGE! THIS IS AN AUTOMATED CVS
32    BUILD OF THE GLIB LIBRARIES! BEWARE! IT MAY NOT WORK!**
33  .
34  This package contains the header files and static libraries for the
35  GLib C library.
36  .
37  Install this package if you wish to develop your own X programs using
38  the GTK+ widget toolkit, or wish to develop plug-ins for The GIMP.
39
40 Package: libglib-cvs-dbg
41 Architecture: any
42 Section: devel
43 Conflicts: libgtk-dev, libglib-dbg
44 Depends: libglib-cvs-1.1 (=${Source-Version}), libglib-cvs-dev (=${Source-Version})
45 Description: CVS debugging static libraries for the GLib library
46  **THIS IS NOT AN OFFICIAL DEBIAN PACKAGE! THIS IS AN AUTOMATED CVS
47    BUILD OF THE GLIB LIBRARIES! BEWARE! IT MAY NOT WORK!**
48  .
49  This package contains the debugging static libraries for the GLib C
50  library.
51  .
52  The debugging libraries are installed as /usr/lib/libglib_g.a -- link
53  specifically with them if you want to debug.