X Strike Force XFree86 SVN commit: rev 791 - branches/4.3.0/sid/debian
Author: branden
Date: 2003-11-22 14:40:45 -0500 (Sat, 22 Nov 2003)
New Revision: 791
Modified:
branches/4.3.0/sid/debian/TODO
Log:
Update TODO.
Modified: branches/4.3.0/sid/debian/TODO
===================================================================
--- branches/4.3.0/sid/debian/TODO 2003-11-22 06:37:53 UTC (rev 790)
+++ branches/4.3.0/sid/debian/TODO 2003-11-22 19:40:45 UTC (rev 791)
@@ -4,13 +4,10 @@
-1
--
-* split xlibs* (one package per shared library)
+* Update x-window-system-dev to reflect package split.
- To view progress on the above work, see:
- http://necrotic.deadbeast.net/cgi-bin/viewcvs.cgi/people/branden/xlibs-and-xbase-clients-split/
+* Fix Xft compilation problem (same as #221129).
-* Update x-window-system-dev to reflect package split.
-
* ensure packages are at least as functional on the architectures in
testing as the 4.2.1 packages are (so that no arch sees a horrendous
regression)
@@ -182,6 +179,21 @@
Post 4.3.0-1
============
+* Re-do migration of /usr/X11R6/lib/X11/{app-defaults,xkb}:
+ + stop shipping symlink
+ + In {libxt6,xlibs}.preinst:
+ - if existing stuff in /usr/X11R6/lib/X11/$DIR:
+ + debconf boolean explaining situationand permitting abort
+ + if user doesn't abort:
+ - mv existing directory contents to /etc/X11/$DIR
+ - create /usr/X11R6/lib/X11/$DIR symlink
+ - touch $DIR migration file in /var/run
+ + In {libxt6,xlibs}.postinst:
+ - remove $DIR migration file from /var/run
+ + In {libxt6,xlibs}.postrm:
+ - If /var/run/$DIR migration file exists:
+ + remove /usr/X11R6/lib/X11/$DIR symlink
+ + mv /etc/X11/$DIR back to /usr/X11R6/lib/X11/$DIR
* Bug #216806: aoutloader missing header file for ntohl
* Fix upstream install rule that prevents Xcursor themes from being
installed on s390. As I understand it, this is client-side stuff and
Reply to: