File: control

package info (click to toggle)
i18nspector 0.27.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,384 kB
  • sloc: python: 8,838; sh: 91; makefile: 62
file content (36 lines) | stat: -rw-r--r-- 1,101 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
Source: i18nspector
Section: devel
Priority: optional
Maintainer: Stuart Prescott <stuart@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
Build-Depends-Indep:
 python3-pytest,
 python3-polib,
 python3-rply,
Homepage: https://jwilk.net/software/i18nspector
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/debian/i18nspector
Vcs-Git: https://salsa.debian.org/debian/i18nspector.git
Rules-Requires-Root: no

Package: i18nspector
Architecture: all
Depends:
 python3,
 python3-polib,
 python3-rply,
 ${misc:Depends},
 ${python3:Depends}
Description: checking tool for gettext POT, PO and MO files
 i18nspector is a tool for checking translation templates (POT), message
 catalogues (PO) and compiled message catalogues (MO) files for common problems.
 These files are used by the GNU gettext translation functions and tools in many
 different development environments.
 .
 Checks include: incorrect or inconsistent character encoding, missing headers,
 incorrect language codes and improper plural forms.
 .
 This tool was formerly known as gettext-inspector.