tags 556495 patch
tags 610237 patch
thanks

Hello,

find attached a bugfix for both of these issues.

cu andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'
diff -u tntnet-1.6.3/debian/tntnet-runtime.install tntnet-1.6.3/debian/tntnet-runtime.install
--- tntnet-1.6.3/debian/tntnet-runtime.install
+++ tntnet-1.6.3/debian/tntnet-runtime.install
@@ -1 +1 @@
-debian/tmp/usr/lib/tntnet/tntnet.*	usr/lib/tntnet
+debian/tmp/usr/lib/tntnet/tntnet.so*	usr/lib/tntnet
diff -u tntnet-1.6.3/debian/changelog tntnet-1.6.3/debian/changelog
--- tntnet-1.6.3/debian/changelog
+++ tntnet-1.6.3/debian/changelog
@@ -1,3 +1,13 @@
+tntnet (1.6.3-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * [debian/patches/ftbfs_gold.diff] Fix FTBFS with
+    --no-copy-dt-needed-entries. Closes: #556495
+  * Stop shipping libtool la files in binary packages. Closes: #610237
+    http://wiki.debian.org/ReleaseGoals/LAFileRemoval
+
+ -- Andreas Metzler <ametz...@debian.org>  Sun, 03 Apr 2011 18:58:53 +0200
+
 tntnet (1.6.3-4) unstable; urgency=low
 
   * Call "pkg-config gnutls" to get correct flags. (Closes: #529848)
diff -u tntnet-1.6.3/debian/libtntnet-dev.install tntnet-1.6.3/debian/libtntnet-dev.install
--- tntnet-1.6.3/debian/libtntnet-dev.install
+++ tntnet-1.6.3/debian/libtntnet-dev.install
@@ -1,7 +1,6 @@
 debian/tmp/usr/bin/ecpp*		usr/bin
 debian/tmp/usr/bin/tntnet-config	usr/bin
 debian/tmp/usr/lib/*.so			usr/lib
-debian/tmp/usr/lib/*.la			usr/lib
 debian/tmp/usr/include/			usr
 debian/tmp/usr/share/man/man1/		usr/share/man/
 debian/tmp/usr/share/man/man7/ecpp*	usr/share/man/man7/
diff -u tntnet-1.6.3/debian/patches/series tntnet-1.6.3/debian/patches/series
--- tntnet-1.6.3/debian/patches/series
+++ tntnet-1.6.3/debian/patches/series
@@ -5,0 +6 @@
+ftbfs_gold.diff
only in patch2:
unchanged:
--- tntnet-1.6.3.orig/debian/patches/ftbfs_gold.diff
+++ tntnet-1.6.3/debian/patches/ftbfs_gold.diff
@@ -0,0 +1,22 @@
+--- tntnet-1.6.3.orig/framework/runtime/Makefile.am
++++ tntnet-1.6.3/framework/runtime/Makefile.am
+@@ -6,7 +6,7 @@
+ 	tnt/process.h
+ 
+ tntnet_LDFLAGS = $(PTHREAD_LIBS)
+-tntnet_LDADD = $(top_builddir)/framework/common/libtntnet.la
++tntnet_LDADD = $(top_builddir)/framework/common/libtntnet.la -lcxxtools
+ tntnet_CXXFLAGS=-DTNTNET_CONF=\"@sysconfdir@/tntnet/tntnet.conf\" -DTNTNET_PID=\"@localstatedir@/tntnet.pid\"
+ AM_CXXFLAGS=$(PTHREAD_CFLAGS)
+ 
+--- tntnet-1.6.3.orig/sdk/tools/ecppc/Makefile.am
++++ tntnet-1.6.3/sdk/tools/ecppc/Makefile.am
+@@ -20,7 +20,7 @@
+ 	tnt/ecppc/subcomponent.h \
+ 	tnt/ecppc/variable.h
+ 
+-ecppc_LDADD = $(top_builddir)/framework/common/libtntnet.la $(top_builddir)/sdk/tools/common/libtntnet_sdk.la
++ecppc_LDADD = $(top_builddir)/framework/common/libtntnet.la $(top_builddir)/sdk/tools/common/libtntnet_sdk.la -lz
+ 
+ AM_CPPFLAGS = -I$(top_builddir)/sdk/tools/common
+ AM_CXXFLAGS = $(PTHREAD_CFLAGS)

Reply via email to