Bug#724186: frei0r: fix for new automake

2013-10-15 Thread Cyril Brulebois
Control: tag -1 pending Rebecca N. Palmer (2013-10-11): > The only change _required_ now is adding -i to autoreconf (in > debian/rules) Confirmed here, and that's what I implemented in the NMU I've just uploaded (Jonas said on IRC he would welcome an upload), for which you'll find the diff attac

Processed: Re: Bug#724186: frei0r: fix for new automake

2013-10-15 Thread Debian Bug Tracking System
Processing control commands: > tag -1 pending Bug #724186 [src:frei0r] frei0r: FTBFS: configure.ac:12: error: required file './compile' not found Added tag(s) pending. -- 724186: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724186 Debian Bug Tracking System Contact ow...@bugs.debian.org wit

Bug#724186: frei0r: fix for new automake

2013-10-11 Thread Rebecca N. Palmer
The only change _required_ now is adding -i to autoreconf (in debian/rules), but it seemed a good idea to also fix the deprecation warnings (copied below) before they become errors in a future version. configure.ac:8: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. F

Bug#724186: frei0r: fix for new automake

2013-10-10 Thread Reinhard Tartler
Hi Rebecca, Thank you for your patch. I've looked at it, but I am not sure if I really understand it. Can you please elaborate what the problem is, and how your patch are fixing it? Does the build really break without the option "subdir-objects"? I'm surprised to see such a substantial change in

Bug#724186: frei0r: fix for new automake

2013-10-10 Thread Rebecca N. Palmer
Control: tags 724186 patch This appears to be caused by the default Automake being upgraded to 1.14, and should be fixed by the attached patch. Fix build with automake1.14 (#724186) $ diff -up debian/rules_orig debian/rules --- debian/rules_orig 2013-10-10 19:04:50.764234000 +0100 +++ debian/rul