X Strike Force XFree86 SVN commit: r2226 - trunk/debian
Author: branden
Date: 2005-03-26 02:18:07 -0500 (Sat, 26 Mar 2005)
New Revision: 2226
Modified:
trunk/debian/CHANGESETS
trunk/debian/changelog
trunk/debian/xfonts-100dpi-transcoded.postinst.in
trunk/debian/xfonts-100dpi-transcoded.postrm.in
trunk/debian/xfonts-75dpi-transcoded.postinst.in
trunk/debian/xfonts-75dpi-transcoded.postrm.in
Log:
Update xfonts-100dpi-transcoded and xfonts-75dpi-transcoded's postinst and
postrm scripts to stop invoking update-fonts-alias; these packages ship no
font aliases, and can provoke warnings from that command if their
non-transcoded counterpart packages are not installed. Thanks to Gregory
Colpart for catching this. (Closes: #287221)
[Copyright date in scripts deliberately not updated. This change ain't
copyrightable.]
Modified: trunk/debian/CHANGESETS
===================================================================
--- trunk/debian/CHANGESETS 2005-03-26 05:52:45 UTC (rev 2225)
+++ trunk/debian/CHANGESETS 2005-03-26 07:18:07 UTC (rev 2226)
@@ -42,4 +42,11 @@
for pointing this out.
2225
+Update xfonts-100dpi-transcoded and xfonts-75dpi-transcoded's postinst and
+postrm scripts to stop invoking update-fonts-alias; these packages ship no
+font aliases, and can provoke warnings from that command if their
+non-transcoded counterpart packages are not installed. Thanks to Gregory
+Colpart for catching this. (Closes: #287221)
+ 2226
+
vim:set ai et sts=4 sw=4 tw=80:
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2005-03-26 05:52:45 UTC (rev 2225)
+++ trunk/debian/changelog 2005-03-26 07:18:07 UTC (rev 2226)
@@ -33,8 +33,14 @@
/dev/null so that we don't attempt to parse it. Thanks to Denis Barbier
for pointing this out.
- -- Branden Robinson <branden@debian.org> Sat, 26 Mar 2005 00:51:17 -0500
+ * Update xfonts-100dpi-transcoded and xfonts-75dpi-transcoded's postinst and
+ postrm scripts to stop invoking update-fonts-alias; these packages ship no
+ font aliases, and can provoke warnings from that command if their
+ non-transcoded counterpart packages are not installed. Thanks to Gregory
+ Colpart for catching this. (Closes: #287221)
+ -- Branden Robinson <branden@debian.org> Sat, 26 Mar 2005 02:13:36 -0500
+
xfree86 (4.3.0.dfsg.1-12) unstable; urgency=medium
* Urgency set to medium due to fix for release-critical bug #295175
Modified: trunk/debian/xfonts-100dpi-transcoded.postinst.in
===================================================================
--- trunk/debian/xfonts-100dpi-transcoded.postinst.in 2005-03-26 05:52:45 UTC (rev 2225)
+++ trunk/debian/xfonts-100dpi-transcoded.postinst.in 2005-03-26 07:18:07 UTC (rev 2226)
@@ -15,7 +15,7 @@
#INCLUDE_SHELL_LIB#
FONTDIRS="100dpi"
-UPDATECMDS="update-fonts-dir update-fonts-alias"
+UPDATECMDS="update-fonts-dir"
font_update
#DEBHELPER#
Modified: trunk/debian/xfonts-100dpi-transcoded.postrm.in
===================================================================
--- trunk/debian/xfonts-100dpi-transcoded.postrm.in 2005-03-26 05:52:45 UTC (rev 2225)
+++ trunk/debian/xfonts-100dpi-transcoded.postrm.in 2005-03-26 07:18:07 UTC (rev 2226)
@@ -16,7 +16,7 @@
if [ "$1" = "purge" ] || [ "$1" = "remove" ] || [ "$1" = "disappear" ]; then
FONTDIRS="100dpi"
- UPDATECMDS="update-fonts-dir update-fonts-alias"
+ UPDATECMDS="update-fonts-dir"
font_update
fi
Modified: trunk/debian/xfonts-75dpi-transcoded.postinst.in
===================================================================
--- trunk/debian/xfonts-75dpi-transcoded.postinst.in 2005-03-26 05:52:45 UTC (rev 2225)
+++ trunk/debian/xfonts-75dpi-transcoded.postinst.in 2005-03-26 07:18:07 UTC (rev 2226)
@@ -15,7 +15,7 @@
#INCLUDE_SHELL_LIB#
FONTDIRS="75dpi"
-UPDATECMDS="update-fonts-dir update-fonts-alias"
+UPDATECMDS="update-fonts-dir"
font_update
#DEBHELPER#
Modified: trunk/debian/xfonts-75dpi-transcoded.postrm.in
===================================================================
--- trunk/debian/xfonts-75dpi-transcoded.postrm.in 2005-03-26 05:52:45 UTC (rev 2225)
+++ trunk/debian/xfonts-75dpi-transcoded.postrm.in 2005-03-26 07:18:07 UTC (rev 2226)
@@ -16,7 +16,7 @@
if [ "$1" = "purge" ] || [ "$1" = "remove" ] || [ "$1" = "disappear" ]; then
FONTDIRS="75dpi"
- UPDATECMDS="update-fonts-dir update-fonts-alias"
+ UPDATECMDS="update-fonts-dir"
font_update
fi
Reply to: