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

Changelog

libtext-iconv-perl (1.7-4) unstable; urgency=low

  * Don't pass "-Zbzip2 -z9" to dpkg-deb
    Refer to Bug#633782

libtext-iconv-perl (1.7-3) unstable; urgency=low

  [ Steve McIntyre ]
  * Update to modern perl module packaging standards (Closes: #633954)
  * Configure perl C compilation for cross builds (Closes: 633960)

  [ Anibal Monsalve Salazar ]
  * Source format is 3.0 (quilt)
  * Standards-Version is 3.9.2
  * Fix debhelper-but-no-misc-depends
  * Fix debhelper-overrides-need-versioned-build-depends
  * Fix copyright-refers-to-symlink-license
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 11:11:44 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Anibal Monsalve Salazar
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libtext-iconv-perl_1.7.orig.tar.bz2 9.7 KiB 815c5169b7afc40bc6f681b4c615ff8fb0e073d87422280c8c759a4666567490
libtext-iconv-perl_1.7-4.debian.tar.bz2 2.9 KiB b2be11077f54aeaab472c65b0c681e218340e19234effe23a337b5c92c230377
libtext-iconv-perl_1.7-4.dsc 1.7 KiB 06861e2bf8afe43a13648bcc8fe988c6c53585f0130516a8a485ec1b39c49e47

Available diffs

View changes file

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.