[Debian-astro-commits] [tcl-fitstcl] 01/03: Use libtclstub to be independent of the Tcl version

Ole Streicher olebole at moszumanska.debian.org
Wed Jun 1 20:21:14 UTC 2016


This is an automated email from the git hooks/post-receive script.

olebole pushed a commit to branch debian
in repository tcl-fitstcl.

commit 461f67f517eb4efb651f023ea50a06f48fe02762
Author: Ole Streicher <olebole at debian.org>
Date:   Wed Jun 1 22:18:40 2016 +0200

    Use libtclstub to be independent of the Tcl version
---
 debian/changelog                        | 6 ++++++
 debian/patches/use_shared_cfitsio.patch | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 262bdf5..1afdc5b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tcl-fitstcl (2.4-3) UNRELEASED; urgency=low
+
+  * Use libtclstub to be independent of the Tcl version
+
+ -- Ole Streicher <olebole at debian.org>  Wed, 01 Jun 2016 22:16:46 +0200
+
 tcl-fitstcl (2.4-2) unstable; urgency=low
 
   * Convert to multiarch
diff --git a/debian/patches/use_shared_cfitsio.patch b/debian/patches/use_shared_cfitsio.patch
index 78a51b3..1417b1a 100644
--- a/debian/patches/use_shared_cfitsio.patch
+++ b/debian/patches/use_shared_cfitsio.patch
@@ -40,7 +40,7 @@ Description: Remove the need of a private cfitsio source copy
  		echo "${SHLIB_LD} ${LD_FLAGS} ${SHARED_OBJ} ${SHLIB_LD_LIBS} -o ${SHARED_LIB}"; \
  		${SHLIB_LD} ${LD_FLAGS} ${SHARED_OBJ} ${SHLIB_LD_LIBS} \
 -			-o ${SHARED_LIB}; \
-+			-ltcl -lwcs -lcfitsio -o ${SHARED_LIB}; \
++			-ltclstub -lwcs -lcfitsio -o ${SHARED_LIB}; \
  	else \
  		echo "${SHLIB_LD} ${LD_FLAGS} ${SHARED_OBJ} ${SHLIB_LD_LIBS} -L${TCL_LIB_PATH} -l${TCL_LIB} -o ${SHARED_LIB}"; \
  		${SHLIB_LD} ${LD_FLAGS} ${SHARED_OBJ} ${SHLIB_LD_LIBS} \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/tcl-fitstcl.git



More information about the Debian-astro-commits mailing list