[Pkg-tcltk-commits] r1798 - tcl8.6/trunk/debian

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Thu Mar 3 13:27:43 UTC 2016


Author: sgolovan
Date: 2016-03-03 13:27:43 +0000 (Thu, 03 Mar 2016)
New Revision: 1798

Modified:
   tcl8.6/trunk/debian/changelog
   tcl8.6/trunk/debian/libtcl8.6.symbols
   tcl8.6/trunk/debian/rules
Log:
[tcl8.6]
  * New upstream release.


Modified: tcl8.6/trunk/debian/changelog
===================================================================
--- tcl8.6/trunk/debian/changelog	2016-03-03 13:16:25 UTC (rev 1797)
+++ tcl8.6/trunk/debian/changelog	2016-03-03 13:27:43 UTC (rev 1798)
@@ -1,8 +1,8 @@
-tcl8.6 (8.6.4+dfsg-4) UNRELEASED; urgency=medium
+tcl8.6 (8.6.5+dfsg-1) unstable; urgency=medium
 
-  * NOT RELEASED YET
+  * New upstream release.
 
- -- Sergei Golovan <sgolovan at debian.org>  Sat, 16 Jan 2016 13:21:57 +0300
+ -- Sergei Golovan <sgolovan at debian.org>  Thu, 03 Mar 2016 16:17:54 +0300
 
 tcl8.6 (8.6.4+dfsg-3) unstable; urgency=medium
 

Modified: tcl8.6/trunk/debian/libtcl8.6.symbols
===================================================================
--- tcl8.6/trunk/debian/libtcl8.6.symbols	2016-03-03 13:16:25 UTC (rev 1797)
+++ tcl8.6/trunk/debian/libtcl8.6.symbols	2016-03-03 13:27:43 UTC (rev 1798)
@@ -1,6 +1,9 @@
 libtcl8.6.so libtcl8.6 #MINVER#
  TclAddLiteralObj at Base 8.6.0
  TclAllocateFreeObjects at Base 8.6.0
+ TclBNInitBignumFromLong at Base 8.6.5
+ TclBNInitBignumFromWideInt at Base 8.6.5
+ TclBNInitBignumFromWideUInt at Base 8.6.5
  TclBN_epoch at Base 8.6.0
  TclBN_fast_s_mp_mul_digs at Base 8.6.0
  TclBN_fast_s_mp_sqr at Base 8.6.0
@@ -867,3 +870,5 @@
  TclpUnloadFile at Base 8.6.2
  TclpUtfNcmp2 at Base 8.6.0
  _LIB_VERSION at Base 8.6.0
+ notifierInitMutex at Base 8.6.5
+ notifierMutex at Base 8.6.5

Modified: tcl8.6/trunk/debian/rules
===================================================================
--- tcl8.6/trunk/debian/rules	2016-03-03 13:16:25 UTC (rev 1797)
+++ tcl8.6/trunk/debian/rules	2016-03-03 13:27:43 UTC (rev 1798)
@@ -127,11 +127,11 @@
 	TMPDIR=`mktemp -d /tmp/tcl8.6.XXXXXX` && \
 	cd $$TMPDIR && \
 	wget -O - \
-	    http://prdownloads.sourceforge.net/tcl/tcl-core$(v).4-src.tar.gz | tar -zx && \
+	    http://prdownloads.sourceforge.net/tcl/tcl-core$(v).5-src.tar.gz | tar -zx && \
 	for f in `find . -name *.chm` ; do \
 	    echo "REMOVING NON-FREE FILE $$f" ; rm -f $$f ; \
 	done && \
-	tar -zcf $$CURDIR/tcl$(v)_$(v).4+dfsg.orig.tar.gz tcl$(v).4 && \
+	tar -zcf $$CURDIR/tcl$(v)_$(v).5+dfsg.orig.tar.gz tcl$(v).5 && \
 	rm -rf $$TMPDIR
 
 .PHONY: override_dh_auto_clean override_dh_auto_configure override_dh_auto_install \




More information about the Pkg-tcltk-commits mailing list