File: control

package info (click to toggle)
anorack 0.2.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 228 kB
  • sloc: python: 832; makefile: 75; sh: 36
file content (33 lines) | stat: -rw-r--r-- 1,115 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
Source: anorack
Section: devel
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Georg Faerber <georg@riseup.net>,
Build-Depends: debhelper-compat (= 13),
               dh-python,
               espeak-ng,
               python3,
               python3-docutils,
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/python-team/packages/anorack.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/anorack
Homepage: https://jwilk.net/software/anorack
Rules-Requires-Root: no

Package: anorack
Architecture: all
Depends: libespeak-ng1 | libespeak1,
         python3,
         ${misc:Depends},
         ${python3:Depends},
Description: specialized spell-checker that finds incorrect indefinite articles
 The English language has two indefinite articles:
 .
 - a: used before words that begin with a consonant sound (e.g., a program, a
   host, a user);
 .
 - an: used before words that begin with a vowel sound (e.g., an example, an
   hour, an undefined variable).
 .
 anorack is a specialized spell-checker that finds incorrect usage of these
 articles.