Author: preining-guest Date: 2006-04-13 11:45:17 +0000 (Thu, 13 Apr 2006) New Revision: 1203
Modified: lmodern/trunk/debian/changelog lmodern/trunk/debian/compat lmodern/trunk/debian/control lmodern/trunk/debian/lmodern.README.Debian lmodern/trunk/debian/rules lmodern/trunk/debian/sed_scripts/gen-x-fonts-links-list Log: * X font transition (Closes: #362330) - adapt the sed script gen-x-fonts-links-list to use /u/s/fonts/X11/Type - change the dh_installdirs line in rules - modify the README file for new location, and change to Xorg. - build-dependency on debhelper >= 5.0.29, compat level set to 5 Modified: lmodern/trunk/debian/changelog =================================================================== --- lmodern/trunk/debian/changelog 2006-04-13 11:33:29 UTC (rev 1202) +++ lmodern/trunk/debian/changelog 2006-04-13 11:45:17 UTC (rev 1203) @@ -1,3 +1,13 @@ +lmodern (0.99.3-3) UNRELEASED; urgency=low + + * X font transition (Closes: #362330) + - adapt the sed script gen-x-fonts-links-list to use /u/s/fonts/X11/Type + - change the dh_installdirs line in rules + - modify the README file for new location, and change to Xorg. + - build-dependency on debhelper >= 5.0.29, compat level set to 5 + + -- Norbert Preining <[EMAIL PROTECTED]> Thu, 13 Apr 2006 13:37:30 +0200 + lmodern (0.99.3-2) unstable; urgency=low * Use dh_installtex in debian/rules and Build-depend on tex-common Modified: lmodern/trunk/debian/compat =================================================================== --- lmodern/trunk/debian/compat 2006-04-13 11:33:29 UTC (rev 1202) +++ lmodern/trunk/debian/compat 2006-04-13 11:45:17 UTC (rev 1203) @@ -1 +1 @@ -4 +5 Modified: lmodern/trunk/debian/control =================================================================== --- lmodern/trunk/debian/control 2006-04-13 11:33:29 UTC (rev 1202) +++ lmodern/trunk/debian/control 2006-04-13 11:45:17 UTC (rev 1203) @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian teTeX maintainers <[email protected]> Uploaders: Julian Gilbey <[EMAIL PROTECTED]>, C.M. Connelly <[EMAIL PROTECTED]>, Atsuhito KOHDA <[EMAIL PROTECTED]>, Frank Küster <[EMAIL PROTECTED]>, Florent Rougon <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4) +Build-Depends: debhelper (>= 5.0.29) Build-Depends-Indep: defoma (>= 0.7.0), tex-common (>= 0.16) Standards-Version: 3.6.2 Modified: lmodern/trunk/debian/lmodern.README.Debian =================================================================== --- lmodern/trunk/debian/lmodern.README.Debian 2006-04-13 11:33:29 UTC (rev 1202) +++ lmodern/trunk/debian/lmodern.README.Debian 2006-04-13 11:45:17 UTC (rev 1203) @@ -16,7 +16,7 @@ defoma-registered fonts in Debian; - the X Window System directly[1], for use by any X application. - However, you should be aware that XFree86's native rendering of + However, you should be aware that Xorg's native rendering of PostScript Type 1 fonts is not very satisfactory at the moment. The results are much more pleasant with a font rendering engine that can perform anti-aliasing (such as FreeType). @@ -40,14 +40,11 @@ restart the X session. If this still doesn't work, perhaps your X font path does not contain -/usr/lib/X11/fonts/Type1 (or /usr/X11R6/lib/X11/fonts/Type1, which -should be equivalent since /usr/lib/X11 is usually a symbolic link to -../X11R6/lib/X11). If this path is not present in your -/etc/X11/XF86Config-4 (or /etc/X11/XF86Config, depending on which -version of XFree86 you are using), you should really consider adding it. +/usr/share/fonts/X11/Type1. If this path is not present in your +/etc/X11/xorg.conf, you should really consider adding it. You can get your current X font path with "xset q". You can also find -useful information in /var/log/XFree86.$NUM.log, where $NUM stands for +useful information in /var/log/Xorg.$NUM.log, where $NUM stands for the display number of the X session you are interested in. You can use xlsfonts to query the X server about the fonts it can see. Modified: lmodern/trunk/debian/rules =================================================================== --- lmodern/trunk/debian/rules 2006-04-13 11:33:29 UTC (rev 1202) +++ lmodern/trunk/debian/rules 2006-04-13 11:45:17 UTC (rev 1203) @@ -113,7 +113,7 @@ usr/share/doc/texmf/fonts/lm \ usr/share/doc/$(PKG)/font-substitution \ etc/X11/fonts/Type1 \ - usr/X11R6/lib/X11/fonts/Type1 + usr/share/fonts/X11/Type1 # Note: we won't install the PFM files because we already have the # AFM files which are preferred in general. Modified: lmodern/trunk/debian/sed_scripts/gen-x-fonts-links-list =================================================================== --- lmodern/trunk/debian/sed_scripts/gen-x-fonts-links-list 2006-04-13 11:33:29 UTC (rev 1202) +++ lmodern/trunk/debian/sed_scripts/gen-x-fonts-links-list 2006-04-13 11:45:17 UTC (rev 1203) @@ -1,2 +1,2 @@ [EMAIL PROTECTED](.*\)[EMAIL PROTECTED]/share/texmf/fonts/type1/public/lm/\1.pfb usr/X11R6/lib/X11/fonts/Type1/\1.pfb\ -usr/share/texmf/fonts/afm/public/lm/\1.afm usr/X11R6/lib/X11/fonts/Type1/[EMAIL PROTECTED] [EMAIL PROTECTED](.*\)[EMAIL PROTECTED]/share/texmf/fonts/type1/public/lm/\1.pfb usr/share/fonts/X11/Type1/\1.pfb\ +usr/share/texmf/fonts/afm/public/lm/\1.afm usr/share/fonts/X11/Type1/[EMAIL PROTECTED] _______________________________________________ Pkg-tetex-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-tetex-commits

