[libtext-bidi-perl] branch master updated (0e2bdf8 -> d1b1fa8)

gregor herrmann gregoa at debian.org
Mon Oct 31 20:29:10 UTC 2016


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  0e2bdf8   update changelog
      adds  8e45e6d   v2.11
      adds  645ec46   fixed build and install issues
      adds  9469384   Include README in build
      adds  89662cf   fixes to misc/bidi
      adds  9a5eee4   fixed PM generation
      adds  071a094   removed perlcritic test
      adds  e28a110   New upstream version 2.12
       new  6dd08e8   Merge tag 'upstream/2.12'
       new  342f264   Update debian/changelog
       new  7da6bad   Update years of packaging copyright.
       new  81bbdfd   Declare compliance with Debian Policy 3.9.8.
       new  eb75eac   Set bindnow linker flag in debian/rules.
       new  f04a19d   Fix hashbang in example script.
       new  d1b1fa8   releasing package libtext-bidi-perl version 2.12-1

The 7 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 +
 MANIFEST                              |   4 +-
 META.json                             |  18 +-
 META.yml                              |  16 +-
 Makefile.PL                           |  75 ++++----
 README                                | 330 ++++++++++++++++++++++++++++++++++
 bin/fribidi.pl                        |   4 +-
 cpanfile                              |   2 +-
 debian/changelog                      |  12 +-
 debian/control                        |   4 +-
 debian/copyright                      |   2 +-
 debian/rules                          |   6 +
 dist.ini                              |   2 +
 lib/Text/Bidi.pm                      |   4 +-
 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            |   4 +-
 lib/Text/Bidi/Paragraph.pm            |   4 +-
 lib/Text/Bidi/private.pm              |   8 +-
 misc/bidi                             |  38 +++-
 private.c                             | 282 +++++++++++++++--------------
 t/00-report-prereqs.dd                |   2 +-
 t/00-report-prereqs.t                 |   2 +-
 xt/author/critic.t                    |  14 --
 xt/{release => author}/test-version.t |  11 +-
 26 files changed, 626 insertions(+), 235 deletions(-)
 create mode 100644 README
 mode change 100755 => 100644 misc/bidi
 delete mode 100644 xt/author/critic.t
 rename xt/{release => author}/test-version.t (52%)

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