From: Ron Lee Date: Tue, 20 Mar 2001 01:02:36 +0000 (+0000) Subject: tweaked wx-config alternatives priorities. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7b67fc42f91abf8ed471c062c40e7a889d3aff48?ds=sidebyside tweaked wx-config alternatives priorities. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9548 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/debian/changelog b/debian/changelog index 8bd41caf9a..84ee0fbd20 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 8 Mar 2001 21:10:07 -0800 diff --git a/debian/libwxbase-dev.postinst b/debian/libwxbase-dev.postinst index 8587a5ddf1..9293860cdd 100644 --- a/debian/libwxbase-dev.postinst +++ b/debian/libwxbase-dev.postinst @@ -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# diff --git a/debian/libwxgtk-dev.postinst b/debian/libwxgtk-dev.postinst index 001496b132..49fe3ebea7 100644 --- a/debian/libwxgtk-dev.postinst +++ b/debian/libwxgtk-dev.postinst @@ -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#