File: control

package info (click to toggle)
giza 1.4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 4,272 kB
  • sloc: ansic: 13,176; sh: 4,205; f90: 2,991; lex: 437; perl: 330; makefile: 99
file content (72 lines) | stat: -rw-r--r-- 2,562 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
65
66
67
68
69
70
71
72
Source: giza
Maintainer: Debian Astro Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Section: science
Priority: optional
Build-Depends: automake,
               debhelper-compat (= 13),
               gfortran,
               libcairo2-dev,
               xauth,
               xvfb
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/debian-astro-team/giza
Vcs-Git: https://salsa.debian.org/debian-astro-team/giza.git
Homepage: https://danieljprice.github.io/giza/
Rules-Requires-Root: no

Package: giza-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libcpgplot0 (= ${binary:Version}),
         libgiza0 (= ${binary:Version}),
         libpgplot0 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Conflicts: pgplot5
Description: Lightweight scientific plotting library (development files)
 Giza is a lightweight scientific plotting library built on top of cairo that
 provides uniform output to multiple devices. Giza also provides a
 mostly compatible, modern replacement for the PGPLOT graphics library.
 .
 This package contains the development files.

Package: libgiza0
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: Lightweight scientific plotting library (shared library)
 Giza is a lightweight scientific plotting library built on top of cairo that
 provides uniform output to multiple devices. Giza also provides a
 mostly compatible, modern replacement for the PGPLOT graphics library.
 .
 This package contains the shared library.

Package: libpgplot0
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: PGPLOT replacement shared lib based on giza
 Giza is a lightweight scientific plotting library built on top of cairo that
 provides uniform output to multiple devices. Giza also provides a
 mostly compatible, modern replacement for the PGPLOT graphics library.
 .
 This package provides a free replacement for the PGPLOT shared lib.

Package: libcpgplot0
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: CPGPLOT replacement shared lib based on giza
 Giza is a lightweight scientific plotting library built on top of cairo that
 provides uniform output to multiple devices. Giza also provides a
 mostly compatible, modern replacement for the PGPLOT graphics library.
 .
 This package provides a free replacement for the CPGPLOT shared lib.