File: control

package info (click to toggle)
codespell 1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 240 kB
  • sloc: python: 413; makefile: 48; ansic: 11
file content (24 lines) | stat: -rw-r--r-- 724 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
Source: codespell
Section: devel
Priority: optional
Maintainer: Peter Spiess-Knafl <dev@spiessknafl.at>
Build-Depends:
 debhelper (>= 9),
 python3,
 help2man
Standards-Version: 3.9.6
Homepage: https://github.com/lucasdemarchi/codespell/
Vcs-Git: git://anonscm.debian.org/collab-maint/codespell.git
Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/codespell.git

Package: codespell
Architecture: all
Depends:
 python3,
 ${misc:Depends}
Recommends:
 python3-chardet
Description: find and fix common misspellings in text files
 codespell is designed to find and fix common misspellings in text files.
 It is designed primarily for checking misspelled words in source code,
 but it can be used with other files as well.