[libencode-arabic-perl] branch master updated (0278b37 -> 810c317)

Axel Beckert abe at deuxchevaux.org
Sat Oct 11 01:14:13 UTC 2014


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

abe pushed a change to branch master
in repository libencode-arabic-perl.

      from  0278b37   Merge tag 'upstream/1.24'
      adds  c5eccf0   Imported Upstream version 14.1
       new  d6bf004   Merge tag 'upstream/14.1'
       new  a2a459e   New upstream release: Remove/refresh patches, (b-)d updates
       new  541732b   Bump Standards-Version to 3.9.6 (no changes needed)
       new  810c317   Fix pkg-perl-specific lintian warning missing-testsuite-header

The 4 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:
 Build.PL                                           |   40 +-
 Changes                                            |  144 -
 INSTALL                                            |   38 -
 LICENSE                                            |  674 +++
 MANIFEST                                           |   66 +-
 MANIFEST.SKIP                                      |    7 -
 META.json                                          |   90 +
 META.yml                                           |   97 +-
 README                                             |  191 +-
 bin/decode.pl                                      |  210 +-
 bin/encode.pl                                      |  210 +-
 cgi/encode/index.fcgi                              |   14 +
 cgi/encode/index.html                              |   10 +
 css/encode.css                                     |   89 +
 css/encode.js                                      |   24 +
 debian/changelog                                   |   13 +-
 debian/control                                     |    7 +-
 ...-compatibility-with-newer-Encode-versions.patch |  187 -
 debian/patches/series                              |    1 -
 debian/patches/typos.diff                          |   32 +-
 lib/Encode/Arabic.pm                               |  526 +-
 lib/Encode/Arabic/ArabTeX.pm                       | 5145 ++++++++++----------
 lib/Encode/Arabic/ArabTeX/RE.pm                    |  903 ++--
 lib/Encode/Arabic/ArabTeX/Verbatim.pm              | 3398 ++++++-------
 lib/Encode/Arabic/ArabTeX/ZDMG.pm                  | 1158 +++--
 lib/Encode/Arabic/ArabTeX/ZDMG/RE.pm               |  293 +-
 lib/Encode/Arabic/Buckwalter.pm                    |  766 ++-
 lib/Encode/Arabic/CGI.pm                           |  330 ++
 lib/Encode/Arabic/Exec.pm                          |  183 +
 lib/Encode/Arabic/{Parkinson.pm => Habash.pm}      |  670 ++-
 lib/Encode/Arabic/Parkinson.pm                     |  660 ++-
 lib/Encode/Mapper.pm                               | 1027 ++++
 t/00-load.t                                        |   16 -
 t/Encode-Arabic-Habash.t                           |   36 +
 t/Encode-Arabic-Parkinson.t                        |    2 +-
 t/Encode-Mapper-1.t                                |   79 +
 t/Encode-Mapper-2.t                                |   73 +
 t/Encode-Mapper-3.t                                |   63 +
 t/Encode-Mapper-4.t                                |   35 +
 t/boilerplate.t                                    |   55 -
 t/pod-coverage.t                                   |    6 -
 t/pod.t                                            |    6 -
 42 files changed, 9927 insertions(+), 7647 deletions(-)
 delete mode 100644 Changes
 delete mode 100644 INSTALL
 create mode 100644 LICENSE
 delete mode 100644 MANIFEST.SKIP
 create mode 100644 META.json
 create mode 100755 cgi/encode/index.fcgi
 create mode 100644 cgi/encode/index.html
 create mode 100644 css/encode.css
 create mode 100644 css/encode.js
 delete mode 100644 debian/patches/0001-Fix-compatibility-with-newer-Encode-versions.patch
 create mode 100644 lib/Encode/Arabic/CGI.pm
 create mode 100644 lib/Encode/Arabic/Exec.pm
 copy lib/Encode/Arabic/{Parkinson.pm => Habash.pm} (52%)
 create mode 100644 lib/Encode/Mapper.pm
 delete mode 100644 t/00-load.t
 create mode 100644 t/Encode-Arabic-Habash.t
 create mode 100644 t/Encode-Mapper-1.t
 create mode 100644 t/Encode-Mapper-2.t
 create mode 100644 t/Encode-Mapper-3.t
 create mode 100644 t/Encode-Mapper-4.t
 delete mode 100644 t/boilerplate.t
 delete mode 100644 t/pod-coverage.t
 delete mode 100644 t/pod.t

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



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