J’ai trouver la page bugs.debian.org/cgi-bin/bugreport.cgi?bug=365282
le responsable du package donne un patch qui corrige le probleme de :
[ul]xserver-xorg postinst warning: not updating /etc/X11/X; file has been customized[/ul]
[code]Fix bug in xserver-xorg 1:7.0.15 package’s config affecting preinst due to
xserver-xorg/config/inputdevice/mouse/zaxismapping not necessarily existing.
- Steven Brown swbrown@variadic.org
— xserver-xorg.config.in 2006-04-27 21:18:58.000000000 -0700
+++ xserver-xorg.config.in-fixed 2006-04-28 22:03:13.000000000 -0700
@@ -457,7 +457,8 @@
fi
fi
-# migrate from old select-type templates
+# migrate from old select-type templates, if they exist
+set +e
for TEMPLATE in xserver-xorg/config/inputdevice/mouse/emulate3buttons
xserver-xorg/config/inputdevice/mouse/zaxismapping; do
db_get “$TEMPLATE”
@@ -467,6 +468,7 @@
db_set $TEMPLATE "false"
fi
done
+set -e
migrate from “expert” to “advanced”
db_get xserver-xorg/config/monitor/selection-method
[/code]
Puis la procédure… En Anglais biensur
[ul]To do it,
- build the dependance : “apt-get build-dep xserver-xorg”
- download the source package of xserver-xorg ( “apt-get
source xserver-xorg”) - untar this file and apply the patch ( in the
xserver-xorg source directory : patch < “the file with the
patch”) - compile the new package : dpkg-buildpackage
- and finally test and install (dpkg -i ) the new package
that you obtain. [/ul]
Sinon on peu toujours attendre, tjs ce même résponsable a annoncé qu’il ferais une correction dans les Packages de Mise a jours. Il me semble qu’il est disponble pour la SID, mais toujours pas pour la Etch !