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

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



Author: dnusinow
Date: 2006-10-03 23:28:03 -0400 (Tue, 03 Oct 2006)
New Revision: 3610

Modified:
   trunk/debian/xorg/debian/changelog
   trunk/debian/xorg/debian/x11-common.config.in
Log:
* Lower the upgrade_issues warning call to priority medium. We already have
  the xserver-xfree86 dummy package that depends on xserver-xorg, so apt and
  aptitude should do the correct thing in most cases in theory. Cross your
  fingers folks. Thanks to the d-i team and Steve Langasek. Closes: #372077

Modified: trunk/debian/xorg/debian/changelog
===================================================================
--- trunk/debian/xorg/debian/changelog	2006-10-04 03:16:03 UTC (rev 3609)
+++ trunk/debian/xorg/debian/changelog	2006-10-04 03:28:03 UTC (rev 3610)
@@ -35,8 +35,12 @@
     Thanks to Joey Hess for the solution.
   * Bump server abi version to 7.1.0, not that we're doing anything with it
     yet
+  * Lower the upgrade_issues warning call to priority medium. We already have
+    the xserver-xfree86 dummy package that depends on xserver-xorg, so apt and
+    aptitude should do the correct thing in most cases in theory. Cross your
+    fingers folks. Thanks to the d-i team and Steve Langasek. Closes: #372077
 
- -- David Nusinow <dnusinow@debian.org>  Tue,  3 Oct 2006 22:55:13 -0400
+ -- David Nusinow <dnusinow@debian.org>  Tue,  3 Oct 2006 23:22:43 -0400
 
 xorg (1:7.1.0-1) unstable; urgency=low
 

Modified: trunk/debian/xorg/debian/x11-common.config.in
===================================================================
--- trunk/debian/xorg/debian/x11-common.config.in	2006-10-04 03:16:03 UTC (rev 3609)
+++ trunk/debian/xorg/debian/x11-common.config.in	2006-10-04 03:28:03 UTC (rev 3610)
@@ -157,7 +157,7 @@
 set -e
 
 if [ "$1" = "configure" ] && dpkg --compare-versions "$2" lt "1:7.0.11"; then
-      run db_input critical x11-common/upgrade_issues
+      run db_input medium x11-common/upgrade_issues
       run db_go
 fi
 



Reply to: