[Pkg-tcltk-commits] r1716 - in tcl8.6/branches/experimental/debian: . patches
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Fri Mar 13 10:06:45 UTC 2015
Author: sgolovan
Date: 2015-03-13 10:06:45 +0000 (Fri, 13 Mar 2015)
New Revision: 1716
Modified:
tcl8.6/branches/experimental/debian/changelog
tcl8.6/branches/experimental/debian/patches/tcllibrary.diff
tcl8.6/branches/experimental/debian/patches/tclpackagepath.diff
tcl8.6/branches/experimental/debian/rules
Log:
[tcl8.6]
* New upstream release.
* Upload to experimental because of the jessie freeze.
Modified: tcl8.6/branches/experimental/debian/changelog
===================================================================
--- tcl8.6/branches/experimental/debian/changelog 2015-03-10 16:33:23 UTC (rev 1715)
+++ tcl8.6/branches/experimental/debian/changelog 2015-03-13 10:06:45 UTC (rev 1716)
@@ -1,8 +1,9 @@
-tcl8.6 (8.6.3+dfsg-2) UNRELEASED; urgency=medium
+tcl8.6 (8.6.4+dfsg-1) experimental; urgency=medium
- * NOT RELEASED YET
+ * New upstream release.
+ * Upload to experimental because of the jessie freeze.
- -- Sergei Golovan <sgolovan at debian.org> Mon, 09 Mar 2015 10:52:47 +0300
+ -- Sergei Golovan <sgolovan at debian.org> Fri, 13 Mar 2015 12:52:29 +0300
tcl8.6 (8.6.3+dfsg-1) experimental; urgency=medium
Modified: tcl8.6/branches/experimental/debian/patches/tcllibrary.diff
===================================================================
--- tcl8.6/branches/experimental/debian/patches/tcllibrary.diff 2015-03-10 16:33:23 UTC (rev 1715)
+++ tcl8.6/branches/experimental/debian/patches/tcllibrary.diff 2015-03-13 10:06:45 UTC (rev 1716)
@@ -1,6 +1,6 @@
--- a/unix/configure
+++ b/unix/configure
-@@ -19069,7 +19069,7 @@
+@@ -19074,7 +19074,7 @@
eval "TCL_LIB_FILE=${TCL_LIB_FILE}"
Modified: tcl8.6/branches/experimental/debian/patches/tclpackagepath.diff
===================================================================
--- tcl8.6/branches/experimental/debian/patches/tclpackagepath.diff 2015-03-10 16:33:23 UTC (rev 1715)
+++ tcl8.6/branches/experimental/debian/patches/tclpackagepath.diff 2015-03-13 10:06:45 UTC (rev 1716)
@@ -4,7 +4,7 @@
--- a/unix/configure
+++ b/unix/configure
-@@ -19200,9 +19200,9 @@
+@@ -19205,9 +19205,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/branches/experimental/debian/rules
===================================================================
--- tcl8.6/branches/experimental/debian/rules 2015-03-10 16:33:23 UTC (rev 1715)
+++ tcl8.6/branches/experimental/debian/rules 2015-03-13 10:06:45 UTC (rev 1716)
@@ -128,11 +128,11 @@
TMPDIR=`mktemp -d /tmp/tcl8.6.XXXXXX` && \
cd $$TMPDIR && \
wget -O - \
- http://prdownloads.sourceforge.net/tcl/tcl-core$(v).3-src.tar.gz | tar -zx && \
+ http://prdownloads.sourceforge.net/tcl/tcl-core$(v).4-src.tar.gz | tar -zx && \
for f in `find . -name *.chm` ; do \
- echo "REMOVING NON-FREE DOC $$f" ; rm -f $$f ; \
+ echo "REMOVING NON-FREE FILE $$f" ; rm -f $$f ; \
done && \
- tar -zcf $$CURDIR/tcl$(v)_$(v).3+dfsg.orig.tar.gz tcl$(v).2 && \
+ tar -zcf $$CURDIR/tcl$(v)_$(v).4+dfsg.orig.tar.gz tcl$(v).4 && \
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