> So, what's wrong with this picture? Should I build-depend on bison and > generate the file in the build target, or should I modify the makefile > to not delete the generated file? Both seem ugly to me. Is there > something else I should do?
Since dpkg-buildpackage will call debian/rules clean, which should
call ${MAKE} distclean, which will delete the file anyway, I'd suggest
build-depending on bison, and making sure upstream releases a correct
tarball next time.
pgpETnYAnDnYl.pgp
Description: PGP signature

