File: control

package info (click to toggle)
aspell 0.60.8-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 15,008 kB
  • sloc: cpp: 24,356; sh: 12,325; perl: 1,921; ansic: 1,661; makefile: 828; sed: 16
file content (103 lines) | stat: -rw-r--r-- 3,705 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
Source: aspell
Maintainer: Agustin Martin Domingo <agmartin@debian.org>
Section: text
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libncursesw5-dev | libncurses-dev,
               texinfo,
               autopoint,
	       lynx
Standards-Version: 4.6.0.1
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian/aspell
Vcs-Git: https://salsa.debian.org/debian/aspell.git
Homepage: http://aspell.net/

Package: aspell
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends},
         ${misc:Depends},
         libaspell15 (= ${binary:Version}),
         dictionaries-common
Recommends: aspell-en | aspell-dictionary | aspell6a-dictionary
Suggests: aspell-doc,
          spellutils
Breaks: aspell-bin (<< 0.60.3-2)
Provides: aspell-bin
Replaces: aspell-bin (<< 0.60.3-2)
Description: GNU Aspell spell-checker
 GNU Aspell is a spell-checker which can be used either as a standalone
 application or embedded in other programs.  Its main feature is that it
 does a much better job of suggesting possible spellings than just about
 any other spell-checker available for the English language, including
 Ispell and Microsoft Word.  It also has many other technical
 enhancements over Ispell such as using shared memory for dictionaries
 and intelligently handling personal dictionaries when more than one
 Aspell process is open at once.
 .
 Aspell is designed to be a drop-in replacement for Ispell.

Package: aspell-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Suggests: aspell
Description: Documentation for GNU Aspell spell-checker
 This package contains the documentation for GNU Aspell in various
 formats.  The aspell package comes with minimal man pages.  Install
 this package if you need further information on the development process
 and workings of Aspell.

Package: libaspell15
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Recommends: aspell-en | aspell-dictionary | aspell6a-dictionary
Suggests: aspell
Pre-Depends: ${misc:Pre-Depends}
Breaks: aspell-bin (<< 0.60.3-2)
Conflicts: aspell6-dictionary
Description: GNU Aspell spell-checker runtime library
 These are the runtime parts of the Aspell and pspell spell-checking
 toolkits, needed by applications that use the toolkits at runtime.
 .
 For a standalone spell-checker, install aspell as well.

Package: libaspell-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
         libaspell15 (= ${binary:Version})
Suggests: aspell-doc
Pre-Depends: ${misc:Pre-Depends}
Description: Development files for applications with GNU Aspell support
 This package contains the headers and static libraries for developing
 applications with Aspell spell-checking support.
 .
 You need this package ONLY if you plan to build applications that link
 against the Aspell libraries.  You do not have to install this package
 if all you want to do is use the Aspell program to spell-check
 documents.

Package: libpspell-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
         libaspell15 (= ${binary:Version}),
         libaspell-dev
Suggests: aspell-doc
Pre-Depends: ${misc:Pre-Depends}
Replaces: aspell-bin (<< 0.50.3-3)
Description: Development files for applications with pspell support
 This package contains the headers and static libraries for developing
 applications with portable spell-checking interface (pspell) support.
 .
 You need this package ONLY if you plan to build applications that link
 against the pspell static libraries.  You do not have to install this
 package if all you want to do is use the Aspell program to spell-check.