File: control

package info (click to toggle)
i18nspector 0.25.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,232 kB
  • ctags: 1,179
  • sloc: python: 8,396; sh: 62; makefile: 46
file content (31 lines) | stat: -rw-r--r-- 1,177 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
Source: i18nspector
Section: devel
Priority: optional
Maintainer: Stuart Prescott <stuart@debian.org>
Build-Depends: debhelper (>= 9),
                python3
Build-Depends-Indep: python3-nose,
                python3-polib,
                python3-rply
Homepage: http://jwilk.net/software/i18nspector
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/i18nspector.git
Vcs-Git: https://alioth.debian.org/anonscm/git/collab-maint/i18nspector.git

Package: i18nspector
Architecture: all
Depends: python3 (>> 3.2),
          python3-polib,
          python3-rply,
          ${python3:Depends},
          ${misc: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.