File: control

package info (click to toggle)
misspell-fixer 0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,016 kB
  • sloc: sed: 20,181; sh: 989; makefile: 42; perl: 26
file content (22 lines) | stat: -rw-r--r-- 904 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
Source: misspell-fixer
Section: devel
Priority: optional
Maintainer: Lajos Veres <vlajos+debian@gmail.com>
Build-Depends: ruby-ronn, shunit2 (>= 2.1.6-1.1), debhelper-compat (= 13)
Standards-Version: 4.5.1
Homepage: https://github.com/vlajos/misspell-fixer
Vcs-Browser: https://github.com/vlajos/misspell-fixer
Vcs-Git: https://github.com/vlajos/misspell-fixer.git
Rules-Requires-Root: no

Package: misspell-fixer
Architecture: all
Multi-Arch: foreign
Depends: grep (>= 2.28), ${misc:Depends}
Recommends: git
Description: Tool for fixing common misspellings, typos in source code
 Utility to fix common misspellings, typos in source code.
 There are lots of typical misspellings in program code.
 Typically they are more eye-catching in the living code but they can easily
 hide in comments, examples, samples, notes and documentation.
 With this utility you can fix a large number of them very quickly.