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 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
Source: libglade
Section: devel
Priority: optional
Maintainer: Paolo Molaro <lupus@debian.org>
Standards-Version: 3.1.1
Package: libglade0-dev
Section: devel
Architecture: any
Depends: libglade0, libc6-dev, libgnome-dev, libxml-dev
Provides: libglade-dev
Conflicts: libglade-dev, libglade0 (<< 0.11)
Suggests: glade, python-base
Description: Development files for libglade.
This library allows you to load user interfaces in your program, which are
stored externally. This allows alteration of the interface without
recompilation of the program.
.
The interfaces can also be edited with GLADE.
Package: libglade0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: Library to load .glade files at runtime.
This library allows you to load user interfaces in your program, which are
stored externally. This allows alteration of the interface without
recompilation of the program.
.
The interfaces can also be edited with GLADE.
Package: libglade-gnome0-dev
Section: devel
Architecture: any
Depends: libglade0-dev, libglade0, libglade-gnome0, libc6-dev, libgnome-dev, libxml-dev
Provides: libglade-gnome-dev
Conflicts: libglade-gnome-dev, libglade-gnome0 (<< 0.11)
Suggests: glade
Description: Development files for libglade (Gnome widgets support).
This library allows you to load user interfaces in your program, which are
stored externally. This allows alteration of the interface without
recompilation of the program.
.
The interfaces can also be edited with GLADE.
Package: libglade-gnome0
Section: libs
Architecture: any
Depends: libglade0, ${shlibs:Depends}
Description: Library to load .glade files at runtime (Gnome widgets support).
This library allows you to load user interfaces in your program, which are
stored externally. This allows alteration of the interface without
recompilation of the program.
.
The interfaces can also be edited with GLADE.
|