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
|
Source: libgdchart-gd2
Section: libs
Priority: optional
Maintainer: Jonas Smedegaard <dr@jones.dk>
Uploaders: Vasudev Kamath <kamathvasudev@gmail.com>
Build-Depends: cdbs,
debhelper (>= 9),
dh-buildinfo,
libgd-dev,
libxpm-dev,
libxt-dev,
d-shlibs (>= 0.35)
Vcs-Git: git://anonscm.debian.org/git/collab-maint/libgdchart-gd2
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/libgdchart-gd2.git
Standards-Version: 3.9.6
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}
Provides: libgdchart-gd2-dev
Conflicts: 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}
Provides: libgdchart-gd2-dev
Conflicts: 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}
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 against GD 2.x
library and without XPM (X pixmap) support.
Package: libgdchart-gd2-xpm
Architecture: any
Depends: ${shlibs:Depends}, ${misc: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 against GD 2.x
library and with XPM (X pixmap) support.
|