[libxml-encoding-perl] branch master updated (a6b7cd5 -> f8f78b3)

gregor herrmann gregoa at debian.org
Sat Jun 7 12:31:08 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libxml-encoding-perl.

      from  a6b7cd5   update changelog
      adds  dc7ed24   Imported Upstream version 2.09
       new  c5abb8b   Merge tag 'upstream/2.09'
       new  ae13232   New upstream release.
       new  44b8488   Refresh pod.patch (offset).
       new  2f06a5e   Update years of upstream copyright.
       new  6de76cf   Bump debhelper compatibility level to 8.
       new  b79e014   Declare compliance with Debian Policy 3.9.5.
       new  79d0485   Remove obsolete DM-Upload-Allowed fields in dbeian/control.
       new  74dd509   Add /me to Uploaders.
       new  7d209ec   debian/rules: drop override_dh_fixperms.
       new  f8f78b3   releasing package libxml-encoding-perl version 2.09-1

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                           |    86 +-
 MANIFEST                          |   103 +-
 META.json                         |    63 +
 META.yml                          |    58 +-
 Makefile.PL                       |   110 +-
 README                            |     0
 bin/compile_encoding              |     2 +-
 bin/make_encmap                   |     2 +
 debian/changelog                  |    19 +-
 debian/compat                     |     2 +-
 debian/control                    |    16 +-
 debian/copyright                  |     3 +-
 debian/patches/pod.patch          |     8 +-
 debian/rules                      |     8 -
 encoding.h                        |     0
 lib/XML/Encoding.pm               |     4 +-
 maps/IANA-assigned-character-sets |     0
 maps/Japanese_Encodings.msg       |     0
 maps/README                       |     0
 maps/big5.xml                     |     0
 maps/encmap.dtd                   |     0
 maps/iso-8859-1.xml               |     0
 maps/iso-8859-10.xml              |     0
 maps/iso-8859-11.xml              |     0
 maps/iso-8859-13.xml              |     0
 maps/iso-8859-14.xml              |     0
 maps/iso-8859-15.xml              |     0
 maps/iso-8859-16.xml              |     0
 maps/iso-8859-2.xml               |     0
 maps/iso-8859-3.xml               |     0
 maps/iso-8859-4.xml               |     0
 maps/iso-8859-5.xml               |     0
 maps/iso-8859-6.xml               |     0
 maps/iso-8859-7.xml               |     0
 maps/iso-8859-8.xml               |     0
 maps/iso-8859-9.xml               |     0
 maps/kana-and-kanji.ent           | 12854 ++++++++++++++++++------------------
 maps/oem.ent                      |  1546 ++---
 maps/windows-1250.xml             |     0
 maps/windows-1251.xml             |     0
 maps/windows-1252.xml             |     0
 maps/windows-1253.xml             |     0
 maps/windows-1254.xml             |     0
 maps/windows-1255.xml             |     0
 maps/windows-1256.xml             |     0
 maps/windows-1257.xml             |     0
 maps/windows-1258.xml             |     0
 maps/x-euc-jp-jisx0221.xml        |     0
 maps/x-euc-jp-part1.ent           |     0
 maps/x-euc-jp-part2.ent           |     0
 maps/x-euc-jp-part3.ent           |     0
 maps/x-euc-jp-part4.ent           |     0
 maps/x-euc-jp-unicode.xml         |     0
 maps/x-sjis-cp932.xml             |     0
 maps/x-sjis-jdk117.xml            |     0
 maps/x-sjis-jisx0221.xml          |     0
 maps/x-sjis-unicode.xml           |     0
 t/test.t                          |     2 +
 58 files changed, 7525 insertions(+), 7361 deletions(-)
 mode change 100755 => 100644 Changes
 mode change 100755 => 100644 MANIFEST
 create mode 100644 META.json
 mode change 100755 => 100644 META.yml
 mode change 100755 => 100644 Makefile.PL
 mode change 100755 => 100644 README
 mode change 100755 => 100644 encoding.h
 mode change 100755 => 100644 lib/XML/Encoding.pm
 mode change 100755 => 100644 maps/IANA-assigned-character-sets
 mode change 100755 => 100644 maps/Japanese_Encodings.msg
 mode change 100755 => 100644 maps/README
 mode change 100755 => 100644 maps/big5.xml
 mode change 100755 => 100644 maps/encmap.dtd
 mode change 100755 => 100644 maps/iso-8859-1.xml
 mode change 100755 => 100644 maps/iso-8859-10.xml
 mode change 100755 => 100644 maps/iso-8859-11.xml
 mode change 100755 => 100644 maps/iso-8859-13.xml
 mode change 100755 => 100644 maps/iso-8859-14.xml
 mode change 100755 => 100644 maps/iso-8859-15.xml
 mode change 100755 => 100644 maps/iso-8859-16.xml
 mode change 100755 => 100644 maps/iso-8859-2.xml
 mode change 100755 => 100644 maps/iso-8859-3.xml
 mode change 100755 => 100644 maps/iso-8859-4.xml
 mode change 100755 => 100644 maps/iso-8859-5.xml
 mode change 100755 => 100644 maps/iso-8859-6.xml
 mode change 100755 => 100644 maps/iso-8859-7.xml
 mode change 100755 => 100644 maps/iso-8859-8.xml
 mode change 100755 => 100644 maps/iso-8859-9.xml
 mode change 100755 => 100644 maps/kana-and-kanji.ent
 mode change 100755 => 100644 maps/oem.ent
 mode change 100755 => 100644 maps/windows-1250.xml
 mode change 100755 => 100644 maps/windows-1251.xml
 mode change 100755 => 100644 maps/windows-1252.xml
 mode change 100755 => 100644 maps/windows-1253.xml
 mode change 100755 => 100644 maps/windows-1254.xml
 mode change 100755 => 100644 maps/windows-1255.xml
 mode change 100755 => 100644 maps/windows-1256.xml
 mode change 100755 => 100644 maps/windows-1257.xml
 mode change 100755 => 100644 maps/windows-1258.xml
 mode change 100755 => 100644 maps/x-euc-jp-jisx0221.xml
 mode change 100755 => 100644 maps/x-euc-jp-part1.ent
 mode change 100755 => 100644 maps/x-euc-jp-part2.ent
 mode change 100755 => 100644 maps/x-euc-jp-part3.ent
 mode change 100755 => 100644 maps/x-euc-jp-part4.ent
 mode change 100755 => 100644 maps/x-euc-jp-unicode.xml
 mode change 100755 => 100644 maps/x-sjis-cp932.xml
 mode change 100755 => 100644 maps/x-sjis-jdk117.xml
 mode change 100755 => 100644 maps/x-sjis-jisx0221.xml
 mode change 100755 => 100644 maps/x-sjis-unicode.xml
 mode change 100755 => 100644 t/test.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libxml-encoding-perl.git



More information about the Pkg-perl-cvs-commits mailing list