[tcl-signal] 01/01: Use libtclstubs to be independent of the Tcl version

Ole Streicher olebole at moszumanska.debian.org
Wed Jun 1 19:23:36 UTC 2016


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

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

commit 8445bae6ec782014e9a0d65155abaffa49dc5a95
Author: Ole Streicher <olebole at debian.org>
Date:   Wed Jun 1 21:23:30 2016 +0200

    Use libtclstubs to be independent of the Tcl version
---
 debian/changelog               |  6 ++++++
 debian/patches/series          |  1 +
 debian/patches/use_stubs.patch | 24 ++++++++++++++++++++++++
 3 files changed, 31 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4e472ff..795b7c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tcl-signal (1.4-4) UNRELEASED; urgency=low
+
+  * Use libtclstubs to be independent of the Tcl version
+
+ -- Ole Streicher <olebole at debian.org>  Wed, 01 Jun 2016 21:23:01 +0200
+
 tcl-signal (1.4-3) unstable; urgency=low
 
   * Update maintainers e-mail address
diff --git a/debian/patches/series b/debian/patches/series
index 0568623..b0152e0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 fix-install-path.patch
 update_examples.patch
 propagate_cflags.patch
+use_stubs.patch
diff --git a/debian/patches/use_stubs.patch b/debian/patches/use_stubs.patch
new file mode 100644
index 0000000..bcdb858
--- /dev/null
+++ b/debian/patches/use_stubs.patch
@@ -0,0 +1,24 @@
+Author: Ole Streicher <olebole at debian.org>
+Description: Use libtclstubs to be independent of the Tcl version
+--- a/configure.in
++++ b/configure.in
+@@ -61,7 +61,7 @@
+ AC_SUBST(TCL_DL_LIBS)
+ AC_SUBST(TCL_LD_FLAGS)
+ AC_SUBST(TCL_LD_SEARCH_FLAGS)
+-AC_SUBST(TCL_LIB_SPEC)
++AC_SUBST(TCL_STUB_LIB_SPEC)
+ AC_SUBST(TCL_PACKAGE_PATH)
+ AC_SUBST(TCL_SHLIB_CFLAGS)
+ AC_SUBST(TCL_SHLIB_LD_LIBS)
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -4,7 +4,7 @@
+ INSTDIR=${DESTDIR}@TCL_EXEC_PREFIX@/lib/tcltk/${DEB_HOST_MULTIARCH}/signal
+ signal at TCL_SHLIB_SUFFIX@: signal_ext.c
+ 	$(CC) $(CPPFLAGS) $(CFLAGS) -c signal_ext.c
+-	$(LD) $(LDFLAGS) signal_ext.o -o signal at TCL_SHLIB_SUFFIX@ @TCL_LIB_SPEC@ @TCL_LIBS@
++	$(LD) $(LDFLAGS) signal_ext.o -o signal at TCL_SHLIB_SUFFIX@ @TCL_STUB_LIB_SPEC@ @TCL_LIBS@
+ 	-rm -f signal_ext.o
+ install:
+ 	-mkdir -p ${INSTDIR}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-tcltk/packages/tcl-signal.git



More information about the debian-science-commits mailing list