libunicode-string-perl 2.09-5 source package in Ubuntu

Changelog

libunicode-string-perl (2.09-5) unstable; urgency=low


  * Team upload.

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Salvatore Bonaccorso ]
  * Bump Debhelper compat level to 9.
    Adjust versioned Build-Depends on debhelper to (>= 9).
  * Update debian/copyright file.
    Update to revision 174 of format specification of DEP5 proposal for
    machine readable copyright file information.
  * Add fix-defined-hash-deprecation-warning.patch patch.
    Fix 'defined(%hash) is deprecated' warning.
    Thanks to Justin B Rye <email address hidden> for the patch (Closes: #657144)
  * Bump Standards-Version to 3.9.2
  * Drop Depends on libmime-base64-perl.
    Dependency for MIME::Base64 is already satisfied by perl package.

 -- Salvatore Bonaccorso <email address hidden>  Sun, 29 Jan 2012 10:28:07 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libunicode-string-perl_2.09-5.dsc 2.1 KiB a780dea0797b99cf30968e8f03297bf7ad6ee806e0186b65df2f7224faf0c4d0
libunicode-string-perl_2.09.orig.tar.gz 119.8 KiB c817bedb954ea2d488bade56059028b99e0198f6826482e2f68fd6d78653faad
libunicode-string-perl_2.09-5.debian.tar.gz 5.2 KiB 598978e986bfc7811bbf8d7b94c53c6e1c5cc0ddd53bb8dd3158cf9f5062b0a3

No changes file available.

Binary packages built by this source

libunicode-string-perl: Older Perl modules for Unicode string manipulation

 This package provides Unicode::String, which manipulates strings of
 characters in various Unicode representations, and Unicode::CharName,
 which maps Unicode characters to official character names.
 .
 These modules predate native Unicode support inside Perl. Normally, the
 integrated Perl Unicode support and modules such as Encode should be used
 instead of these modules. They are provided primarily for their
 additional utility functions and to support other Perl code with
 dependencies on these modules. Be aware that Unicode::CharName only
 includes Unicode characters up to Unicode 4.1 and the character name
 tables included with Perl are more complete.