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

X Strike Force X.Org X11 SVN commit: r1769 - trunk/debian/xorg/debian



Author: dnusinow
Date: 2006-04-13 19:55:38 -0400 (Thu, 13 Apr 2006)
New Revision: 1769

Modified:
   trunk/debian/xorg/debian/changelog
   trunk/debian/xorg/debian/xserver-xorg.postinst.in
Log:
  Provides only the dummy video driver currently.
* On xserver-xorg postinst, reconfigure for all versions less than or equal
  to this one. This will only occur if the file is not customized. This will
  automatically correct for new font and xkb data paths. Users with
  customized files will have to make the necessary changes, documented in
  the NEWS.Debian file for the xserver-xorg-core package.

Modified: trunk/debian/xorg/debian/changelog
===================================================================
--- trunk/debian/xorg/debian/changelog	2006-04-13 23:34:14 UTC (rev 1768)
+++ trunk/debian/xorg/debian/changelog	2006-04-13 23:55:38 UTC (rev 1769)
@@ -4,10 +4,15 @@
     any more. Thanks to a lot of people. (closes: #362112, #362105)
   * Make various metapackages arch: any rather than arch: all
   * Add s390 vars script source to allow the package to build on that arch.
-    Provides only the dummy video driver currently. 
+    Provides only the dummy video driver currently.
     (closes: #361908, #361909)
+  * On xserver-xorg postinst, reconfigure for all versions less than or equal
+    to this one. This will only occur if the file is not customized. This will
+    automatically correct for new font and xkb data paths. Users with
+    customized files will have to make the necessary changes, documented in
+    the NEWS.Debian file for the xserver-xorg-core package.
 
- -- David Nusinow <dnusinow@debian.org>  Thu, 13 Apr 2006 19:30:03 -0400
+ -- David Nusinow <dnusinow@debian.org>  Thu, 13 Apr 2006 19:53:28 -0400
 
 xorg (1:7.0.10) unstable; urgency=low
 

Modified: trunk/debian/xorg/debian/xserver-xorg.postinst.in
===================================================================
--- trunk/debian/xorg/debian/xserver-xorg.postinst.in	2006-04-13 23:34:14 UTC (rev 1768)
+++ trunk/debian/xorg/debian/xserver-xorg.postinst.in	2006-04-13 23:55:38 UTC (rev 1769)
@@ -779,7 +779,7 @@
 fi
 
 # here's a novel concept: DON'T TOUCH THE CONFIG ON UPGRADES
-if [ -z "$UPGRADE" ]; then
+if [ -z "$UPGRADE" ] || [ dpkg --compare-versions "$2" le "1:7.0.11" ]; then
   # compare the current and stored checksums; if they do not match, assume
   # that's the way the user wants it.  if we're reconfiguring, overwrite
   # it regardless and back it up.



Reply to: