File: control

package info (click to toggle)
libconvert-ytext-perl 0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 100 kB
  • ctags: 16
  • sloc: perl: 322; makefile: 10
file content (29 lines) | stat: -rw-r--r-- 1,344 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
28
29
Source: libconvert-ytext-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: David Bremner <bremner@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 7),
               libmodule-build-perl,
               perl
Build-Depends-Indep: libemail-address-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libconvert-ytext-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libconvert-ytext-perl
Homepage: https://metacpan.org/release/Convert-YText

Package: libconvert-ytext-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: Perl module to quote strings suitably for RFC2822 local parts
 Convert::YText converts strings to and from "YText", a format inspired by
 xtext defined in RFC1894, the MIME base64 and quoted-printable types (RFC
 1394). The main goal is encode a UTF8 string into something safe for use as
 the local part in an internet email address (RFC2822).
 .
 By default spaces are replaced with "+", "/" with "~", the characters
 "A-Za-z0-9_.-" encode as themselves, and everything else is written "=USTR="
 where USTR is the base64 (using "A-Za-z0-9_." as digits) encoding of the
 unicode character code. The encoding is configurable (see below).