[Pkg-tcltk-commits] r1655 - in tcl8.5/trunk/debian: . patches
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Mon Aug 25 15:21:58 UTC 2014
Author: sgolovan
Date: 2014-08-25 15:21:58 +0000 (Mon, 25 Aug 2014)
New Revision: 1655
Modified:
tcl8.5/trunk/debian/changelog
tcl8.5/trunk/debian/libtcl8.5.symbols
tcl8.5/trunk/debian/patches/confsearch.diff
tcl8.5/trunk/debian/patches/manpages.diff
tcl8.5/trunk/debian/patches/non-linux.diff
tcl8.5/trunk/debian/patches/tcllibrary.diff
tcl8.5/trunk/debian/patches/tclpackagepath.diff
tcl8.5/trunk/debian/patches/tclprivate.diff
tcl8.5/trunk/debian/rules
Log:
[tcl8.5]
* New upstream release.
* Refreshed patches.
* Added a new symbol to the debian/libtcl8.5.symbols file.
Modified: tcl8.5/trunk/debian/changelog
===================================================================
--- tcl8.5/trunk/debian/changelog 2014-07-24 04:06:22 UTC (rev 1654)
+++ tcl8.5/trunk/debian/changelog 2014-08-25 15:21:58 UTC (rev 1655)
@@ -1,8 +1,10 @@
-tcl8.5 (8.5.15-5) UNRELEASED; urgency=low
+tcl8.5 (8.5.16-1) unstable; urgency=low
- * NOT RELEASED YET
+ * New upstream release.
+ * Refreshed patches.
+ * Added a new symbol to the debian/libtcl8.5.symbols file.
- -- Sergei Golovan <sgolovan at debian.org> Sat, 08 Mar 2014 13:34:55 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Mon, 25 Aug 2014 18:58:56 +0400
tcl8.5 (8.5.15-4) unstable; urgency=low
Modified: tcl8.5/trunk/debian/libtcl8.5.symbols
===================================================================
--- tcl8.5/trunk/debian/libtcl8.5.symbols 2014-07-24 04:06:22 UTC (rev 1654)
+++ tcl8.5/trunk/debian/libtcl8.5.symbols 2014-08-25 15:21:58 UTC (rev 1655)
@@ -160,6 +160,7 @@
TclSetStartupScriptFileName at Base 8.5.0
TclSetStartupScriptPath at Base 8.5.0
TclSetupEnv at Base 8.5.0
+ TclSkipUnlink at Base 8.5.16
TclSockGetPort at Base 8.5.0
TclSockMinimumBuffers at Base 8.5.0
TclSockMinimumBuffersOld at Base 8.5.12
Modified: tcl8.5/trunk/debian/patches/confsearch.diff
===================================================================
--- tcl8.5/trunk/debian/patches/confsearch.diff 2014-07-24 04:06:22 UTC (rev 1654)
+++ tcl8.5/trunk/debian/patches/confsearch.diff 2014-08-25 15:21:58 UTC (rev 1655)
@@ -2,8 +2,8 @@
and tkConfig.sh in /usr/share/tcltk/tk8.5 where they are located in Debian
installation.
---- tcl8.5-8.5.15.orig/unix/tcl.m4
-+++ tcl8.5-8.5.15/unix/tcl.m4
+--- a/unix/tcl.m4
++++ b/unix/tcl.m4
@@ -93,6 +93,7 @@
`ls -d ${prefix}/lib 2>/dev/null` \
`ls -d /usr/local/lib 2>/dev/null` \
Modified: tcl8.5/trunk/debian/patches/manpages.diff
===================================================================
--- tcl8.5/trunk/debian/patches/manpages.diff 2014-07-24 04:06:22 UTC (rev 1654)
+++ tcl8.5/trunk/debian/patches/manpages.diff 2014-08-25 15:21:58 UTC (rev 1655)
@@ -2,8 +2,8 @@
aren't installed by upstream script but are referenced inside other
manual pages.
---- tcl8.5-8.5.15.orig/unix/installManPage
-+++ tcl8.5-8.5.15/unix/installManPage
+--- a/unix/installManPage
++++ b/unix/installManPage
@@ -91,8 +91,16 @@
exit 2 ;;
esac
Modified: tcl8.5/trunk/debian/patches/non-linux.diff
===================================================================
--- tcl8.5/trunk/debian/patches/non-linux.diff 2014-07-24 04:06:22 UTC (rev 1654)
+++ tcl8.5/trunk/debian/patches/non-linux.diff 2014-08-25 15:21:58 UTC (rev 1655)
@@ -1,8 +1,8 @@
Patch by Sergei Golovan (originally by Mike Markley and Chris Waters) fixes
building on non-linux Debian architectures.
---- tcl8.5-8.5.15.orig/unix/configure
-+++ tcl8.5-8.5.15/unix/configure
+--- a/unix/configure
++++ b/unix/configure
@@ -6537,6 +6537,9 @@
if test "`uname -s`" = "AIX" ; then
tcl_cv_sys_version=AIX-`uname -v`.`uname -r`
@@ -13,8 +13,8 @@
fi
fi
---- tcl8.5-8.5.15.orig/unix/Makefile.in
-+++ tcl8.5-8.5.15/unix/Makefile.in
+--- a/unix/Makefile.in
++++ b/unix/Makefile.in
@@ -172,6 +172,7 @@
SHLIB_LD = @SHLIB_LD@
SHLIB_CFLAGS = @SHLIB_CFLAGS@
@@ -23,8 +23,8 @@
TCL_SHLIB_LD_EXTRAS = @TCL_SHLIB_LD_EXTRAS@
SHLIB_SUFFIX = @SHLIB_SUFFIX@
---- tcl8.5-8.5.15.orig/unix/tcl.m4
-+++ tcl8.5-8.5.15/unix/tcl.m4
+--- a/unix/tcl.m4
++++ b/unix/tcl.m4
@@ -961,6 +961,9 @@
if test "`uname -s`" = "AIX" ; then
tcl_cv_sys_version=AIX-`uname -v`.`uname -r`
Modified: tcl8.5/trunk/debian/patches/tcllibrary.diff
===================================================================
--- tcl8.5/trunk/debian/patches/tcllibrary.diff 2014-07-24 04:06:22 UTC (rev 1654)
+++ tcl8.5/trunk/debian/patches/tcllibrary.diff 2014-08-25 15:21:58 UTC (rev 1655)
@@ -1,6 +1,6 @@
---- tcl8.5-8.5.15.orig/unix/configure
-+++ tcl8.5-8.5.15/unix/configure
-@@ -18694,7 +18694,7 @@
+--- a/unix/configure
++++ b/unix/configure
+@@ -18697,7 +18697,7 @@
eval "TCL_LIB_FILE=${TCL_LIB_FILE}"
@@ -9,8 +9,8 @@
PRIVATE_INCLUDE_DIR='$(includedir)'
HTML_DIR='$(DISTDIR)/html'
---- tcl8.5-8.5.15.orig/unix/configure.in
-+++ tcl8.5-8.5.15/unix/configure.in
+--- a/unix/configure.in
++++ b/unix/configure.in
@@ -754,7 +754,7 @@
eval "TCL_LIB_FILE=${TCL_LIB_FILE}"
Modified: tcl8.5/trunk/debian/patches/tclpackagepath.diff
===================================================================
--- tcl8.5/trunk/debian/patches/tclpackagepath.diff 2014-07-24 04:06:22 UTC (rev 1654)
+++ tcl8.5/trunk/debian/patches/tclpackagepath.diff 2014-08-25 15:21:58 UTC (rev 1655)
@@ -2,9 +2,9 @@
without adding /usr/lib to it. It helps to put the policy compliant value to
::tcl_pkgPath variable and to TCL_PACKAGE_PATH variable in tclConfig.sh.
---- tcl8.5-8.5.15.orig/unix/configure
-+++ tcl8.5-8.5.15/unix/configure
-@@ -18817,9 +18817,9 @@
+--- a/unix/configure
++++ b/unix/configure
+@@ -18820,9 +18820,9 @@
test -z "$TCL_MODULE_PATH" && \
TCL_MODULE_PATH="~/Library/Tcl /Library/Tcl /System/Library/Tcl"
elif test "$prefix/lib" != "$libdir"; then
@@ -16,8 +16,8 @@
fi
#--------------------------------------------------------------------
---- tcl8.5-8.5.15.orig/unix/configure.in
-+++ tcl8.5-8.5.15/unix/configure.in
+--- a/unix/configure.in
++++ b/unix/configure.in
@@ -839,9 +839,9 @@
test -z "$TCL_MODULE_PATH" && \
TCL_MODULE_PATH="~/Library/Tcl /Library/Tcl /System/Library/Tcl"
Modified: tcl8.5/trunk/debian/patches/tclprivate.diff
===================================================================
--- tcl8.5/trunk/debian/patches/tclprivate.diff 2014-07-24 04:06:22 UTC (rev 1654)
+++ tcl8.5/trunk/debian/patches/tclprivate.diff 2014-08-25 15:21:58 UTC (rev 1655)
@@ -2,8 +2,8 @@
with Tcl sources to a subdirectory of /usr/include/tcl8.5 (debian/rules
puts private Tcl headers there).
---- tcl8.5-8.5.15.orig/unix/tclConfig.sh.in
-+++ tcl8.5-8.5.15/unix/tclConfig.sh.in
+--- a/unix/tclConfig.sh.in
++++ b/unix/tclConfig.sh.in
@@ -100,7 +100,7 @@
# String to pass to linker to pick up the Tcl library from its
Modified: tcl8.5/trunk/debian/rules
===================================================================
--- tcl8.5/trunk/debian/rules 2014-07-24 04:06:22 UTC (rev 1654)
+++ tcl8.5/trunk/debian/rules 2014-08-25 15:21:58 UTC (rev 1655)
@@ -127,8 +127,8 @@
dh_shlibdeps -a -ldebian/libtcl$(v)/usr/lib/$(DEB_HOST_MULTIARCH)
get-orig-source:
- wget -O tcl$(v)_$(v).15.orig.tar.gz \
- http://prdownloads.sourceforge.net/tcl/tcl$(v).15-src.tar.gz
+ wget -O tcl$(v)_$(v).16.orig.tar.gz \
+ http://prdownloads.sourceforge.net/tcl/tcl$(v).16-src.tar.gz
.PHONY: override_dh_auto_clean override_dh_auto_configure override_dh_auto_install \
override_dh_strip override_dh_makeshlibs override_dh_shlibdeps get-orig-source
More information about the Pkg-tcltk-commits
mailing list