> On Fri, October 07, 2011, Rodolfo kix Garcia wrote: >> is possible to change >> >> # Don't store changes on autogenerated files >> 2 extend-diff-ignore = >> "(^|/)(config\.sub|config\.guess|Makefile|configure|Makefile\.in)$" >> >> for >> >> # Don't store changes on autogenerated files >> 2 extend-diff-ignore = >> "(^|/)(config\.sub|config\.guess|Makefile|configure|Makefile\.in|wconfig.h.in)$" >> >> in debian/source/options? > > This helps a bit, but not entirely: > > | dpkg-source --before-build wmaker-next > | dpkg-source: info: using options from > | wmaker-next/debian/source/options: > --extend-diff-ignore=(^|/)(config\.sub|config\.guess|Makefile|configure|Makefile\.in|wconfig.h.in)$ > | dpkg-source: warning: patches have not been applied, applying > | them now (use --no-preparation to override) > | dpkg-source: info: applying 50_def_config_paths.diff > | dpkg-source: info: applying 51_wmaker_man.diff > | dpkg-source: info: applying 52_libwmaker0dev.diff > | dpkg-source: error: expected [ +-] at start of line 17 of diff > `wmaker-next/debian/patches/52_libwmaker0dev.diff' > | dpkg-buildpackage: error: dpkg-source --before-build wmaker-next gave > error exit status 9 >
[snip] Hi Martin, we found the problem. Patches must start every line with [ +-] (space, plus, minus), but some lines in the debian/patches/52_libwmaker0dev.diff do not start with space (starts with tab, but the space was removed). I checked the 0001-wmlib...patch and the lines are included, but in the source are removed. Please, try to return the line in debian/source/options to the git status (without wmconfig.h.in) and try to apply the patch attached to try if now is possible to compile the source. Many many thanks! :-) Bests, kix -- Rodolfo GarcĂa AKA kix http://www.kix.es/ EA4ERH (@IN80ER)
0001-debian-Problems-with-spaces-to-build.patch.gz
Description: GNU Zip compressed data
