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
|
Source: giblib
Section: libdevel
Priority: optional
Maintainer: Eric Dorland <eric@debian.org>
Build-Depends: cdbs, debhelper (>= 5.0), libx11-dev, libimlib2-dev, libfreetype6-dev, libltdl3-dev
Standards-Version: 3.6.2.2
Package: giblib-dev
Architecture: any
Depends: giblib1 (= ${Source-Version}), libx11-dev, libimlib2-dev, libfreetype6-dev
Description: headers for giblib
headers and static libraries for giblib, a library of handy stuff.
.
giblib contains an imlib2 wrapper to avoid the context stuff,
doubly-linked lists and font styles.
Package: giblib1
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Description: wrapper library for imlib2, and other stuff
giblib is a library of handy stuff. Contains an imlib2 wrapper to avoid the
context stuff, doubly-linked lists and font styles.
Package: giblib1-dbg
Architecture: any
Section: libdevel
Priority: extra
Depends: giblib1 (= ${Source-Version})
Description: debugging symbols for giblib1
giblib is a library of handy stuff. Contains an imlib2 wrapper to avoid the
context stuff, doubly-linked lists and font styles.
.
This package contains the debugging symbols for giblib1.
|