tags 615696 + pending thanks Dear maintainer,
I've prepared an NMU for barada-pam (versioned as 0.5-3.1) and uploaded it to DELAYED/10. Please feel free to tell me if I should delay it longer. Regards. diff -Nru barada-pam-0.5/debian/changelog barada-pam-0.5/debian/changelog --- barada-pam-0.5/debian/changelog 2012-02-13 07:22:44.000000000 +0000 +++ barada-pam-0.5/debian/changelog 2012-05-31 18:55:25.000000000 +0100 @@ -1,3 +1,11 @@ +barada-pam (0.5-3.1) unstable; urgency=low + + * Non-maintainer upload. + * Update patch to really fix FTBFS with gold or ld --no-add-needed + (Closes: #615696) + + -- Dmitrijs Ledkovs <x...@debian.org> Thu, 31 May 2012 18:54:17 +0100 + barada-pam (0.5-3) unstable; urgency=low * debian/rules: add build-{arch,indep} targets diff -Nru barada-pam-0.5/debian/patches/fix_615696 barada-pam-0.5/debian/patches/fix_615696 --- barada-pam-0.5/debian/patches/fix_615696 2011-05-26 05:53:11.000000000 +0100 +++ barada-pam-0.5/debian/patches/fix_615696 2012-05-31 18:53:37.000000000 +0100 @@ -1,32 +1,40 @@ ---- a/Makefile.am -+++ b/Makefile.am -@@ -8,7 +8,7 @@ +Description: explicitly link with boost_system and boost_filesystem + to fix a FTBFS +Author: Andreas Moog <am...@ubuntu.com>, Dmitrijs Ledkovs <dmitrij.led...@ubuntu.com> +Bug-Ubuntu: https://bugs.launchpad.net/bugs/765927 +Bug-Debian: http://bugs.debian.org/615696 + +Index: barada-pam/Makefile.am +=================================================================== +--- barada-pam.orig/Makefile.am 2011-05-28 17:05:27.364231843 +0200 ++++ barada-pam/Makefile.am 2011-05-28 17:05:05.345349346 +0200 +@@ -10,6 +10,8 @@ - barada_add_SOURCES = barada-add.cpp HOTPCredentials.cpp Util.cpp - --barada_add_LDFLAGS = $(BOOST_FILESYSTEM) -+barada_add_LDFLAGS = $(BOOST_FILESYSTEM) -lboost_system + barada_add_LDFLAGS = $(BOOST_FILESYSTEM) ++LIBS += $(BOOST_FILESYSTEM) -lboost_system ++ pam_barada_sodir = /lib/security/ -@@ -16,6 +16,6 @@ - - pam_barada_so_SOURCES = HOTP.cpp HOTPCredentials.cpp HOTPWindow.cpp pam_barada.cpp Util.cpp + pam_barada_so_PROGRAMS = pam_barada.so +@@ -18,4 +20,4 @@ --pam_barada_so_LDFLAGS = -shared -+pam_barada_so_LDFLAGS = -shared -lboost_system + pam_barada_so_LDFLAGS = -shared -HexTest_SOURCES = HexTest.cpp Util.cpp \ No newline at end of file +HexTest_SOURCES = HexTest.cpp Util.cpp ---- a/Makefile.in -+++ b/Makefile.in -@@ -125,7 +125,7 @@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ +Index: barada-pam/Makefile.in +=================================================================== +--- barada-pam.orig/Makefile.in 2011-05-28 17:05:27.434228322 +0200 ++++ barada-pam/Makefile.in 2011-05-28 17:05:24.674367340 +0200 +@@ -127,7 +127,7 @@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ --LDFLAGS = @LDFLAGS@ -+LDFLAGS = @LDFLAGS@ -lboost_system + LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ - LIBS = @LIBS@ +-LIBS = @LIBS@ ++LIBS = @LIBS@ $(BOOST_FILESYSTEM) -lboost_system LTLIBOBJS = @LTLIBOBJS@ + MAKEINFO = @MAKEINFO@ + MKDIR_P = @MKDIR_P@ + -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/debian-bugs-rc