~ubuntu-branches/ubuntu/natty/liblocale-gettext-perl/natty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Raphael Hertzog
  • Date: 2003-04-18 16:21:03 UTC
  • Revision ID: james.westby@ubuntu.com-20030418162103-x11u3hm051x68wcn
Tags: 1.01-17
* Corrected typo in man page. Closes: #175421
* Updated section and priority (perl and standard respectively).
* Conform to policy 3.5.9.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: liblocale-gettext-perl
 
2
Section: perl
 
3
Priority: standard
 
4
Maintainer: Raphael Hertzog <hertzog@debian.org>
 
5
Standards-Version: 3.5.9
 
6
Build-Depends: perl (>= 5.8.0), debhelper (>= 4)
 
7
 
 
8
Package: liblocale-gettext-perl
 
9
Architecture: any
 
10
Pre-Depends: perl-base (>= 5.8)
 
11
Depends: ${shlibs:Depends}, ${perl:Depends}
 
12
Description: Using libc functions for internationalization in Perl
 
13
 The gettext module permits access from perl to the gettext() family of
 
14
 functions for retrieving message strings from databases constructed
 
15
 to internationalize software.
 
16
 .
 
17
 It provides gettext(), dgettext(), dcgettext(), textdomain(),
 
18
 bindtextdomain(), bind_textdomain_codeset(), ngettext(), dcngettext()
 
19
 and dngettext().