File: control

package info (click to toggle)
codespell 1.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 500 kB
  • sloc: python: 841; makefile: 38; sh: 22; ansic: 11
file content (35 lines) | stat: -rw-r--r-- 1,076 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
Source: codespell
Section: devel
Priority: optional
Uploaders: Sylvestre Ledru <sylvestre@debian.org>,
 Peter Spiess-Knafl <dev@spiessknafl.at>,
 Georg Faerber <georg@riseup.net>
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends:
 debhelper (>= 10),
 dh-python,
 python-minimal,
 python3,
 python3-chardet,
 python3-setuptools,
 python3-pytest,
 python3-pytest-cov,
 help2man,
 virtualenv, python3-virtualenv, python3-distutils
# to run tests
Standards-Version: 4.2.1
Homepage: https://github.com/codespell-project/codespell/
Vcs-Git: https://salsa.debian.org/python-team/modules/codespell.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/codespell

Package: codespell
Architecture: all
Depends:
 python3,
 python3-chardet,
 ${python3:Depends},
 ${misc:Depends}
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.