]> git.saurik.com Git - wxWidgets.git/commitdiff
tweaked wx-config alternatives priorities.
authorRon Lee <ron@debian.org>
Tue, 20 Mar 2001 01:02:36 +0000 (01:02 +0000)
committerRon Lee <ron@debian.org>
Tue, 20 Mar 2001 01:02:36 +0000 (01:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9548 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

debian/changelog
debian/libwxbase-dev.postinst
debian/libwxgtk-dev.postinst

index 8bd41caf9af5bb13a1542bdd69577771509080d8..84ee0fbd203927c285643d90b9563ee046a9bb4e 100644 (file)
@@ -11,6 +11,8 @@ wxwindows2.2 (2.2.6) unstable; urgency=low
     so we can reap the .mo files as they are created. Closes: #86174
   * OBCBLR Closes: #84692
   * fix wxPython build gremlin.  Closes: #89209, #85129
+  * tweaked wx-config alternatives priority to favour the most
+    likely default use.
   * general buglet count reduced.
 
  -- Ron <ron@debian.org>  Thu,  8 Mar 2001 21:10:07 -0800
index 8587a5ddf16276653848d1c85cce886eb8c7e613..9293860cdd9c1873281bc8edfaf2f828996e98c9 100644 (file)
@@ -1,7 +1,7 @@
 #! /bin/sh
 set -e
 
-update-alternatives --install /usr/bin/wx-config wx-config /usr/bin/wxbase-config 50
+update-alternatives --install /usr/bin/wx-config wx-config /usr/bin/wxbase-config 60
 
 #DEBHELPER#
 
index 001496b13287eb67c2892ac313cb04b0b952990d..49fe3ebea76189a9be3c3ad62ba6191103b46736 100644 (file)
@@ -1,7 +1,7 @@
 #! /bin/sh
 set -e
 
-update-alternatives --install /usr/bin/wx-config wx-config /usr/bin/wxgtk-config 50
+update-alternatives --install /usr/bin/wx-config wx-config /usr/bin/wxgtk-config 70
 
 #DEBHELPER#