File: control

package info (click to toggle)
liblingua-en-namecase-perl 1.15-1
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, lenny, squeeze, stretch, wheezy
  • size: 64 kB
  • ctags: 8
  • sloc: perl: 266; makefile: 44
file content (27 lines) | stat: -rw-r--r-- 1,023 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
22
23
24
25
26
27
Source: liblingua-en-namecase-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5.0.0)
Build-Depends-Indep: perl (>= 5.8.8-12)
Maintainer: C. Chad Wallace <cwallace@lodgingcompany.com>
Standards-Version: 3.7.3
Homepage: http://search.cpan.org/dist/Lingua-EN-NameCase/

Package: liblingua-en-namecase-perl
Architecture: all
Depends: ${perl:Depends}
Description:  Perl module to fix the case of people's names
 Forenames and surnames are often stored either wholly in UPPERCASE
 or wholly in lowercase. This module allows you to convert names into
 the correct case where possible.
 .
 Although forenames and surnames are normally stored separately, if they
 do appear in a single string, whitespace separated, NameCase and nc deal
 correctly with them.
 .
 NameCase currently correctly name cases names which include any of the
 following:
 Mc, Mac, al, el, ap, da, de, delle, della, di, du, del, der, 
 la, le, lo, van and von.
 .
 It correctly deals with names which contain apostrophies and hyphens too.