tags 679761 + patch tags 679761 + pending thanks Dear maintainer,
I've prepared an NMU for olsrd (versioned as 0.6.3-3.1) and will upload it to DELAYED/2 as soon I am in reach of my key (which will be tonight CEST). Please feel free to tell me if I should delay it longer. Regards. Evgeni Golov diff -Nru olsrd-0.6.3/debian/changelog olsrd-0.6.3/debian/changelog --- olsrd-0.6.3/debian/changelog 2012-06-30 16:00:52.000000000 +0200 +++ olsrd-0.6.3/debian/changelog 2012-07-06 10:20:17.000000000 +0200 @@ -1,3 +1,11 @@ +olsrd (0.6.3-3.1) unstable; urgency=low + + * Non-maintainer upload. + * Drop OS=linux from the make call, fixing FTBFS on !linux + Closes: #679761 + + -- Evgeni Golov <[email protected]> Fri, 06 Jul 2012 10:19:48 +0200 + olsrd (0.6.3-3) unstable; urgency=low * update broken jsoninfo plugin with patches from upstream git diff -Nru olsrd-0.6.3/debian/rules olsrd-0.6.3/debian/rules --- olsrd-0.6.3/debian/rules 2012-06-28 00:26:51.000000000 +0200 +++ olsrd-0.6.3/debian/rules 2012-07-06 10:19:47.000000000 +0200 @@ -7,7 +7,7 @@ dh $@ override_dh_auto_build: - $(MAKE) OS=linux DEBUG=0 build_all + $(MAKE) DEBUG=0 build_all $(MAKE) -C gui/linux-gtk $(MAKE) -C src/olsr_switch -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

