summaryrefslogtreecommitdiff
path: root/debian/control
blob: 2bb9717a4269ccf3b07ece6e917cc3724265cc7d (plain)
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
73
74
75
76
77
78
Source: gnucobol4
Section: devel
Priority: optional
Maintainer: Thorsten Alteholz <debian@alteholz.de>
Build-Depends:
	debhelper-compat (= 13)
	, libgmp-dev
	, libdb-dev
	, libncurses5-dev
	, texinfo
	, texlive
	, help2man
	, bison
Standards-Version: 4.6.0
Homepage: https://www.gnu.org/software/gnucobol/
Vcs-Git: https://salsa.debian.org/alteholz/gnucobol4.git
Vcs-Browser: https://salsa.debian.org/alteholz/gnucobol4
Rules-Requires-Root: no

Package: gnucobol4
Architecture: any
Depends:
	 ${shlibs:Depends}
	, ${misc:Depends}
	, libcob5-dev (=${binary:Version})
	, libgmp-dev
	, libncurses5-dev
	, gcc
Breaks: open-cobol (<< 2.2), gnucobol3
Replaces: open-cobol (<< 2.2), gnucobol3
Description: COBOL compiler
 GnuCOBOL (formerly OpenCOBOL) is a free, modern COBOL compiler. GnuCOBOL
 implements a substantial part of the COBOL 85, COBOL 2002 and COBOL 2014
 standards and X/Open COBOL, as well as many extensions included in other COBOL
 compilers (IBM COBOL, MicroFocus COBOL, ACUCOBOL-GT and others).
 .
 GnuCOBOL translates COBOL into C and compiles the translated code using a
 native C compiler.
 .
 Build COBOL programs on various platforms, including GNU/Linux, Unix, Mac OS X,
 and Microsoft Windows. GnuCOBOL has also been built on HP/UX, z/OS, SPARC,
 RS6000, AS/400, along with other combinations of machines and operating
 systems.
 .
 While being held to a high level of quality and robustness, GnuCOBOL does not
 claim to be a “Standard Conforming” implementation of COBOL.
 .
 GnuCOBOL passes over 9600 of the NIST COBOL 85 test suite tests and over 750
 internal checks during build.

Package: libcob5
Section: libs
Replaces: libcob4
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: COBOL compiler - runtime library
 This package contains the runtime library for gnucobol.
 .
 GnuCOBOL (formerly OpenCOBOL) is a free, modern COBOL compiler. GnuCOBOL
 implements a substantial part of the COBOL 85, COBOL 2002 and COBOL 2014
 standards and X/Open COBOL, as well as many extensions included in other COBOL
 compilers (IBM COBOL, MicroFocus COBOL, ACUCOBOL-GT and others).

Package: libcob5-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Replaces: libcob4-dev
Breaks: libcob4-dev
Depends: ${misc:Depends}, libcob5 (=${binary:Version})
Description: COBOL compiler - development files
 This package contains the development files for gnucobol.
 .
 GnuCOBOL (formerly OpenCOBOL) is a free, modern COBOL compiler. GnuCOBOL
 implements a substantial part of the COBOL 85, COBOL 2002 and COBOL 2014
 standards and X/Open COBOL, as well as many extensions included in other COBOL
 compilers (IBM COBOL, MicroFocus COBOL, ACUCOBOL-GT and others).