| 12
 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
 
 | Source: libintl-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9), perl (>= 5.8.0-7), dpkg-dev (>= 1.16.1~)
Maintainer: Peter Eisentraut <petere@debian.org>
Standards-Version: 3.9.8
Homepage: http://search.cpan.org/dist/libintl-perl/
Package: libintl-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Recommends: libintl-xs-perl
Description: Uniforum message translations system compatible i18n library
 libintl-perl is an internationalization library for Perl that aims to be
 compatible with the Uniforum message translations system as implemented for
 example in GNU gettext.
Package: libintl-xs-perl
Architecture: any
Depends: ${perl:Depends}, ${misc:Depends}, ${shlibs:Depends}, libintl-perl (= ${source:Version})
Description: Uniforum message translations system compatible i18n library
 libintl-perl is an internationalization library for Perl that aims to be
 compatible with the Uniforum message translations system as implemented for
 example in GNU gettext.
 .
 This package contains the XS Implementation of Uniforum Message Translation,
 which is, thanks to the use of C code and libraries, a little bit faster than
 the pure Perl implementation.
 |