File: control

package info (click to toggle)
libgdchart-gd2 0.11.5-12.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 352 kB
  • sloc: ansic: 4,219; makefile: 278
file content (64 lines) | stat: -rw-r--r-- 2,188 bytes parent folder | download
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
Source: libgdchart-gd2
Maintainer: Jonas Smedegaard <dr@jones.dk>
Uploaders: Vasudev Kamath <kamathvasudev@gmail.com>
Section: libs
Priority: optional
Build-Depends: cdbs,
               debhelper (>= 9),
               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/
Rules-Requires-Root: no

Package: libgdchart-gd2-noxpm-dev
Architecture: any
Section: libdevel
Depends: ${devlibs:Depends},
         libgdchart-gd2-noxpm (= ${binary:Version}),
         ${misc:Depends}
Conflicts: libgdchart-gd2-xpm-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-noxpm-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-gd2-xpm
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-gd2-noxpm
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.