Codebase list i18nspector / c8db343a-ffdb-422e-b8e4-99c89d94a282/main
Reading package lists... 0%Reading package lists... 100%Reading package lists... Done Building dependency tree... 0%Building dependency tree... 0%Building dependency tree... 50%Building dependency tree... 50%Building dependency tree... Done Reading state information... 0% Reading state information... 0%Reading state information... Done Connecting to api.ftp-master.debian.org to check 1 package versions. Please wait... Got info from api.ftp-master.debian.org for 1 packages. Changes applied to dpkg configuration: - control source Standards-Version: '4.5.0' -> '4.5.1' # applied fix for :Current standards version is '4.5.1'. Please read https://www.debian.org/doc/debian-policy/upgrading-checklist.html for the changes that may be needed on your package to upgrade it from standard version '4.5.0' to '4.5.1'. jenkins@osuosl167-amd64.debian.net 2 years ago
1 changed file(s) with 14 addition(s) and 17 deletion(s). Raw diff Collapse all Expand all
00 Source: i18nspector
1 Maintainer: Stuart Prescott <stuart@debian.org>
12 Section: devel
23 Priority: optional
3 Maintainer: Stuart Prescott <stuart@debian.org>
4 Build-Depends:
5 debhelper-compat (= 13),
6 dh-python,
7 python3-all,
8 Build-Depends-Indep:
9 python3-nose,
10 python3-polib,
11 python3-rply,
12 Homepage: https://jwilk.net/software/i18nspector
13 Standards-Version: 4.5.0
4 Build-Depends: debhelper-compat (= 13),
5 dh-python,
6 python3-all
7 Build-Depends-Indep: python3-nose,
8 python3-polib,
9 python3-rply
10 Standards-Version: 4.5.1
1411 Vcs-Browser: https://salsa.debian.org/debian/i18nspector
1512 Vcs-Git: https://salsa.debian.org/debian/i18nspector.git
13 Homepage: https://jwilk.net/software/i18nspector
1614 Rules-Requires-Root: no
1715
1816 Package: i18nspector
1917 Architecture: all
20 Depends:
21 python3,
22 python3-polib,
23 python3-rply,
24 ${misc:Depends},
25 ${python3:Depends}
18 Depends: python3,
19 python3-polib,
20 python3-rply,
21 ${misc:Depends},
22 ${python3:Depends}
2623 Description: checking tool for gettext POT, PO and MO files
2724 i18nspector is a tool for checking translation templates (POT), message
2825 catalogues (PO) and compiled message catalogues (MO) files for common problems.