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
|
Source: intltool
Section: devel
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Iain Lane <laney@debian.org>, Jordi Mallach <jordi@debian.org>, Jeremy BĂcha <jbicha@ubuntu.com>
Build-Depends: debhelper-compat (= 13),
dpkg-build-api (= 1),
perl (>= 5.8.1)
Build-Depends-Indep: libxml-parser-perl
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/gnome-team/intltool
Vcs-Git: https://salsa.debian.org/gnome-team/intltool.git
Homepage: https://launchpad.net/intltool
Package: intltool
Architecture: all
Multi-Arch: foreign
Depends: gettext (>= 0.10.36-1),
patch,
automake | automaken,
${perl:Depends},
perl (>= 5.8.1),
libxml-parser-perl,
file,
${misc:Depends}
Provides: xml-i18n-tools
Description: Utility scripts for internationalizing XML
Automatically extracts translatable strings from oaf, glade, bonobo
ui, nautilus theme and other XML files into the po files.
.
Automatically merges translations from po files back into .oaf files
(encoding to be 7-bit clean). The merging mechanism can also be
extended to support other types of XML files.
|