Bug#615759: oval-interpreter: diff for NMU version 5.7.2-1.1

2011-07-11 Thread Pavel Vinogradov
I've prepared an NMU for oval-interpreter (versioned as 5.7.2-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

NMU is good for me, no additional delay needed.
Thanks for you patch.

-- 
Pavel Vinogradov
NixDev.Net, Open Source Developer



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#615759: oval-interpreter: diff for NMU version 5.7.2-1.1

2011-07-06 Thread Stefano Rivera
tags 615759 + pending
thanks

Dear maintainer,

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

Regards.
diff -u oval-interpreter-5.7.2/debian/changelog oval-interpreter-5.7.2/debian/changelog
--- oval-interpreter-5.7.2/debian/changelog
+++ oval-interpreter-5.7.2/debian/changelog
@@ -1,3 +1,11 @@
+oval-interpreter (5.7.2-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * fix-no-add-needed-build.patch: Fix build with ld --no-add-needed
+(Closes: #615759, LP: #756041). Thanks Julian Taylor for the patch.
+
+ -- Stefano Rivera stefa...@debian.org  Wed, 06 Jul 2011 23:53:50 +0200
+
 oval-interpreter (5.7.2-1) unstable; urgency=low
 
   * New upstream release
diff -u oval-interpreter-5.7.2/debian/patches/series oval-interpreter-5.7.2/debian/patches/series
--- oval-interpreter-5.7.2/debian/patches/series
+++ oval-interpreter-5.7.2/debian/patches/series
@@ -4,0 +5 @@
+fix-no-add-needed-build.patch
only in patch2:
unchanged:
--- oval-interpreter-5.7.2.orig/debian/patches/fix-no-add-needed-build.patch
+++ oval-interpreter-5.7.2/debian/patches/fix-no-add-needed-build.patch
@@ -0,0 +1,16 @@
+Description: fix build with ld --no-add-needed
+ requires explicit link against liblber
+Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/oval-interpreter/+bug/756041
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615759
+Author: Julian Taylor jtaylor.deb...@googlemail.com
+--- a/project/linux/Makefile
 b/project/linux/Makefile
+@@ -56,7 +56,7 @@
+ LIBDIR = -L/usr/local/lib -L/usr/lib
+ 
+ # What libraries do we need?
+-LIBS = -lxerces-c -lxalan-c -lpcre -lpopt -lgcrypt -lldap
++LIBS = -lxerces-c -lxalan-c -lpcre -lpopt -lgcrypt -lldap -llber
+ 
+ # Determine what platform the source is being build on
+ PLATFORM = $(shell uname | tr '[a-z]' '[A-Z]')