As with slang in #316525, newt needs to include a symbol map file in its
pic package. I've attached a patch fixing both issues reported in this
bug report.

-- 
see shy jo
diff -u newt-0.52.2/debian/patches/310_libfixes.patch newt-0.52.2/debian/patches/310_libfixes.patch
--- newt-0.52.2/debian/patches/310_libfixes.patch
+++ newt-0.52.2/debian/patches/310_libfixes.patch
@@ -5,7 +5,7 @@
 -LIBS = -lslang -lm -ldl #-lefence
 -SHLIBS = -lslang -lm -dl -lc  
 +LIBS = -lslang -ldl 
-+SHLIBS = -lslang 
++SHLIBS = -lslang -ldl
  LIBTCL = -ltcl8.4
  
  [EMAIL PROTECTED]@
diff -u newt-0.52.2/debian/rules newt-0.52.2/debian/rules
--- newt-0.52.2/debian/rules
+++ newt-0.52.2/debian/rules
@@ -128,6 +128,7 @@
 	dh_testroot 
 	dh_installdirs -p $@
 	dh_install -p $@ --sourcedir=$(BUILD_TREE)
+	cp $(BUILD_TREE)/newt*.ver debian/libnewt-pic/usr/lib/libnewt_pic.map
 	dh_strip -p $@
 	dh_makeshlibs -p $@
 	dh_installdocs -p $@  -p $@ $(BUILD_TREE)/newt.spec
diff -u newt-0.52.2/debian/changelog newt-0.52.2/debian/changelog
--- newt-0.52.2/debian/changelog
+++ newt-0.52.2/debian/changelog
@@ -1,3 +1,12 @@
+newt (0.52.2-11.1) unstable; urgency=medium
+
+  * NMU
+  * Fix bidi patch to link libnewt with -ldl.
+  * Include map file in the pic package.
+  * Closes: #443248
+
+ -- Joey Hess <[EMAIL PROTECTED]>  Wed, 19 Sep 2007 17:06:40 -0400
+
 newt (0.52.2-11) unstable; urgency=low
 
   * Patch from Matthias Klose to deal with changed dpkg-architecure 

Attachment: signature.asc
Description: Digital signature

Reply via email to