Added Debian CVS build scripts. To build a snapshot Debian release,
[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, libglib1.1-dev
26 Depends: libglib-cvs-1.1 (=${Source-Version})
27 Suggests: libgtk-cvs-dev, libgtk-cvs-1.1-doc
28 Description: CVS header files and static libraries for the GLib library
29  **THIS IS NOT AN OFFICIAL DEBIAN PACKAGE! THIS IS AN AUTOMATED CVS
30    BUILD OF THE GLIB LIBRARIES! BEWARE! IT MAY NOT WORK!**
31  .
32  This package contains the header files and static libraries for the
33  GLib C library.
34  .
35  Install this package if you wish to develop your own X programs using
36  the GTK+ widget toolkit, or wish to develop plug-ins for The GIMP.
37
38 Package: libglib-cvs-dbg
39 Architecture: any
40 Section: devel
41 Conflicts: libgtk-dev, libglib-dbg
42 Depends: libglib-cvs-1.1 (=${Source-Version}), libglib-cvs-dev (=${Source-Version})
43 Description: CVS debugging static libraries for the GLib library
44  **THIS IS NOT AN OFFICIAL DEBIAN PACKAGE! THIS IS AN AUTOMATED CVS
45    BUILD OF THE GLIB LIBRARIES! BEWARE! IT MAY NOT WORK!**
46  .
47  This package contains the debugging static libraries for the GLib C
48  library.
49  .
50  The debugging libraries are installed as /usr/lib/libglib_g.a -- link
51  specifically with them if you want to debug.