File: control

package info (click to toggle)
aspell 0.60.7~20110707-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 9,768 kB
  • sloc: cpp: 22,478; sh: 10,539; perl: 1,547; ansic: 1,535; makefile: 716; sed: 16
file content (109 lines) | stat: -rw-r--r-- 3,845 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
104
105
106
107
108
109
Source: aspell
Section: text
Priority: optional
Maintainer: Brian Nelson <pyro@debian.org>
Uploaders: Agustin Martin Domingo <agmartin@debian.org>
Build-Depends: debhelper (>= 9),
	       libncursesw5-dev | libncurses-dev,
	       cdbs (>= 0.4.0),
	       texinfo,
	       dh-autoreconf,
	       autopoint,
	       autotools-dev
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/collab-maint/aspell
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/aspell.git
Homepage: http://aspell.net/

Package: aspell
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends},
	 ${misc:Depends},
	 libaspell15 (= ${binary:Version}),
	 dictionaries-common (>> 0.40)
Recommends: aspell-en | aspell-dictionary | aspell6a-dictionary
Suggests: aspell-doc,
	  spellutils
Breaks: aspell-bin (<< 0.60.3-2)
Replaces: aspell-bin (<< 0.60.3-2),
	  aspell-hi (<= 0.01-1),
	  aspell-mr (<= 0.10-1)
Provides: aspell-bin
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
Depends: ${misc:Depends}
Section: doc
Suggests: aspell (>> 0.60)
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
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
	 ${misc:Depends}
Conflicts: aspell6-dictionary
Breaks: aspell-bin (<< 0.60.3-2),
	aspell-da (<= 1.6.25-1.1),
	aspell-no (<= 2.0.10-5.1)
Recommends: aspell-en | aspell-dictionary | aspell6a-dictionary
Suggests: aspell
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
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
	 libaspell15 (= ${binary:Version})
Suggests: aspell-doc
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
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
	 libaspell15 (= ${binary:Version}),
	 libaspell-dev
Replaces: aspell-bin (<< 0.50.3-3)
Suggests: aspell-doc
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.