rev 14768 - trunk/packages/kdebase/debian

Fathi Boudra fabo at alioth.debian.org
Mon Jun 1 10:58:45 UTC 2009


Author: fabo
Date: 2009-06-01 10:58:45 +0000 (Mon, 01 Jun 2009)
New Revision: 14768

Modified:
   trunk/packages/kdebase/debian/changelog
   trunk/packages/kdebase/debian/konsole.postinst
Log:
Set an higher priority (40) on the x-terminal-emulator alternative


Modified: trunk/packages/kdebase/debian/changelog
===================================================================
--- trunk/packages/kdebase/debian/changelog	2009-06-01 09:44:54 UTC (rev 14767)
+++ trunk/packages/kdebase/debian/changelog	2009-06-01 10:58:45 UTC (rev 14768)
@@ -18,7 +18,8 @@
 
   * Bump Standards-Version from 3.8.0 to 3.8.1 (no changes needed).
   * Call update-alternatives without absolute path. (Closes: #510939)
-  
+  * Set an higher priority (40) on the x-terminal-emulator alternative.
+
   +++ Changes by Aurelien Jarno:
 
   * debian/control: don't build-depends on libraw1394-dev on 

Modified: trunk/packages/kdebase/debian/konsole.postinst
===================================================================
--- trunk/packages/kdebase/debian/konsole.postinst	2009-06-01 09:44:54 UTC (rev 14767)
+++ trunk/packages/kdebase/debian/konsole.postinst	2009-06-01 10:58:45 UTC (rev 14768)
@@ -2,7 +2,8 @@
 
 case "$1" in
     configure)
-	update-alternatives --install /usr/bin/x-terminal-emulator x-terminal-emulator /usr/bin/konsole 35
+	    update-alternatives --install /usr/bin/x-terminal-emulator \
+        x-terminal-emulator /usr/bin/konsole 40
     ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)




More information about the pkg-kde-commits mailing list