[Pkg-tcltk-commits] r1676 - in tcl8.5/trunk/debian: . patches
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Fri Oct 24 19:32:51 UTC 2014
Author: sgolovan
Date: 2014-10-24 19:32:51 +0000 (Fri, 24 Oct 2014)
New Revision: 1676
Modified:
tcl8.5/trunk/debian/changelog
tcl8.5/trunk/debian/patches/tcllibrary.diff
tcl8.5/trunk/debian/patches/tclpackagepath.diff
tcl8.5/trunk/debian/rules
Log:
[tcl8.5]
* New upstream release.
* Refreshed patches.
Modified: tcl8.5/trunk/debian/changelog
===================================================================
--- tcl8.5/trunk/debian/changelog 2014-10-24 15:03:53 UTC (rev 1675)
+++ tcl8.5/trunk/debian/changelog 2014-10-24 19:32:51 UTC (rev 1676)
@@ -1,8 +1,9 @@
-tcl8.5 (8.5.16-2) UNRELEASED; urgency=medium
+tcl8.5 (8.5.17-1) unstable; urgency=medium
- * NOT RELEASED YET
+ * New upstream release.
+ * Refreshed patches.
- -- Sergei Golovan <sgolovan at debian.org> Mon, 25 Aug 2014 19:22:07 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Fri, 24 Oct 2014 23:25:30 +0400
tcl8.5 (8.5.16-1) unstable; urgency=low
Modified: tcl8.5/trunk/debian/patches/tcllibrary.diff
===================================================================
--- tcl8.5/trunk/debian/patches/tcllibrary.diff 2014-10-24 15:03:53 UTC (rev 1675)
+++ tcl8.5/trunk/debian/patches/tcllibrary.diff 2014-10-24 19:32:51 UTC (rev 1676)
@@ -1,6 +1,6 @@
--- a/unix/configure
+++ b/unix/configure
-@@ -18697,7 +18697,7 @@
+@@ -18702,7 +18702,7 @@
eval "TCL_LIB_FILE=${TCL_LIB_FILE}"
Modified: tcl8.5/trunk/debian/patches/tclpackagepath.diff
===================================================================
--- tcl8.5/trunk/debian/patches/tclpackagepath.diff 2014-10-24 15:03:53 UTC (rev 1675)
+++ tcl8.5/trunk/debian/patches/tclpackagepath.diff 2014-10-24 19:32:51 UTC (rev 1676)
@@ -4,7 +4,7 @@
--- a/unix/configure
+++ b/unix/configure
-@@ -18820,9 +18820,9 @@
+@@ -18825,9 +18825,9 @@
test -z "$TCL_MODULE_PATH" && \
TCL_MODULE_PATH="~/Library/Tcl /Library/Tcl /System/Library/Tcl"
elif test "$prefix/lib" != "$libdir"; then
Modified: tcl8.5/trunk/debian/rules
===================================================================
--- tcl8.5/trunk/debian/rules 2014-10-24 15:03:53 UTC (rev 1675)
+++ tcl8.5/trunk/debian/rules 2014-10-24 19:32:51 UTC (rev 1676)
@@ -127,8 +127,8 @@
dh_shlibdeps -a -ldebian/libtcl$(v)/usr/lib/$(DEB_HOST_MULTIARCH)
get-orig-source:
- wget -O tcl$(v)_$(v).16.orig.tar.gz \
- http://prdownloads.sourceforge.net/tcl/tcl$(v).16-src.tar.gz
+ wget -O tcl$(v)_$(v).17.orig.tar.gz \
+ http://prdownloads.sourceforge.net/tcl/tcl$(v).17-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