~ubuntu-branches/ubuntu/raring/libencode-perl/raring-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Jose Luis Rivas
  • Date: 2007-05-18 23:49:27 UTC
  • Revision ID: james.westby@ubuntu.com-20070518234927-vi1w8iyu6d27mygs
Tags: 2.21-1
Initial release (Closes: #425184)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: libencode-perl
 
2
Section: perl
 
3
Priority: extra
 
4
Maintainer: Jose Luis Rivas <ghostbar38@gmail.com>
 
5
Build-Depends: cdbs, perl, debhelper (>= 5)
 
6
Standards-Version: 3.7.2
 
7
 
 
8
Package: libencode-perl
 
9
Architecture: any
 
10
Depends: ${perl:Depends}
 
11
Description: provides interfaces between Perl's strings and the system
 
12
 The Encode module provides the interfaces between Perl's strings and the 
 
13
 rest of the system.
 
14
 .
 
15
 When Perl is processing "binary data", the programmer wants Perl to process 
 
16
 "sequences of bytes". This is not a problem for Perl - as a byte has 256 
 
17
 possible values, it easily fits in Perl's much larger "logical character".
 
18
 .
 
19
 Encodes a string from Perl's internal form into ENCODING and returns a 
 
20
 sequence of octets.
 
21
 .
 
22
 http://search.cpan.org/dist/Encode