libunicode-map-perl (0.112-12build2) focal; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 18 Oct 2019 19:36:22 +0000

libunicode-map-perl (0.112-12build1) disco; urgency=medium

  * No-change rebuild for the perl 5.28 transition.

 -- Adam Conrad <adconrad@ubuntu.com>  Fri, 02 Nov 2018 18:13:59 -0600

libunicode-map-perl (0.112-12) unstable; urgency=medium

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * Remove Daniel Ruoso from Uploaders on request of the MIA team.
    (Closes: #831621)
  * Add Testsuite declaration for autopkgtest-pkg-perl.

  [ Niko Tyni ]
  * Update my email address in Uploaders
  * Update to debhelper compat level 10
  * Update to Standards-Version 4.1.3
  * Declare that the package does not need (fake)root to build

 -- Niko Tyni <ntyni@debian.org>  Tue, 13 Feb 2018 20:52:50 +0200

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 <abe@debian.org>  Sat, 14 Dec 2013 00:12:27 +0100

libunicode-map-perl (0.112-10) unstable; urgency=medium

  [ Niko Tyni ]
  
  * Use $(CURDIR) [make] instead of $(PWD) [sh] to fix issues with sudo.
    (Closes: #389988)
  * Urgency set to medium because of an RC bug fix.
  * Upgrade to Standards-Version 3.7.2. No changes needed.
  * Upgrade to debhelper compatibility level 5.
  * Add dependency on ${misc:Depends}.
  * Don't run the 'install' and 'build' targets twice when building.

  [ Alexis Sukrieh ]

  * Added myself as an uploader.
  * Put debian/compat to `5' instead of `4'.

 -- Alexis Sukrieh <sukria@debian.org>  Tue,  3 Oct 2006 19:44:52 +0200

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

  * Add debian/watch.
  * Fix the BIG5 map at build-time to include US-ASCII compatible
    characters 0-127. (Closes: #320406)
  * Test the fixed BIG5 map in t/map.t.

 -- Niko Tyni <ntyni@iki.fi>  Sun, 15 Jan 2006 22:46:48 +0200

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

  * Added missing dependencies on shared libraries (${shlibs:Depends}).
  * Updated Standards-Version to 3.6.2. No changes needed.

 -- Niko Tyni <ntyni@iki.fi>  Tue, 13 Dec 2005 22:26:20 +0000

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

  * Adopting Package.

 -- Daniel Ruoso <daniel@ruoso.com>  Thu, 27 May 2004 17:19:09 -0300

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

  * debian/copyright: updated
  * debian/control: upgraded to Debian Policy 3.6.1 (no changes)

 -- Ardo van Rangelrooij <ardo@debian.org>  Sat,  7 Feb 2004 22:50:28 -0600

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

  * debian/rules: moved debhelper compatibility level setting to
    'debian/compat' per latest debhelper best practices
  * debian/control: updated sections according to latest archive changes:
    - 'libunicode-map-perl' from 'interpreters' to 'perl'
  * debian/control: changed build dependency on 'debhelper' to '(>= 4.1)'
  * debian/control: upgraded to Debian Policy 3.6.0 (no changes)

 -- Ardo van Rangelrooij <ardo@debian.org>  Sun, 27 Jul 2003 08:58:46 -0500

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

  * debian/control: improved short description
    (closes: Bug#172062)
  * debian/control: upgraded to Debian Policy 3.5.8 (no changes)

 -- Ardo van Rangelrooij <ardo@debian.org>  Sun,  8 Dec 2002 17:25:03 -0600

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

  * debian/rules: added erroneously removed 'dh_testroot' to 'binary-indep'

 -- Ardo van Rangelrooij <ardo@debian.org>  Sun,  4 Aug 2002 15:30:48 -0500

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

  * Rebuild against perl 5.8.0
  * debian/control: changed build dependency on perl accordingly
  * debian/rules: upgraded to debhelper v4
  * debian/control: changed build dependency on debhelper accordingly
  * debian/rules: migrated from 'dh_movefiles' to 'dh_install'
  * debian/rules: split off 'install' target from 'binary-arch' target
  * debian/copyright: added pointer to license

 -- Ardo van Rangelrooij <ardo@debian.org>  Sat,  3 Aug 2002 17:10:57 -0500

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

  * New upstream release

 -- Ardo van Rangelrooij <ardo@debian.org>  Fri, 19 Apr 2002 22:38:11 -0500

libunicode-map-perl (0.110-2) unstable; urgency=low

  * debian/control: upgraded to Debian Policy 3.5.6

 -- Ardo van Rangelrooij <ardo@debian.org>  Sun, 23 Dec 2001 12:34:26 -0600

libunicode-map-perl (0.110-1) unstable; urgency=low

  * Initial Release

 -- Ardo van Rangelrooij <ardo@debian.org>  Fri, 31 Aug 2001 23:41:00 -0500
