[Pkg-tcltk-commits] r499 - tk8.5/trunk/debian
sgolovan-guest at alioth.debian.org
sgolovan-guest at alioth.debian.org
Fri Feb 8 18:34:42 UTC 2008
Author: sgolovan-guest
Date: 2008-02-08 18:34:42 +0000 (Fri, 08 Feb 2008)
New Revision: 499
Modified:
tk8.5/trunk/debian/changelog
tk8.5/trunk/debian/tk8.5.postinst
Log:
[tk8.5]
* Increased priority of /usr/bin/wish8.5 as an alternative to
/usr/bin/wish.
Modified: tk8.5/trunk/debian/changelog
===================================================================
--- tk8.5/trunk/debian/changelog 2008-02-08 18:33:30 UTC (rev 498)
+++ tk8.5/trunk/debian/changelog 2008-02-08 18:34:42 UTC (rev 499)
@@ -1,6 +1,8 @@
tk8.5 (8.5.1-1) unstable; urgency=low
* New upstream release.
+ * Increased priority of /usr/bin/wish8.5 as an alternative to
+ /usr/bin/wish.
* Overridden lintian warning package-name-doesnt-match-sonames since tk8.5
package contains not only a library, and it's unreasonable to split it
into smaller parts.
Modified: tk8.5/trunk/debian/tk8.5.postinst
===================================================================
--- tk8.5/trunk/debian/tk8.5.postinst 2008-02-08 18:33:30 UTC (rev 498)
+++ tk8.5/trunk/debian/tk8.5.postinst 2008-02-08 18:34:42 UTC (rev 499)
@@ -3,7 +3,7 @@
set -e
if [ "$1" = "configure" ]; then
- update-alternatives --install /usr/bin/wish wish /usr/bin/wish8.5 800 \
+ update-alternatives --install /usr/bin/wish wish /usr/bin/wish8.5 850 \
--slave /usr/share/man/man1/wish.1.gz wish.1 \
/usr/share/man/man1/wish8.5.1.gz
fi
More information about the Pkg-tcltk-commits
mailing list