File: control

package info (click to toggle)
foma 1%3A0.9.18%2Br243-8
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 876 kB
  • sloc: ansic: 13,797; lex: 1,390; yacc: 315; python: 274; perl: 147; makefile: 103; javascript: 42
file content (72 lines) | stat: -rw-r--r-- 2,261 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: foma
Section: science
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Tino Didriksen <mail@tinodidriksen.com>,
           Timo Jyrinki <timo@debian.org>,
           Kartik Mistry <kartik@debian.org>
Build-Depends: bison,
               debhelper-compat (= 13),
               flex,
               libreadline-dev,
               libtinfo-dev,
               libtool,
               zlib1g-dev
Standards-Version: 4.5.0
Homepage: https://fomafst.github.io/
Vcs-Git: https://salsa.debian.org/science-team/foma.git
Vcs-Browser: https://salsa.debian.org/science-team/foma

Package: foma
Architecture: any
Depends: libfoma0 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Breaks: foma-bin (<< 1:0)
Replaces: foma-bin (<< 1:0)
Description: Tools for constructing various finite-state automata
 Compiler, programming language, and C library for
 constructing finite-state automata and transducers for
 various uses.

Package: libfoma0
Architecture: any
Section: libs
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Foma runtime libraries
 Compiler, programming language, and C library for
 constructing finite-state automata and transducers for
 various uses.
 .
 This package provides runtime libraries for foma.

Package: libfoma0-dev
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: libfoma0 (= ${binary:Version}), ${misc:Depends}
Breaks: libfoma-dev (<< 1:0)
Replaces: libfoma-dev (<< 1:0)
Section: libdevel
Description: Foma development files
 Compiler, programming language, and C library for
 constructing finite-state automata and transducers for
 various uses.
 .
 This package provides development headers and libraries
 for foma.

Package: foma-bin
Architecture: all
Depends: foma (>= ${source:Version}), ${misc:Depends}
Section: oldlibs
Description: Transitional package for foma
 This is dummy transitional package for foma. It can be
 safely remove.

Package: libfoma-dev
Architecture: all
Depends: libfoma0-dev (>= ${source:Version}), ${misc:Depends}
Section: oldlibs
Description: Transitional package for libfoma0-dev
 This is dummy transitional package for libfoma0-dev. It can
 be safely remove.