1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-09-01 21:59:38 +02:00
Files
build
debian
README.debian
build
changelog
control
copyright
libglib-cvs-dev.files
postinst
rules
docs
gio
glib
gmodule
gobject
gthread
m4macros
po
tests
.gitignore
AUTHORS
COPYING
ChangeLog.pre-1-2
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-14
ChangeLog.pre-2-16
ChangeLog.pre-2-18
ChangeLog.pre-2-2
ChangeLog.pre-2-20
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
HACKING
INSTALL.in
MAINTAINERS
Makefile.am
Makefile.decl
NEWS
NEWS.pre-1-3
README.commits
README.in
README.win32
acglib.m4
acinclude.m4
autogen.sh
config.h.win32.in
configure.ac
gio-2.0-uninstalled.pc.in
gio-2.0.pc.in
gio-unix-2.0-uninstalled.pc.in
gio-unix-2.0.pc.in
gio-windows-2.0.pc.in
glib-2.0-uninstalled.pc.in
glib-2.0.pc.in
glib-gettextize.in
glib-zip.in
gmodule-2.0-uninstalled.pc.in
gmodule-2.0.pc.in
gmodule-export-2.0.pc.in
gmodule-no-export-2.0-uninstalled.pc.in
gmodule-no-export-2.0.pc.in
gobject-2.0-uninstalled.pc.in
gobject-2.0.pc.in
gthread-2.0-uninstalled.pc.in
gthread-2.0.pc.in
makefile.msc
mkinstalldirs
msvc_recommended_pragmas.h
sanity_check
win32-fixup.pl
glib/debian/control

54 lines
1.8 KiB
Plaintext
Raw Normal View History

Source: glib-cvs
Priority: extra
Section: libs
Maintainer: Ben Gertzfield <che@debian.org>
Standards-Version: 2.4.0.0
Package: libglib-cvs-1.1
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Suggests: libgtk-cvs-1.1
Conflicts: libglib1.1
Description: CVS build of the GLib library of C routines
**THIS IS NOT AN OFFICIAL DEBIAN PACKAGE! THIS IS AN AUTOMATED CVS
BUILD OF THE GLIB LIBRARIES! BEWARE! IT MAY NOT WORK!**
.
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-cvs-dev
Architecture: any
Section: devel
Conflicts: libgtk-dev, libglib-dev
Provides: libglib-dev
Replaces: libglib-dev
Depends: libglib-cvs-1.1 (=${Source-Version})
Suggests: libgtk-cvs-dev, libgtk-cvs-1.1-doc
Description: CVS header files and static libraries for the GLib library
**THIS IS NOT AN OFFICIAL DEBIAN PACKAGE! THIS IS AN AUTOMATED CVS
BUILD OF THE GLIB LIBRARIES! BEWARE! IT MAY NOT WORK!**
.
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-cvs-dbg
Architecture: any
Section: devel
Conflicts: libgtk-dev, libglib-dbg
Depends: libglib-cvs-1.1 (=${Source-Version}), libglib-cvs-dev (=${Source-Version})
Description: CVS debugging static libraries for the GLib library
**THIS IS NOT AN OFFICIAL DEBIAN PACKAGE! THIS IS AN AUTOMATED CVS
BUILD OF THE GLIB LIBRARIES! BEWARE! IT MAY NOT WORK!**
.
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.