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

gregor herrmann gregoa at debian.org
Sun Nov 1 17:52:42 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  0352881   update changelog
       new  81a3db2   Add debian/upstream/metadata
       new  1705a16   Update debian/changelog
      adds  a55703c   first commit
      adds  e38695c   project commit
      adds  64ae6db   ignore private.c
      adds  98abae1   Switching to Dist::Zilla
      adds  bbea533   Switching to Dist::Zilla
      adds  8b222a1   packaging tweaks
      adds  b43d50a   More DZ tweaking
      adds  dbb6ea7   ignore build
      adds  7fc608e   add manually critic.t
      adds  a52f76a   fix typo
      adds  86bbf0d   fix typo
      adds  3cf59ef   v2.03
      adds  78233f6   v2.03
      adds  f11703c   Separated the constants
      adds  2966be1   dzil tweaks
      adds  0d36c40   Fixed argument type of get_joining_type_name
      adds  df9bd29   Improved pod in Text::Bidi
      adds  e948c13   added weaver.ini
      adds  9abf5b9   Documentation, rxvt plugin cleanup
      adds  0ac149f   v2.04
      adds  5bd43e8   Added a readme file
      adds  971f829   v2.05
      adds  95293d5   v2.05
      adds  7796eae   Fixed README.mkdn
      adds  afb3ab7   Added full paragraph option to log2vis
      adds  cbbc6b0   Added tests, improved pod
      adds  698de7b   v2.06
      adds  0689d3f   v2.06
      adds  4858148   fixed string interpolation
      adds  70eab0a   version bump
      adds  645aac8   run all tests
      adds  ace64c9   fixed fribidi.pl and added debugging options
      adds  b970d0f   add get_bidi_type_name to the export list
      adds  e77b892   added type_names to TB::Paragraph
      adds  aaab258   fixed bugs, added options to fribidi.pl
      adds  0db4f5d   added fribidi version info
      adds  0dcdfc9   added version info to the tests
      adds  1c6e9bd   added version info to fribidi.pl
      adds  beb5998   v2.07
      adds  2875c6d   Added fribidi_version_num
      adds  0ad5670   tweaks to ucd.t
      adds  79253ef   v2.08
      adds  ba57abf   Reformatted as per CPAN::Changes::Spec
      adds  dcc4568   Merge pull request #1 from neilbowers/master
      adds  594640b   Fixed Changes formatting
      adds  e9f55b1   Pod language improvement (rt #96158)
      adds  1eb2a22   Fixed missing ; in Makefile.PL, made ucd.t optional
      adds  e3bb425   v2.09
      adds  0924f75   v2.09
      adds  92966fb   improved urxvt plugin
      adds  28aa54e   more paragraph support in urxvt plugin
      adds  35dccc2   fixed infinite loop when LRE and PDF resources empty
      adds  1e88359   initial shaping support
      adds  4fd6d8f   some fixes for shaping
      adds  52b48c9   test shaping
      adds  12aaa3e   fixed arguments for joining
      adds  d2be718   Merge branch 'dk-master', fix join_arabic arguments (Dmitry Karasik)
      adds  8f856e5   Imported Upstream version 2.10
       new  d0675aa   Merge tag 'upstream/2.10'
       new  0d7c341   Update debian/changelog
       new  a92b56b   Update years of packaging copyright.
       new  3eed603   debian/copyright: add information about third-party file.
       new  47257d3   Declare compliance with Debian Policy 3.9.6.
       new  fde1f07   d/rules: make removals verbose
       new  12658f2   update changelog

The 9 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                     |    3 +
 INSTALL                     |    1 -
 LICENSE                     |    2 +-
 MANIFEST                    |    6 +-
 META.json                   |   28 +-
 META.yml                    |   65 +-
 Makefile.PL                 |   61 +-
 bin/fribidi.pl              |    2 +-
 cpanfile                    |   11 +-
 debian/changelog            |   13 +-
 debian/control              |    2 +-
 debian/copyright            |   61 +-
 debian/rules                |    8 +-
 debian/upstream/metadata    |    8 +
 dist.ini                    |    4 +
 lib/Text/Bidi.pm            |   48 +-
 lib/Text/Bidi/Array.pm      |    4 +-
 lib/Text/Bidi/Array/Byte.pm |    4 +-
 lib/Text/Bidi/Array/Long.pm |    4 +-
 lib/Text/Bidi/Constants.pm  |    9 +-
 lib/Text/Bidi/Paragraph.pm  |   47 +-
 lib/Text/Bidi/private.pm    |  215 ---
 misc/bidi                   |   74 +-
 private.c                   | 3688 -------------------------------------------
 swig/fribidi.i              |    6 +
 t/00-compile.t              |   24 +-
 t/00-report-prereqs.dd      |   50 +
 t/00-report-prereqs.t       |  227 ++-
 t/BidiTest.txt.gz           |  Bin 0 -> 540713 bytes
 t/shape.t                   |   29 +
 t/simple.t                  |   20 -
 xt/release/test-version.t   |    4 +-
 32 files changed, 606 insertions(+), 4122 deletions(-)
 create mode 100644 debian/upstream/metadata
 delete mode 100644 lib/Text/Bidi/private.pm
 delete mode 100644 private.c
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 t/BidiTest.txt.gz
 create mode 100644 t/shape.t
 delete mode 100644 t/simple.t

-- 
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