tags 625064 + pending tags 633335 + patch tags 633335 + pending thanks Dear maintainer,
I've prepared an NMU for zziplib (versioned as 0.13.56-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key ID: 0x8649AA06 : :' : Debian GNU/Linux user, admin, & developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe `- NP: Led Zeppelin: Communication Breakdown
diff -u zziplib-0.13.56/debian/changelog zziplib-0.13.56/debian/changelog --- zziplib-0.13.56/debian/changelog +++ zziplib-0.13.56/debian/changelog @@ -1,3 +1,14 @@ +zziplib (0.13.56-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix "FTBFS: x86_64-linux-gnu-gcc: error: unrecognized option + '--export-dynamic'": apply patch from Ubuntu / Matthias Klose: + - Pass correct linker option. LP: #832895. Closes: #625064. + * Fix "Emptying dependency_libs in .la files": use recipe provided by Neil + Williams in the bug report. Closes: #633335 + + -- gregor herrmann <[email protected]> Thu, 06 Oct 2011 20:07:37 +0200 + zziplib (0.13.56-1) unstable; urgency=low * New Upstream Version diff -u zziplib-0.13.56/debian/rules zziplib-0.13.56/debian/rules --- zziplib-0.13.56/debian/rules +++ zziplib-0.13.56/debian/rules @@ -74,6 +74,9 @@ # Move all files in their corresponding package dh_install --list-missing -s --sourcedir=debian/tmp + # empty dependency_libs in .la files + sed -i "/dependency_libs/ s/'.*'/''/" `find debian/ -name '*.la'` + cd $(CURDIR)/debian/libzzip-dev/usr/share/man/ \ && tar xf $(CURDIR)/docs/zziplib-manpages.tar only in patch2: unchanged: --- zziplib-0.13.56.orig/configure +++ zziplib-0.13.56/configure @@ -16179,7 +16179,7 @@ if ".$can_build_shared" = .no then ZZIPLIB_LDFLAGS="" - else ZZIPLIB_LDFLAGS="--export-dynamic" + else ZZIPLIB_LDFLAGS="-Wl,--export-dynamic" fi RESOLVES=' # ' ;; only in patch2: unchanged: --- zziplib-0.13.56.orig/configure.ac +++ zziplib-0.13.56/configure.ac @@ -288,7 +288,7 @@ if ".$can_build_shared" = .no then ZZIPLIB_LDFLAGS="" - else ZZIPLIB_LDFLAGS="--export-dynamic" + else ZZIPLIB_LDFLAGS="-Wl,--export-dynamic" fi RESOLVES=' # ' ;;
signature.asc
Description: Digital signature

