[libfont-ttf-perl] branch master updated (f4a0b47 -> 8674d8c)

Xavier Guimard xguimard-guest at moszumanska.debian.org
Tue Dec 3 20:14:49 UTC 2013


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

xguimard-guest pushed a change to branch master
in repository libfont-ttf-perl.

      from  f4a0b47   update changelog
      adds  1bccebb   Imported Upstream version 1.03
       new  3c8f49d   Merge tag 'upstream/1.03'
       new  32e7bca   Bump Standards-Version to 3.9.5
       new  c60ab07   Update debian/copyright (copyright and years)
       new  d2c7187   Add another hook to fix-manpage-entry.patch
       new  0fe71f7   Update fix-pod.patch (offsets and entries)
       new  3d30b78   Remove empty manual pages from build
       new  8674d8c   Update d/ch (+version 1.03-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:
 CONTRIBUTORS                           |   2 +
 Changes                                |  11 +
 MANIFEST                               |   2 +
 META.yml                               |   2 +-
 MYMETA.yml                             |   2 +-
 Makefile.PL                            |  24 +-
 README.TXT                             |  20 +-
 debian/changelog                       |  15 +-
 debian/control                         |   2 +-
 debian/copyright                       |   8 +-
 debian/patches/fix-manpage-entry.patch |  12 +-
 debian/patches/fix-pod.patch           | 125 ++----
 debian/rules                           |   2 +
 lib/Font/TTF.pm                        |  17 +-
 lib/Font/TTF/.Silf.pm.swo              | Bin 0 -> 16384 bytes
 lib/Font/TTF/AATKern.pm                |  14 +-
 lib/Font/TTF/AATutils.pm               |  16 +
 lib/Font/TTF/Anchor.pm                 |  18 +-
 lib/Font/TTF/Bsln.pm                   |  17 +-
 lib/Font/TTF/Changes                   | 108 ------
 lib/Font/TTF/Cmap.pm                   | 183 ++++++---
 lib/Font/TTF/Coverage.pm               |  53 ++-
 lib/Font/TTF/Cvt_.pm                   |  13 +-
 lib/Font/TTF/DSIG.pm                   |  20 +-
 lib/Font/TTF/Delta.pm                  |  21 +-
 lib/Font/TTF/Dumper.pm                 |  18 +-
 lib/Font/TTF/EBDT.pm                   |  31 +-
 lib/Font/TTF/EBLC.pm                   |  36 +-
 lib/Font/TTF/Fdsc.pm                   |  17 +-
 lib/Font/TTF/Feat.pm                   |  28 +-
 lib/Font/TTF/Features/Cvar.pm          |  16 +-
 lib/Font/TTF/Features/Size.pm          |  15 +-
 lib/Font/TTF/Features/Sset.pm          |  16 +-
 lib/Font/TTF/Fmtx.pm                   |  14 +-
 lib/Font/TTF/Font.pm                   | 260 ++++++-------
 lib/Font/TTF/Fpgm.pm                   |  14 +-
 lib/Font/TTF/GDEF.pm                   |  28 ++
 lib/Font/TTF/GPOS.pm                   |  22 +-
 lib/Font/TTF/GSUB.pm                   |  21 +-
 lib/Font/TTF/Glat.pm                   |  83 +++-
 lib/Font/TTF/Gloc.pm                   |  39 +-
 lib/Font/TTF/Glyf.pm                   |  14 +-
 lib/Font/TTF/Glyph.pm                  |  18 +-
 lib/Font/TTF/GrFeat.pm                 |  24 +-
 lib/Font/TTF/Hdmx.pm                   |  26 +-
 lib/Font/TTF/Head.pm                   |  27 +-
 lib/Font/TTF/Hhea.pm                   |  27 +-
 lib/Font/TTF/Hmtx.pm                   |  16 +-
 lib/Font/TTF/Kern.pm                   |  45 ++-
 lib/Font/TTF/Kern/ClassArray.pm        |  14 +-
 lib/Font/TTF/Kern/CompactClassArray.pm |  14 +-
 lib/Font/TTF/Kern/OrderedList.pm       |  20 +-
 lib/Font/TTF/Kern/StateTable.pm        |  14 +-
 lib/Font/TTF/Kern/Subtable.pm          |  14 +-
 lib/Font/TTF/LTSH.pm                   |  26 +-
 lib/Font/TTF/Loca.pm                   |  14 +-
 lib/Font/TTF/Manual.pod                |  17 +-
 lib/Font/TTF/Maxp.pm                   |  26 +-
 lib/Font/TTF/Mort.pm                   |  26 +-
 lib/Font/TTF/Mort/Chain.pm             |  14 +-
 lib/Font/TTF/Mort/Contextual.pm        |  14 +-
 lib/Font/TTF/Mort/Insertion.pm         |  14 +-
 lib/Font/TTF/Mort/Ligature.pm          |  14 +-
 lib/Font/TTF/Mort/Noncontextual.pm     |  14 +-
 lib/Font/TTF/Mort/Rearrangement.pm     |  15 +-
 lib/Font/TTF/Mort/Subtable.pm          |  14 +-
 lib/Font/TTF/Name.pm                   |  53 ++-
 lib/Font/TTF/OS_2.pm                   | 686 ++++++++++++++++++++++++++++++++-
 lib/Font/TTF/OTTags.pm                 |  16 +-
 lib/Font/TTF/OldCmap.pm                |  16 +-
 lib/Font/TTF/OldMort.pm                |  22 +-
 lib/Font/TTF/PCLT.pm                   |  26 +-
 lib/Font/TTF/PSNames.pm                |  17 +-
 lib/Font/TTF/Post.pm                   |  26 +-
 lib/Font/TTF/Prep.pm                   |  14 +-
 lib/Font/TTF/Prop.pm                   |  29 +-
 lib/Font/TTF/Segarr.pm                 |  13 +-
 lib/Font/TTF/Silf.pm                   | 276 ++++++++++---
 lib/Font/TTF/Sill.pm                   |  33 +-
 lib/Font/TTF/Table.pm                  |  36 +-
 lib/Font/TTF/Ttc.pm                    |  16 +-
 lib/Font/TTF/Ttopen.pm                 | 182 +++++----
 lib/Font/TTF/Useall.pm                 |  32 ++
 lib/Font/TTF/Utils.pm                  |  15 +-
 lib/Font/TTF/Vhea.pm                   |  26 +-
 lib/Font/TTF/Vmtx.pm                   |  14 +-
 lib/Font/TTF/Win32.pm                  |  16 +
 lib/Font/TTF/Woff.pm                   |  16 +
 lib/Font/TTF/Woff/MetaData.pm          |  18 +-
 lib/Font/TTF/Woff/PrivateData.pm       |  20 +-
 lib/Font/TTF/XMLparse.pm               |  24 +-
 minsize.patch                          | 501 ++++++++++++++++++++++++
 t/OFL.txt                              |   4 +-
 t/testfont.ttf                         | Bin 34872 -> 34792 bytes
 t/testfont.woff                        | Bin 18868 -> 18851 bytes
 95 files changed, 3224 insertions(+), 769 deletions(-)
 create mode 100644 lib/Font/TTF/.Silf.pm.swo
 delete mode 100644 lib/Font/TTF/Changes
 create mode 100644 minsize.patch

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



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