[libtext-bidi-perl] branch master updated (02f86b3 -> c2b8944)
أحمد المحمودي (Ahmed El-Mahmoudy)
aelmahmoudy at sabily.org
Thu Sep 19 06:55:27 UTC 2013
This is an automated email from the git hooks/post-receive script.
aelmahmoudy-guest pushed a change to branch master
in repository libtext-bidi-perl.
from 02f86b3 debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-copyright"
new 547d8fa Imported Upstream version 2.02
new 67b3e69 Dropped fribid_new.diff patch, since upstream switched to new fribidi
new 0b73af3 Use canonical URI in VCS-Browser field.
new 8fc44de Bumped Standards-Version to 3.9.4
new 5194b74 Update copyright format & years
new 996bb8a Bumped compat level to 9
new 7c42843 Rename usr/bin/fribidi.pl to usr/bin/fribidi
new 6ee0a51 Added libextutils-pkgconfig-perl to Build-Deps
new c2b8944 Release 2.02-1
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 | 23 +
MANIFEST | 15 +-
META.json | 48 +
META.yml | 37 +-
Makefile.PL | 29 +-
README | 25 +-
bin/fribidi.pl | 124 ++
debian/changelog | 16 +-
debian/compat | 2 +-
debian/control | 9 +-
debian/copyright | 4 +-
debian/patches/fribidi_new.diff | 835 ------------
debian/patches/series | 1 -
debian/rules | 7 +-
lib/Text/Bidi.pm | 608 +++------
lib/Text/Bidi/Array.pm | 163 +++
lib/Text/Bidi/Array/Byte.pm | 79 ++
lib/Text/Bidi/Array/Long.pm | 101 ++
lib/Text/Bidi/CapRTL.pm | 66 -
lib/Text/Bidi/Paragraph.pm | 226 +++
lib/Text/Bidi/mirrored.pm | 327 -----
lib/Text/Bidi/private.pm | 237 ++--
misc/bidi | 59 +
private.c | 2863 +++++++++++++++++++--------------------
swig/fribidi.i | 344 ++---
t/00-load.t | 7 +-
t/CapRTL_explicit.t | 34 -
t/CapRTL_implicit.t | 47 -
t/simple.t | 20 +
29 files changed, 2779 insertions(+), 3577 deletions(-)
create mode 100644 META.json
create mode 100755 bin/fribidi.pl
delete mode 100644 debian/patches/fribidi_new.diff
create mode 100644 lib/Text/Bidi/Array.pm
create mode 100644 lib/Text/Bidi/Array/Byte.pm
create mode 100644 lib/Text/Bidi/Array/Long.pm
delete mode 100644 lib/Text/Bidi/CapRTL.pm
create mode 100644 lib/Text/Bidi/Paragraph.pm
delete mode 100644 lib/Text/Bidi/mirrored.pm
create mode 100755 misc/bidi
delete mode 100644 t/CapRTL_explicit.t
delete mode 100644 t/CapRTL_implicit.t
create 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