[Pkg-tcltk-commits] r1486 - in tcl8.6/branches/experimental/debian: . patches
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Tue Sep 24 16:18:01 UTC 2013
Author: sgolovan
Date: 2013-09-24 16:18:01 +0000 (Tue, 24 Sep 2013)
New Revision: 1486
Modified:
tcl8.6/branches/experimental/debian/changelog
tcl8.6/branches/experimental/debian/patches/confsearch.diff
tcl8.6/branches/experimental/debian/patches/manpages.diff
tcl8.6/branches/experimental/debian/patches/non-linux.diff
tcl8.6/branches/experimental/debian/patches/tcllibrary.diff
tcl8.6/branches/experimental/debian/patches/tclpackagepath.diff
tcl8.6/branches/experimental/debian/patches/tclprivate.diff
tcl8.6/branches/experimental/debian/rules
Log:
[tcl8.6-experimental]
* New upstream release.
Modified: tcl8.6/branches/experimental/debian/changelog
===================================================================
--- tcl8.6/branches/experimental/debian/changelog 2013-09-23 06:23:27 UTC (rev 1485)
+++ tcl8.6/branches/experimental/debian/changelog 2013-09-24 16:18:01 UTC (rev 1486)
@@ -1,8 +1,8 @@
-tcl8.6 (8.6.0-5) UNRELEASED; urgency=low
+tcl8.6 (8.6.1-1) experimental; urgency=low
- * NOT RELEASED YET
+ * New upstream release.
- -- Sergei Golovan <sgolovan at debian.org> Mon, 19 Aug 2013 22:37:28 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Tue, 24 Sep 2013 20:08:15 +0400
tcl8.6 (8.6.0-4) experimental; urgency=low
Modified: tcl8.6/branches/experimental/debian/patches/confsearch.diff
===================================================================
--- tcl8.6/branches/experimental/debian/patches/confsearch.diff 2013-09-23 06:23:27 UTC (rev 1485)
+++ tcl8.6/branches/experimental/debian/patches/confsearch.diff 2013-09-24 16:18:01 UTC (rev 1486)
@@ -2,8 +2,8 @@
and tkConfig.sh in /usr/lib/tk8.6 where they are located in Debian
installation.
---- tcl8.6-8.6.0.orig/unix/tcl.m4
-+++ tcl8.6-8.6.0/unix/tcl.m4
+--- tcl8.6-8.6.1.orig/unix/tcl.m4
++++ tcl8.6-8.6.1/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/branches/experimental/debian/patches/manpages.diff
===================================================================
--- tcl8.6/branches/experimental/debian/patches/manpages.diff 2013-09-23 06:23:27 UTC (rev 1485)
+++ tcl8.6/branches/experimental/debian/patches/manpages.diff 2013-09-24 16:18:01 UTC (rev 1486)
@@ -2,8 +2,8 @@
aren't installed by upstream script but are referenced inside other
manual pages.
---- tcl8.6-8.6.0.orig/unix/installManPage
-+++ tcl8.6-8.6.0/unix/installManPage
+--- tcl8.6-8.6.1.orig/unix/installManPage
++++ tcl8.6-8.6.1/unix/installManPage
@@ -92,12 +92,20 @@
exit 2 ;;
esac
Modified: tcl8.6/branches/experimental/debian/patches/non-linux.diff
===================================================================
--- tcl8.6/branches/experimental/debian/patches/non-linux.diff 2013-09-23 06:23:27 UTC (rev 1485)
+++ tcl8.6/branches/experimental/debian/patches/non-linux.diff 2013-09-24 16:18:01 UTC (rev 1486)
@@ -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.0.orig/unix/configure
-+++ tcl8.6-8.6.0/unix/configure
-@@ -6665,6 +6665,9 @@
+--- tcl8.6-8.6.1.orig/unix/configure
++++ tcl8.6-8.6.1/unix/configure
+@@ -6675,6 +6675,9 @@
if test "`uname -s`" = "AIX" ; then
tcl_cv_sys_version=AIX-`uname -v`.`uname -r`
fi
@@ -13,17 +13,8 @@
fi
fi
-@@ -7577,7 +7580,7 @@
- fi
-
- ;;
-- Linux*)
-+ Linux*|GNU*|NetBSD-Debian)
- SHLIB_CFLAGS="-fPIC"
- SHLIB_SUFFIX=".so"
-
---- tcl8.6-8.6.0.orig/unix/Makefile.in
-+++ tcl8.6-8.6.0/unix/Makefile.in
+--- tcl8.6-8.6.1.orig/unix/Makefile.in
++++ tcl8.6-8.6.1/unix/Makefile.in
@@ -179,6 +179,7 @@
SHLIB_LD = @SHLIB_LD@
SHLIB_CFLAGS = @SHLIB_CFLAGS@ -DBUILD_tcl
@@ -32,9 +23,9 @@
TCL_SHLIB_LD_EXTRAS = @TCL_SHLIB_LD_EXTRAS@
SHLIB_SUFFIX = @SHLIB_SUFFIX@
---- tcl8.6-8.6.0.orig/unix/tcl.m4
-+++ tcl8.6-8.6.0/unix/tcl.m4
-@@ -924,6 +924,9 @@
+--- tcl8.6-8.6.1.orig/unix/tcl.m4
++++ tcl8.6-8.6.1/unix/tcl.m4
+@@ -928,6 +928,9 @@
if test "`uname -s`" = "AIX" ; then
tcl_cv_sys_version=AIX-`uname -v`.`uname -r`
fi
@@ -44,12 +35,3 @@
fi
fi
])
-@@ -1400,7 +1403,7 @@
- ])
- ])
- ;;
-- Linux*)
-+ Linux*|GNU*|NetBSD-Debian)
- SHLIB_CFLAGS="-fPIC"
- SHLIB_SUFFIX=".so"
-
Modified: tcl8.6/branches/experimental/debian/patches/tcllibrary.diff
===================================================================
--- tcl8.6/branches/experimental/debian/patches/tcllibrary.diff 2013-09-23 06:23:27 UTC (rev 1485)
+++ tcl8.6/branches/experimental/debian/patches/tcllibrary.diff 2013-09-24 16:18:01 UTC (rev 1486)
@@ -1,6 +1,6 @@
---- tcl8.6-8.6.0.orig/unix/configure
-+++ tcl8.6-8.6.0/unix/configure
-@@ -19348,7 +19348,7 @@
+--- tcl8.6-8.6.1.orig/unix/configure
++++ tcl8.6-8.6.1/unix/configure
+@@ -19130,7 +19130,7 @@
eval "TCL_LIB_FILE=${TCL_LIB_FILE}"
@@ -9,8 +9,8 @@
PRIVATE_INCLUDE_DIR='$(includedir)'
HTML_DIR='$(DISTDIR)/html'
---- tcl8.6-8.6.0.orig/unix/configure.in
-+++ tcl8.6-8.6.0/unix/configure.in
+--- tcl8.6-8.6.1.orig/unix/configure.in
++++ tcl8.6-8.6.1/unix/configure.in
@@ -790,7 +790,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 2013-09-23 06:23:27 UTC (rev 1485)
+++ tcl8.6/branches/experimental/debian/patches/tclpackagepath.diff 2013-09-24 16:18:01 UTC (rev 1486)
@@ -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.0.orig/unix/configure
-+++ tcl8.6-8.6.0/unix/configure
-@@ -19479,9 +19479,9 @@
+--- tcl8.6-8.6.1.orig/unix/configure
++++ tcl8.6-8.6.1/unix/configure
+@@ -19261,9 +19261,9 @@
test -z "$TCL_MODULE_PATH" && \
TCL_MODULE_PATH="~/Library/Tcl /Library/Tcl /System/Library/Tcl"
elif test "$prefix/lib" != "$libdir"; then
@@ -16,8 +16,8 @@
fi
#--------------------------------------------------------------------
---- tcl8.6-8.6.0.orig/unix/configure.in
-+++ tcl8.6-8.6.0/unix/configure.in
+--- tcl8.6-8.6.1.orig/unix/configure.in
++++ tcl8.6-8.6.1/unix/configure.in
@@ -883,9 +883,9 @@
test -z "$TCL_MODULE_PATH" && \
TCL_MODULE_PATH="~/Library/Tcl /Library/Tcl /System/Library/Tcl"
Modified: tcl8.6/branches/experimental/debian/patches/tclprivate.diff
===================================================================
--- tcl8.6/branches/experimental/debian/patches/tclprivate.diff 2013-09-23 06:23:27 UTC (rev 1485)
+++ tcl8.6/branches/experimental/debian/patches/tclprivate.diff 2013-09-24 16:18:01 UTC (rev 1486)
@@ -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.0.orig/unix/tclConfig.sh.in
-+++ tcl8.6-8.6.0/unix/tclConfig.sh.in
+--- tcl8.6-8.6.1.orig/unix/tclConfig.sh.in
++++ tcl8.6-8.6.1/unix/tclConfig.sh.in
@@ -100,7 +100,7 @@
# String to pass to linker to pick up the Tcl library from its
Modified: tcl8.6/branches/experimental/debian/rules
===================================================================
--- tcl8.6/branches/experimental/debian/rules 2013-09-23 06:23:27 UTC (rev 1485)
+++ tcl8.6/branches/experimental/debian/rules 2013-09-24 16:18:01 UTC (rev 1486)
@@ -120,8 +120,8 @@
dh_shlibdeps -a -ldebian/libtcl$(v)/usr/lib/$(DEB_HOST_MULTIARCH)
get-orig-source:
- wget -O tcl$(v)_$(v).0.orig.tar.gz \
- http://prdownloads.sourceforge.net/tcl/tcl-core$(v).0-src.tar.gz
+ wget -O tcl$(v)_$(v).1.orig.tar.gz \
+ http://prdownloads.sourceforge.net/tcl/tcl-core$(v).1-src.tar.gz
.PHONY: override_dh_auto_clean override_dh_auto_configure override_dh_auto_install \
override_dh_makeshlibs override_dh_shlibdeps get-orig-source
More information about the Pkg-tcltk-commits
mailing list