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

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



Author: dnusinow
Date: 2006-05-14 23:34:53 -0400 (Sun, 14 May 2006)
New Revision: 2134

Modified:
   trunk/debian/xorg/debian/changelog
   trunk/debian/xorg/debian/x11-common.config.in
   trunk/debian/xorg/debian/x11-common.templates
Log:
* Add x11-common template to warn people that on upgrade their server may be
  removed. This template also tells people to install the xorg package to
  fix the problem. This is an ugly workaround and I welcome a better
  solution if someone can find it. (closes: #363169)

Modified: trunk/debian/xorg/debian/changelog
===================================================================
--- trunk/debian/xorg/debian/changelog	2006-05-15 02:53:24 UTC (rev 2133)
+++ trunk/debian/xorg/debian/changelog	2006-05-15 03:34:53 UTC (rev 2134)
@@ -4,8 +4,14 @@
   * Rewrite templates to make them more compliant with Developer's Reference
     6.5
 
- -- Christian Perrier <bubulle@debian.org>  Sat, 13 May 2006 07:47:43 +0200
+  [ David Nusinow ]
+  * Add x11-common template to warn people that on upgrade their server may be
+    removed. This template also tells people to install the xorg package to
+    fix the problem. This is an ugly workaround and I welcome a better
+    solution if someone can find it. (closes: #363169)
 
+ -- David Nusinow <dnusinow@debian.org>  Sun, 14 May 2006 23:34:18 -0400
+
 xorg (1:7.0.18) unstable; urgency=low
 
   [ Steve Langasek ]

Modified: trunk/debian/xorg/debian/x11-common.config.in
===================================================================
--- trunk/debian/xorg/debian/x11-common.config.in	2006-05-15 02:53:24 UTC (rev 2133)
+++ trunk/debian/xorg/debian/x11-common.config.in	2006-05-15 03:34:53 UTC (rev 2134)
@@ -156,6 +156,12 @@
 done
 set -e
 
+if [ "$1" = "configure" ] && dpkg --compare-versions "$2" lt "1:7.0.11"; then
+      run db_fset x11-common/upgrade_issues seen false
+      run db_input critical x11-common/upgrade_issues
+      run db_go
+fi
+
 exit 0
 
 # vim:set ai et sts=2 sw=2 tw=0:

Modified: trunk/debian/xorg/debian/x11-common.templates
===================================================================
--- trunk/debian/xorg/debian/x11-common.templates	2006-05-15 02:53:24 UTC (rev 2133)
+++ trunk/debian/xorg/debian/x11-common.templates	2006-05-15 03:34:53 UTC (rev 2134)
@@ -34,3 +34,13 @@
 Type: note
 _Description: Incorrect nice value
  Please enter an integer between -20 and 19.
+
+Template: x11-common/upgrade_issues
+Type: note
+_Description: Major possible upgrade issues
+ Some users have reported that upon upgrade to the current package set,
+ their xserver package was no longer installed. Because there is no easy
+ way around this problem, you should be sure to check that the xserver-xorg
+ package is installed after upgrade. If it is not installed and you require
+ it, it is recommended that you install the xorg package to make sure you
+ have a fully functional X setup.



Reply to: