[Pkg-tcltk-commits] r1661 - in tcl8.6/trunk/debian: . patches
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Wed Aug 27 16:17:13 UTC 2014
Author: sgolovan
Date: 2014-08-27 16:17:13 +0000 (Wed, 27 Aug 2014)
New Revision: 1661
Modified:
tcl8.6/trunk/debian/changelog
tcl8.6/trunk/debian/libtcl8.6.symbols
tcl8.6/trunk/debian/patches/confsearch.diff
tcl8.6/trunk/debian/patches/manpages.diff
tcl8.6/trunk/debian/patches/non-linux.diff
tcl8.6/trunk/debian/patches/tcllibrary.diff
tcl8.6/trunk/debian/patches/tclpackagepath.diff
tcl8.6/trunk/debian/patches/tclprivate.diff
tcl8.6/trunk/debian/rules
Log:
[tcl8.6]
* New upstream release.
* Refreshed patches.
* Added new symbols to the debian/libtcl8.6.symbols file.
Modified: tcl8.6/trunk/debian/changelog
===================================================================
--- tcl8.6/trunk/debian/changelog 2014-08-25 15:33:18 UTC (rev 1660)
+++ tcl8.6/trunk/debian/changelog 2014-08-27 16:17:13 UTC (rev 1661)
@@ -1,8 +1,10 @@
-tcl8.6 (8.6.1-7) UNRELEASED; urgency=low
+tcl8.6 (8.6.2-1) unstable; urgency=low
- * NOT RELEASED YET
+ * New upstream release.
+ * Refreshed patches.
+ * Added new symbols to the debian/libtcl8.6.symbols file.
- -- Sergei Golovan <sgolovan at debian.org> Sat, 08 Mar 2014 13:37:39 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Wed, 27 Aug 2014 20:11:59 +0400
tcl8.6 (8.6.1-6) unstable; urgency=low
Modified: tcl8.6/trunk/debian/libtcl8.6.symbols
===================================================================
--- tcl8.6/trunk/debian/libtcl8.6.symbols 2014-08-25 15:33:18 UTC (rev 1660)
+++ tcl8.6/trunk/debian/libtcl8.6.symbols 2014-08-27 16:17:13 UTC (rev 1661)
@@ -135,6 +135,7 @@
TclNRRunCallbacks at Base 8.6.0
TclNeedSpace at Base 8.6.0
TclNewProcBodyObj at Base 8.6.0
+ TclOODefineMixinObjCmd at Base 8.6.2
TclObjBeingDeleted at Base 8.6.0
TclObjCommandComplete at Base 8.6.0
TclObjGetFrame at Base 8.6.0
@@ -152,6 +153,7 @@
TclRegAbout at Base 8.6.0
TclRegError at Base 8.6.0
TclRegExpRangeUniChar at Base 8.6.0
+ TclRegisterLiteral at Base 8.6.2
TclRenameCommand at Base 8.6.0
TclResetCancellation at Base 8.6.0
TclResetRewriteEnsemble at Base 8.6.0
@@ -164,6 +166,7 @@
TclSetPreInitScript at Base 8.6.0
TclSetSlaveCancelFlags at Base 8.6.0
TclSetupEnv at Base 8.6.0
+ TclSkipUnlink at Base 8.6.2
TclSockGetPort at Base 8.6.0
TclSockMinimumBuffers at Base 8.6.0
TclStackAlloc at Base 8.6.0
@@ -173,6 +176,7 @@
TclUniCharMatch at Base 8.6.0
TclUnixCopyFile at Base 8.6.0
TclUnixOpenTemporaryFile at Base 8.6.0
+ TclUnixSetBlockingMode at Base 8.6.2
TclUnixWaitForFile at Base 8.6.0
TclUpdateReturnInfo at Base 8.6.0
TclVarErrMsg at Base 8.6.0
@@ -832,6 +836,12 @@
TclpGetCwd at Base 8.6.0
TclpGetDate at Base 8.6.0
TclpGetDefaultStdChannel at Base 8.6.0
+ TclpGetGrGid at Base 8.6.2
+ TclpGetGrNam at Base 8.6.2
+ TclpGetHostByAddr at Base 8.6.2
+ TclpGetHostByName at Base 8.6.2
+ TclpGetPwNam at Base 8.6.2
+ TclpGetPwUid at Base 8.6.2
TclpGetSeconds at Base 8.6.0
TclpGetTime at Base 8.6.0
TclpGetUserHome at Base 8.6.0
@@ -840,6 +850,7 @@
TclpInetNtoa at Base 8.6.0
TclpLocaltime at Base 8.6.0
TclpMakeFile at Base 8.6.0
+ TclpMakeTcpClientChannelMode at Base 8.6.2
TclpObjAccess at Base 8.6.0
TclpObjCopyDirectory at Base 8.6.0
TclpObjCopyFile at Base 8.6.0
@@ -853,5 +864,6 @@
TclpReaddir at Base 8.6.0
TclpRealloc at Base 8.6.0
TclpSetInitialEncodings at Base 8.6.0
+ TclpUnloadFile at Base 8.6.2
TclpUtfNcmp2 at Base 8.6.0
_LIB_VERSION at Base 8.6.0
Modified: tcl8.6/trunk/debian/patches/confsearch.diff
===================================================================
--- tcl8.6/trunk/debian/patches/confsearch.diff 2014-08-25 15:33:18 UTC (rev 1660)
+++ tcl8.6/trunk/debian/patches/confsearch.diff 2014-08-27 16:17:13 UTC (rev 1661)
@@ -2,8 +2,8 @@
and tkConfig.sh in /usr/lib/tk8.6 where they are located in Debian
installation.
---- tcl8.6-8.6.1.orig/unix/tcl.m4
-+++ tcl8.6-8.6.1/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.6/trunk/debian/patches/manpages.diff
===================================================================
--- tcl8.6/trunk/debian/patches/manpages.diff 2014-08-25 15:33:18 UTC (rev 1660)
+++ tcl8.6/trunk/debian/patches/manpages.diff 2014-08-27 16:17:13 UTC (rev 1661)
@@ -2,8 +2,8 @@
aren't installed by upstream script but are referenced inside other
manual pages.
---- tcl8.6-8.6.1.orig/unix/installManPage
-+++ tcl8.6-8.6.1/unix/installManPage
+--- a/unix/installManPage
++++ b/unix/installManPage
@@ -92,12 +92,20 @@
exit 2 ;;
esac
Modified: tcl8.6/trunk/debian/patches/non-linux.diff
===================================================================
--- tcl8.6/trunk/debian/patches/non-linux.diff 2014-08-25 15:33:18 UTC (rev 1660)
+++ tcl8.6/trunk/debian/patches/non-linux.diff 2014-08-27 16:17:13 UTC (rev 1661)
@@ -1,9 +1,9 @@
Patch by Sergei Golovan (originally by Mike Markley and Chris Waters) fixes
building on non-linux Debian architectures.
---- tcl8.6-8.6.1.orig/unix/configure
-+++ tcl8.6-8.6.1/unix/configure
-@@ -6675,6 +6675,9 @@
+--- a/unix/configure
++++ b/unix/configure
+@@ -6604,6 +6604,9 @@
if test "`uname -s`" = "AIX" ; then
tcl_cv_sys_version=AIX-`uname -v`.`uname -r`
fi
@@ -13,8 +13,8 @@
fi
fi
---- tcl8.6-8.6.1.orig/unix/Makefile.in
-+++ tcl8.6-8.6.1/unix/Makefile.in
+--- a/unix/Makefile.in
++++ b/unix/Makefile.in
@@ -179,6 +179,7 @@
SHLIB_LD = @SHLIB_LD@
SHLIB_CFLAGS = @SHLIB_CFLAGS@ -DBUILD_tcl
@@ -23,9 +23,9 @@
TCL_SHLIB_LD_EXTRAS = @TCL_SHLIB_LD_EXTRAS@
SHLIB_SUFFIX = @SHLIB_SUFFIX@
---- tcl8.6-8.6.1.orig/unix/tcl.m4
-+++ tcl8.6-8.6.1/unix/tcl.m4
-@@ -928,6 +928,9 @@
+--- a/unix/tcl.m4
++++ b/unix/tcl.m4
+@@ -926,6 +926,9 @@
if test "`uname -s`" = "AIX" ; then
tcl_cv_sys_version=AIX-`uname -v`.`uname -r`
fi
Modified: tcl8.6/trunk/debian/patches/tcllibrary.diff
===================================================================
--- tcl8.6/trunk/debian/patches/tcllibrary.diff 2014-08-25 15:33:18 UTC (rev 1660)
+++ tcl8.6/trunk/debian/patches/tcllibrary.diff 2014-08-27 16:17:13 UTC (rev 1661)
@@ -1,6 +1,6 @@
---- tcl8.6-8.6.1.orig/unix/configure
-+++ tcl8.6-8.6.1/unix/configure
-@@ -19130,7 +19130,7 @@
+--- a/unix/configure
++++ b/unix/configure
+@@ -19069,7 +19069,7 @@
eval "TCL_LIB_FILE=${TCL_LIB_FILE}"
@@ -9,9 +9,9 @@
PRIVATE_INCLUDE_DIR='$(includedir)'
HTML_DIR='$(DISTDIR)/html'
---- tcl8.6-8.6.1.orig/unix/configure.in
-+++ tcl8.6-8.6.1/unix/configure.in
-@@ -790,7 +790,7 @@
+--- a/unix/configure.in
++++ b/unix/configure.in
+@@ -793,7 +793,7 @@
eval "TCL_LIB_FILE=${TCL_LIB_FILE}"
Modified: tcl8.6/trunk/debian/patches/tclpackagepath.diff
===================================================================
--- tcl8.6/trunk/debian/patches/tclpackagepath.diff 2014-08-25 15:33:18 UTC (rev 1660)
+++ tcl8.6/trunk/debian/patches/tclpackagepath.diff 2014-08-27 16:17:13 UTC (rev 1661)
@@ -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.6-8.6.1.orig/unix/configure
-+++ tcl8.6-8.6.1/unix/configure
-@@ -19261,9 +19261,9 @@
+--- a/unix/configure
++++ b/unix/configure
+@@ -19200,9 +19200,9 @@
test -z "$TCL_MODULE_PATH" && \
TCL_MODULE_PATH="~/Library/Tcl /Library/Tcl /System/Library/Tcl"
elif test "$prefix/lib" != "$libdir"; then
@@ -16,9 +16,9 @@
fi
#--------------------------------------------------------------------
---- tcl8.6-8.6.1.orig/unix/configure.in
-+++ tcl8.6-8.6.1/unix/configure.in
-@@ -883,9 +883,9 @@
+--- a/unix/configure.in
++++ b/unix/configure.in
+@@ -886,9 +886,9 @@
test -z "$TCL_MODULE_PATH" && \
TCL_MODULE_PATH="~/Library/Tcl /Library/Tcl /System/Library/Tcl"
elif test "$prefix/lib" != "$libdir"; then
Modified: tcl8.6/trunk/debian/patches/tclprivate.diff
===================================================================
--- tcl8.6/trunk/debian/patches/tclprivate.diff 2014-08-25 15:33:18 UTC (rev 1660)
+++ tcl8.6/trunk/debian/patches/tclprivate.diff 2014-08-27 16:17:13 UTC (rev 1661)
@@ -2,8 +2,8 @@
with Tcl sources to a subdirectory of /usr/include/tcl8.6 (debian/rules
puts private Tcl headers there).
---- tcl8.6-8.6.1.orig/unix/tclConfig.sh.in
-+++ tcl8.6-8.6.1/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.6/trunk/debian/rules
===================================================================
--- tcl8.6/trunk/debian/rules 2014-08-25 15:33:18 UTC (rev 1660)
+++ tcl8.6/trunk/debian/rules 2014-08-27 16:17:13 UTC (rev 1661)
@@ -124,8 +124,8 @@
dh_shlibdeps -a -ldebian/libtcl$(v)/usr/lib/$(DEB_HOST_MULTIARCH)
get-orig-source:
- wget -O tcl$(v)_$(v).1.orig.tar.gz \
- http://prdownloads.sourceforge.net/tcl/tcl-core$(v).1-src.tar.gz
+ wget -O tcl$(v)_$(v).2.orig.tar.gz \
+ http://prdownloads.sourceforge.net/tcl/tcl-core$(v).2-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