libtext-iconv-perl 1.7-4.1 source package in Ubuntu

Changelog

libtext-iconv-perl (1.7-4.1) unstable; urgency=high


  * NMU
  * Pass -d to dh_perl to avoid unnecessary dependency on perl.
    Closes: #639149

 -- Joey Hess <email address hidden>  Sat, 19 Nov 2011 17:52:50 -0400

Upload details

Uploaded by:
Anibal Monsalve Salazar
Uploaded to:
Sid
Original maintainer:
Anibal Monsalve Salazar
Architectures:
any
Section:
perl
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libtext-iconv-perl_1.7-4.1.dsc 1.8 KiB 70972bbe5118719c784ad895313e08cc4c21c79ea046868a60eb354040af86a1
libtext-iconv-perl_1.7.orig.tar.bz2 9.7 KiB 815c5169b7afc40bc6f681b4c615ff8fb0e073d87422280c8c759a4666567490
libtext-iconv-perl_1.7-4.1.debian.tar.bz2 3.1 KiB f0f2ef88dd5683e979e964c28e1a81db6c9c9aa864664493d631be4a52673cb7

No changes file available.

Binary packages built by this source

libtext-iconv-perl: converts between character sets in Perl

 The iconv() family of functions from XPG4 defines an API for converting
 between character sets (e.g. UTF-8 to Latin1, EBCDIC to ASCII). They
 are provided by libc6.
 .
 This package allows access to them from Perl via the Text::Iconv
 package.