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

wdg pushed a commit to branch master
in repository libfont-ttf-scripts-perl.

commit d0829eb4144ca2ebc171ece5cf44319afe8eb52c
Author: Daniel Glassey <w...@debian.org>
Date:   Thu Oct 29 13:30:55 2015 +0000

    d/control: better description and add Martin to uploaders
---
 debian/control | 37 +++++++++++++++++--------------------
 1 file changed, 17 insertions(+), 20 deletions(-)

diff --git a/debian/control b/debian/control
index 5fa7ae0..307a619 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ Source: libfont-ttf-scripts-perl
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
-Uploaders: Daniel Glassey <w...@debian.org>
+Uploaders: Daniel Glassey <w...@debian.org>,
+ Martin Hosken <martin_hos...@sil.org>
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libalgorithm-diff-perl,
  libfont-ttf-perl (>= 1.05),
@@ -27,25 +28,21 @@ Depends: ${misc:Depends}, ${perl:Depends},
  libtext-unicode-equivalents-perl,
  libxml-parser-perl
 Description: TTF font support scripts for Perl
- Fret is a font reporting tool system which allows for different reports to be
- written. A report is a package on which calls are made to give specific
- information for a specific report. The rest of Fret does the housekeeping of
- generating the report in PDF format.
+ This module contains a number of useful programs for hacking with TTF files:
  .
- The function fret which is imported when the Fret moduled is 'use'd, takes
- two arguments: the name of the report package and the command line array.
- Fret does all the work of parsing the command line, etc. and just makes
- call-backs into the package it is asked to use.
+ add_classes, addfont, addpath, check_attach, dumpfont, fret, hackos2, 
make_fea,
+ make_gdl, make_volt, psfix, sfd2ap, sfdmeld, sfdmerge, ttf2volt, ttf2woff,
+ ttfascent, ttfbboxfix, ttfbuilder, ttfdeflang, ttfeval, ttffeatparms,
+ ttflang2tuner, ttfname, ttfremap, ttfsetver, ttfsubset, ttftable, typetuner,
+ volt2ap, volt2ttf
  .
- Fret.pm comes with its own default report package (called
- Font::Fret::Default) which may be subclassed to generate other reports.
+ Highlights include:
  .
- The overall structure of the interaction between Fret and the reporting
- package is that Fret will ask the package for a list of character ids in the
- order in which those characters should appear in the report. For each
- character, Fret will ask the package to create a glyph id for that character.
- This allows a double layer of indirection in arriving at the list of glyph
- ids to process, allowing a glyph to appear twice in the report with different
- information about it each time.
- .
- This description was automagically extracted from the module by dh-make-perl.
+  fret       - produces PDF report of an uninstalled font including all glyphs
+  hackos2    - manipulates the OS/2 table of a font
+  ttfbuilder - builds a font from another font, attaching glyphs, subsetting,
+               etc.
+  ttfname    - renames a font
+  ttf2woff   - coonverts a TTF to a WOFF web font
+  typetuner  - enables developers to create fonts which users can then alter
+               (also using TypeTuner) to change default glyphs and behaviors.

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to