File: control

package info (click to toggle)
libintl-perl 1.23-1%2Bdeb8u1
  • links: PTS
  • area: main
  • in suites: jessie
  • size: 5,760 kB
  • ctags: 491
  • sloc: perl: 156,045; makefile: 137
file content (28 lines) | stat: -rw-r--r-- 1,195 bytes parent folder | download | duplicates (2)
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
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.4
Homepage: http://search.cpan.org/dist/libintl-perl/

Package: libintl-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Suggests: 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.