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 56 57 58 59 60 61 62 63 64 65 66 67 68
|
Source: libgdchart-gd2
Maintainer: Jonas Smedegaard <dr@jones.dk>
Uploaders: Vasudev Kamath <kamathvasudev@gmail.com>
Section: libs
Priority: optional
Build-Depends: cdbs,
debhelper (>= 9),
dh-buildinfo,
libgd-dev,
libxpm-dev,
libxt-dev,
d-shlibs
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/debian/libgdchart-gd2
Vcs-Git: https://salsa.debian.org/debian/libgdchart-gd2.git
Homepage: http://www.fred.net/brv/chart/
Package: libgdchart-gd2-noxpm-dev
Architecture: any
Section: libdevel
Depends: ${devlibs:Depends},
libgdchart-gd2-noxpm (= ${binary:Version}),
${misc:Depends}
Conflicts: libgdchart-gd2-dev
Provides: libgdchart-gd2-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 against GD 2.x
library and without XPM (X pixmap) support.
Package: libgdchart-gd2-xpm-dev
Architecture: any
Section: libdevel
Depends: ${devlibs:Depends},
libgdchart-gd2-xpm (= ${binary:Version}),
${misc:Depends}
Conflicts: libgdchart-gd2-dev
Provides: libgdchart-gd2-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 against GD 2.x
library and with XPM (X pixmap) support.
Package: libgdchart-gd2-noxpm
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Conflicts: libgdchart
Provides: 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 against GD 2.x
library and without XPM (X pixmap) support.
Package: libgdchart-gd2-xpm
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Conflicts: libgdchart
Provides: 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 against GD 2.x
library and with XPM (X pixmap) support.
|