libunicode-map-perl 0.112-11 source package in Ubuntu

Changelog

libunicode-map-perl (0.112-11) unstable; urgency=low


  * Team upload

  [ Jonathan Yu ]
  * Removed Alexis Sukrieh from Uploaders (Closes: #536158)

  [ gregor herrmann ]
  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
    field (source stanza); Homepage field (source stanza). Removed: XS-
    Vcs-Svn fields.
  * debian/watch: use dist-based URL.
  * Revert changes to upstream Makefile.PL; remove unneeded manpages in
    debian/rules.
  * Split out Niko's patch for the big5 test into test-big5.patch; add quilt
    framework.
  * Add debian/README.source to document quilt usage, as required by
    Debian Policy since 3.8.0.
  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
    (source stanza).

  [ Nathan Handler ]
  * debian/watch: Update to ignore development releases.

  [ gregor herrmann ]
  * Convert to source format 3.0 (quilt).
  * Add a patch to fix a POD error.

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

  [ gregor herrmann ]
  * debian/control: update {versioned,alternative} (build) dependencies.

  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ Axel Beckert ]
  * Fix pkg-perl lintian warning arch-any-package-needs-newer-debhelper
  * Bump debhelper compatibility to 9
    + Call dh_clean after checking for fix-big5-stamp
  * Remove quilt traces from debian/rules and quilt build-dependency
  * Revamp debian/rules:
    + Fix lintian warning debian-rules-missing-recommended-target
    + Replace "dh_clean -k" by "dh_prep"
    + Use dh_auto_{configure,build,test,install,clean}
      - Adapt debian/rules for different default install path and remove
        obsolete debian/libunicode-map-perl.install
      - Fixes lintian warning debian-rules-makemaker-prefix-is-deprecated
      - Fixes lintian warning hardening-no-relro
      - Fixes blhc warning dpkg-buildflags-missing
    + Drop obsolete manual removing of stamp files, now done by dh_clean
    + Drop now obsolete dh_installchangelogs parameter
    + Switch to minimal dh-style debian/rules file
    + Refactoring: Reindent debian/rules and normalize variable usage
  * Also fix the following lintian warnings:
    + binary-control-field-duplicates-source (priority, section)
    + copyright-refers-to-symlink-license
  * Bump Standards-Version to 3.9.5 (no further changes)
  * Do not compress executable example which is just close over 4k size
  * Use wildcards in debian/libunicode-map-perl.examples

 -- Axel Beckert <email address hidden>  Sat, 14 Dec 2013 00:12:27 +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
Trusty release universe perl

Downloads

File Size SHA-256 Checksum
libunicode-map-perl_0.112-11.dsc 1.4 KiB 96633a719cb9c1243c7223522e048baffc7240837c9ce97a07c6a403dcd36ef9
libunicode-map-perl_0.112.orig.tar.gz 465.0 KiB 10f0c2f12ebba57dcd4f46d24cf242c1915d31ec0a4ec36b4df18c9ca0cb4a5a
libunicode-map-perl_0.112-11.debian.tar.gz 5.4 KiB d4b3fb65e6c151ef063eeeac16fb7ef28007279c7980c6da2d4884151a47bcb2

No changes file available.

Binary packages built by this source

libunicode-map-perl: Perl module for mapping charsets from and to UTF16 Unicode

 This module converts strings from and to 2-byte Unicode UCS2 format.
 All mappings happen via 2 byte UTF16 encodings, not via 1 byte UTF8
 encoding. To convert between UTF8 and UTF16 use Unicode::String.
 .
 For historical reasons this module coexists with Unicode::Map8.
 Please use Unicode::Map8 unless you need to care for >1 byte
 character sets, e.g. chinese GB2312. Anyway, if you stick to the
 basic functionality (see documentation) you can use both modules
 equivalently.
 .
 The 'libwww-perl' package is needed to run the example mirrorMappings.