[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: splitting fonts in two packages



also sprach Ralf Stubner <ralf.stubner@web.de> [2006.05.11.2305 +0200]:
> How do you create the needed fonts.scale? Without that,
> dh_installxfonts will do nothing IIRC.

mkfontscale, but I am unsure where to put it. in
usr/share/fonts/X11/Type1 or under /etc/X11/fonts/X11R7/Type1

> I don't think the dangling links are a problem. At least in sarge,
> dh_installxfonts doesn't look into the font directories.

It does in the current version:

  my @fontdirs;
  foreach my $parentdir ("$tmp/usr/X11R6/lib/X11/fonts/", "$tmp/usr/share/fonts/
    opendir DIR, $parentdir || next;
    @fontdirs = grep { -d "$parentdir/$_" && !/^\./ } (readdir DIR);
    closedir DIR;
  }

-- 
Please do not send copies of list mail to me; I read the list!
 
 .''`.     martin f. krafft <madduck@debian.org>
: :'  :    proud Debian developer and author: http://debiansystem.info
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
"my experience is that as soon as people are old enough to know better,
 they don't know anything at all."
                                                        -- oscar wilde

Attachment: signature.asc
Description: Digital signature (GPG/PGP)


Reply to: