File: control

package info (click to toggle)
liblocale-maketext-fuzzy-perl 0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 208 kB
  • ctags: 155
  • sloc: perl: 1,883; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 1,057 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
Source: liblocale-maketext-fuzzy-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Niko Tyni <ntyni@iki.fi>, Ansgar Burchardt <ansgar@debian.org>,
 gregor herrmann <gregoa@debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/Locale-Maketext-Fuzzy/
Vcs-Git: git://git.debian.org/pkg-perl/packages/liblocale-maketext-fuzzy-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblocale-maketext-fuzzy-perl.git

Package: liblocale-maketext-fuzzy-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: Maketext from already interpolated strings 
 Locale::Maketext::Fuzzy is a subclass of Locale::Maketext, with additional
 support for localizing messages that already contains interpolated variables.
 This is most useful when the messages are returned by external modules -- for
 example, to match "dir: command not found" against "[_1]: command not found".