Package: defoma
Version: 0.11.8-0.1
Severity: normal
Tags: patch
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Minor code typo that checks to see if $serif is not set before
assigning $width a default value (instead of $width). Patch is
attached.
- -- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: LANG=en_CA, LC_CTYPE=en_CA (charmap=ISO-8859-1)
Versions of packages defoma depends on:
ii dialog 1.0-20051207-1 Displays user-friendly dialog boxe
ii file 4.15-2 Determines file type using "magic"
ii perl 5.8.8-3 Larry Wall's Practical Extraction
Versions of packages defoma recommends:
ii libft-perl 1.2-15 Perl module for the FreeType libra
- -- no debconf information
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFEcw/9p7ZNUfdma/8RAqK1AKCfEwE3loDRq37OuSPK4lG4VOnq4QCePWI7
oIDb/J84hMEvObnCZ4/pIAE=
=zap5
-----END PGP SIGNATURE-----
--- libs/libperl-hint.pl_ 2004-05-25 06:34:58.000000000 -0400
+++ libs/libperl-hint.pl 2006-04-14 16:33:21.000000000 -0400
@@ -255,7 +255,7 @@
$serif = $dlist[$i] if ($dlist[$i] =~ /^(Serif|NoSerif)$/);
}
- $width = 'Normal' if ($serif eq '');
+ $width = 'Normal' if ($width eq '');
$slant = 'Upright' if ($slant eq '');
my $text = <<EOF