tags 618094 + patch
tags 618094 + pending
thanks

Dear maintainer,

I've prepared an NMU for newt (versioned as 0.52.11-2.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer.

--
Jakub Wilk
diffstat for newt_0.52.11-2 newt_0.52.11-2.1

 changelog                |    8 ++++++++
 patches/020_bidi.patch   |    9 +++++++++
 patches/030_tcl8.5.patch |    2 +-
 3 files changed, 18 insertions(+), 1 deletion(-)

diff -u newt-0.52.11/debian/changelog newt-0.52.11/debian/changelog
--- newt-0.52.11/debian/changelog
+++ newt-0.52.11/debian/changelog
@@ -1,3 +1,11 @@
+newt (0.52.11-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Link to libdl explicitly (our BiDi patch uses its symbols).
+    Closes: #618094.
+
+ -- Jakub Wilk <jw...@debian.org>  Fri, 24 Jun 2011 14:02:29 +0200
+
 newt (0.52.11-2) unstable; urgency=low
 
   * Icelandic translation thanks to  Sveinn Ă­ Felli. Closes: #3600258, #592828. 
diff -u newt-0.52.11/debian/patches/020_bidi.patch newt-0.52.11/debian/patches/020_bidi.patch
--- newt-0.52.11/debian/patches/020_bidi.patch
+++ newt-0.52.11/debian/patches/020_bidi.patch
@@ -2160,0 +2161,9 @@
+diff -ruN newt-0.52.11-old/Makefile.in newt-0.52.11/Makefile.in
+--- newt-0.52.11-old/Makefile.in	2011-06-24 13:12:48.166848832 +0200
++++ newt-0.52.11/Makefile.in	2011-06-24 13:11:46.870848778 +0200
+@@ -1,4 +1,4 @@
+-LIBS = -lslang
++LIBS = -lslang -ldl
+ LIBTCL = -ltcl8.4
+ 
+ CC = @CC@
diff -u newt-0.52.11/debian/patches/030_tcl8.5.patch newt-0.52.11/debian/patches/030_tcl8.5.patch
--- newt-0.52.11/debian/patches/030_tcl8.5.patch
+++ newt-0.52.11/debian/patches/030_tcl8.5.patch
@@ -2,7 +2,7 @@
 --- newt-0.52.11-old/Makefile.in	2009-04-20 21:44:14.000000000 +0100
 +++ newt-0.52.11/Makefile.in	2009-04-20 21:49:26.000000000 +0100
 @@ -1,10 +1,10 @@
- LIBS = -lslang
+ LIBS = -lslang -ldl
 -LIBTCL = -ltcl8.4
 +LIBTCL = -ltcl8.5
  

Reply via email to