[libtext-bidi-perl] branch master updated (12658f2 -> 11320af)

gregor herrmann gregoa at debian.org
Sat Nov 21 18:58:25 UTC 2015


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

gregoa pushed a change to branch master
in repository libtext-bidi-perl.

      from  12658f2   update changelog
      adds  c3fabc1   v2.10
      adds  c061cf6   removed private.c from .gitignore so that it is added to the release
      adds  57d2535   fixed combining characters issue
      adds  030853c   Imported Upstream version 2.11
       new  39c290f   Merge tag 'upstream/2.11'
       new  17324dd   Update debian/changelog
       new  f456a27   Update years of upstream copyright.
       new  120f9e1   Fix email address in debian/upstream/metadata.
       new  363111b   Add t/ to debian/tests/pkg-perl/smoke-files.
       new  11320af   releasing package libtext-bidi-perl version 2.11-1

The 6 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                           |    5 +
 LICENSE                           |    6 +-
 MANIFEST                          |    2 +
 META.json                         |   16 +-
 META.yml                          |   16 +-
 Makefile.PL                       |   66 +-
 bin/fribidi.pl                    |    4 +-
 cpanfile                          |    2 +-
 debian/changelog                  |   13 +-
 debian/copyright                  |    2 +-
 debian/tests/pkg-perl/smoke-files |    1 +
 debian/upstream/metadata          |    2 +-
 dist.ini                          |    8 +-
 lib/Text/Bidi.pm                  |   54 +-
 lib/Text/Bidi/Array.pm            |    6 +-
 lib/Text/Bidi/Array/Byte.pm       |    6 +-
 lib/Text/Bidi/Array/Long.pm       |    6 +-
 lib/Text/Bidi/Constants.pm        |   15 +-
 lib/Text/Bidi/Paragraph.pm        |   19 +-
 lib/Text/Bidi/private.pm          |  218 +++
 misc/bidi                         |   88 +-
 private.c                         | 3922 +++++++++++++++++++++++++++++++++++++
 swig/fribidi.i                    |   30 +-
 t/00-compile.t                    |    5 +-
 t/00-report-prereqs.dd            |    2 +-
 t/BidiTest.txt.gz                 |  Bin 540713 -> 540713 bytes
 t/ucd.t                           |    5 +-
 27 files changed, 4406 insertions(+), 113 deletions(-)
 create mode 100644 lib/Text/Bidi/private.pm
 create mode 100644 private.c

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



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