t1utils 1.41-1 source package in Ubuntu

Changelog

t1utils (1.41-1) unstable; urgency=medium

  * New upstream release.
  * Remove patch for an off-by-one issue that is now fixed upstream.
  * Set R³ to no; t1utils does not need (fake)root during package
    build.
  * Have git and dpkg-source ignore some auto-generated files that
    are regenerated during build.
  * Enable the dwz sequence to reduce size of debug files.
  * Add versioned build-dependency on debhelper to ensure that
    the dwz tooling is available.  Also add a build-dependency
    on dwz as debhelper does not provide dwz for dh_dwz at the
    moment (dh_dwz is experimental).
  * Drop now unnecessary versioned Build-Depends on dpkg-dev.
  * Update the Homepage field and the watch file to use https.
  * Add Vcs-* fields.
  * Bump Standards-Version to 4.1.1 - no additional changes required.
  * Tweak compiler warning flags, so we can easily spot new warnings.

 -- Niels Thykier <email address hidden>  Sun, 29 Oct 2017 18:44:34 +0000

Upload details

Uploaded by:
Niels Thykier
Uploaded to:
Sid
Original maintainer:
Niels Thykier
Architectures:
any
Section:
text
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
t1utils_1.41-1.dsc 1.8 KiB b20681e4dee904956473dde69e23b1d853127f855d60aab3a5af7e43f8b5159e
t1utils_1.41.orig.tar.gz 172.4 KiB fc5edd7e829902b3b685886382fed690d533681c0ab218a387c9e47606623427
t1utils_1.41-1.debian.tar.xz 6.4 KiB 16244bd856380680c7030f82baa56b13963f67463ddd91112bb426deffd7618d

Available diffs

No changes file available.

Binary packages built by this source

t1utils: Collection of simple Type 1 font manipulation programs

 The t1utils tools allow you to convert between PFA (ASCII) and PFB
 (binary) formats; disassemble PFA or PFB files into human-readable
 form; and reassemble the human-readable files into PFA or PFB format
 files. You can also extract font resources from a Macintosh font
 file (ATM/Laserwriter), or create a Macintosh Type 1 font file from a
 PFA or PFB font.
 .
 There are currently six programs:
 .
  t1ascii Converts PFB files to PFA format.
 .
  t1binary Converts PFA files to PFB format.
 .
  t1disasm Disassembles a Type 1 font (PFA or PFB format) into a raw,
            human-readable text form for subsequent hand editing,
            tweaking, hint fixing, etcetera...
 .
  t1asm Assembles a Type 1 font into PFA or PFB format from
            the human-readable form produced by t1disasm.
 .
  t1unmac Extracts POST resources from a Macintosh Type 1 font file
            (ATM/Laserwriter) into PFA or PFB format for use outside
            the Macintosh environment. The Macintosh file should be
            stored in MacBinary, AppleSingle, AppleDouble, or BinHex
            format, or as a raw resource fork. Note that t1unmac does
            not have to run on a Macintosh, but makes Macintosh Type 1
            fonts available for use on Unix machines and PCs.
 .
  t1mac Creates a Macintosh Type 1 file from a PFA- or PFB-format
            Type 1 font. Writes the Macintosh file in MacBinary,
            AppleSingle, AppleDouble, or BinHex format, or as a raw
            resource fork. WARNING: This tool will not suffice to
            allow you to use the new font on a Macintosh, as
            Macintoshes cannot read raw Type 1 fonts. You will need
            to create a font suitcase containing bitmap fonts. If you
            do not already have such a suitcase for the font, T1utils
            will not help you create one.

t1utils-dbgsym: debug symbols for t1utils