tweaked wx-config alternatives priorities.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9548 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
2
debian/changelog
vendored
2
debian/changelog
vendored
@@ -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
|
so we can reap the .mo files as they are created. Closes: #86174
|
||||||
* OBCBLR Closes: #84692
|
* OBCBLR Closes: #84692
|
||||||
* fix wxPython build gremlin. Closes: #89209, #85129
|
* fix wxPython build gremlin. Closes: #89209, #85129
|
||||||
|
* tweaked wx-config alternatives priority to favour the most
|
||||||
|
likely default use.
|
||||||
* general buglet count reduced.
|
* general buglet count reduced.
|
||||||
|
|
||||||
-- Ron <ron@debian.org> Thu, 8 Mar 2001 21:10:07 -0800
|
-- Ron <ron@debian.org> Thu, 8 Mar 2001 21:10:07 -0800
|
||||||
|
2
debian/libwxbase-dev.postinst
vendored
2
debian/libwxbase-dev.postinst
vendored
@@ -1,7 +1,7 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
set -e
|
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#
|
#DEBHELPER#
|
||||||
|
|
||||||
|
2
debian/libwxgtk-dev.postinst
vendored
2
debian/libwxgtk-dev.postinst
vendored
@@ -1,7 +1,7 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
set -e
|
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#
|
#DEBHELPER#
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user