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
|
Source: libgdchart-gd1
Section: oldlibs
Priority: optional
Maintainer: Jonas Smedegaard <dr@jones.dk>
Build-Depends: dh-buildinfo, debhelper (>= 4), libgd-noxpm-dev (>= 1.8.4-30), xlibs-dev
Standards-Version: 3.6.0
Package: libgdchart-gd1-noxpm-dev
Architecture: any
Depends: libgdchart-gd1-noxpm (= ${Source-Version}), libgd-noxpm-dev
Provides: libgdchart-gd1-dev
Conflicts: libgdchart-gd1-dev
Description: Generate graphs using the GD library (development version)
A library for generating nice 2d and 3d graphs with the use of GD.
.
This is the full development version of the library, built without XPM
(X pixmap) support.
Package: libgdchart-gd1-xpm-dev
Architecture: any
Depends: libgdchart-gd1-xpm (= ${Source-Version}), libgd-xpm-dev | libgd-noxpm-dev
Provides: libgdchart-gd1-dev
Conflicts: libgdchart-gd1-dev
Description: Generate graphs using the GD library (development version)
A library for generating nice 2d and 3d graphs with the use of GD.
.
This is the full development version of the library, built with XPM
(X pixmap) support.
Package: libgdchart-gd1-noxpm
Architecture: any
Depends: ${shlibs:Depends}
Provides: libgdchart
Conflicts: libgdchart
Description: Generate graphs using the GD library
A library for generating nice 2d and 3d graphs with the use of GD.
.
This is the runtime package of the library, built without XPM (X pixmap)
support.
Package: libgdchart-gd1-xpm
Architecture: any
Depends: ${shlibs:Depends}
Provides: libgdchart
Conflicts: libgdchart
Description: Generate graphs using the GD library
A library for generating nice 2d and 3d graphs with the use of GD.
.
This is the runtime package of the library, built with XPM (X pixmap)
support.
|