[Pkg-tcltk-commits] r1792 - tcl8.5/trunk/debian
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Thu Mar 3 12:59:06 UTC 2016
Author: sgolovan
Date: 2016-03-03 12:59:06 +0000 (Thu, 03 Mar 2016)
New Revision: 1792
Modified:
tcl8.5/trunk/debian/changelog
tcl8.5/trunk/debian/libtcl8.5.symbols
tcl8.5/trunk/debian/rules
Log:
[tcl8.5]
* New upstream release.
Modified: tcl8.5/trunk/debian/changelog
===================================================================
--- tcl8.5/trunk/debian/changelog 2016-02-10 11:03:49 UTC (rev 1791)
+++ tcl8.5/trunk/debian/changelog 2016-03-03 12:59:06 UTC (rev 1792)
@@ -1,8 +1,8 @@
-tcl8.5 (8.5.18-4) UNRELEASED; urgency=medium
+tcl8.5 (8.5.19-1) unstable; urgency=medium
- * NOT RELEASED YET
+ * New upstream release.
- -- Sergei Golovan <sgolovan at debian.org> Sat, 16 Jan 2016 13:08:00 +0300
+ -- Sergei Golovan <sgolovan at debian.org> Thu, 03 Mar 2016 15:51:07 +0300
tcl8.5 (8.5.18-3) unstable; urgency=medium
Modified: tcl8.5/trunk/debian/libtcl8.5.symbols
===================================================================
--- tcl8.5/trunk/debian/libtcl8.5.symbols 2016-02-10 11:03:49 UTC (rev 1791)
+++ tcl8.5/trunk/debian/libtcl8.5.symbols 2016-03-03 12:59:06 UTC (rev 1792)
@@ -814,6 +814,8 @@
TclpSetInitialEncodings at Base 8.5.0
TclpUtfNcmp2 at Base 8.5.0
_LIB_VERSION at Base 8.5.0
+ notifierInitMutex at Base 8.5.19
+ notifierMutex at Base 8.5.19
tclIntPlatStubsPtr at Base 8.5.0
tclIntStubsPtr at Base 8.5.0
tclPlatStubsPtr at Base 8.5.0
Modified: tcl8.5/trunk/debian/rules
===================================================================
--- tcl8.5/trunk/debian/rules 2016-02-10 11:03:49 UTC (rev 1791)
+++ tcl8.5/trunk/debian/rules 2016-03-03 12:59:06 UTC (rev 1792)
@@ -126,8 +126,8 @@
dh_shlibdeps -a -ldebian/libtcl$(v)/usr/lib/$(DEB_HOST_MULTIARCH)
get-orig-source:
- wget -O tcl$(v)_$(v).18.orig.tar.gz \
- http://prdownloads.sourceforge.net/tcl/tcl$(v).18-src.tar.gz
+ wget -O tcl$(v)_$(v).19.orig.tar.gz \
+ http://prdownloads.sourceforge.net/tcl/tcl$(v).19-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