On 15/07/10 08:26, Jonas Smedegaard wrote: > On Thu, Jul 15, 2010 at 10:20:51AM +0000, > adiknoth-gu...@users.alioth.debian.org wrote: >> Force regeneration of configure from configure.ac > >> +post-patches:: >> + autoreconf -fi > > Beware that above only ensures the autoreconf rule gets invoked after > post-patches, not that it gets invoked before other later rules, which > most likely you should ensure too. > > Also, above does not maintain build-dependencies on autotools. > > And it does not preserve the old autobuilt files so "debuild clean" > won't properly clean (i.e. git will complain if building in git). > > Have a look at sugar-toolkit-0.88 for a packaging example handling > autoreconf using CDBS, or kannel-sqlbox for a packaging example also > properly cleaning up after itself.
I object to the approach in sugar-toolkit-0.88. It is overly complicated. I think making use of dpkg-source is better: just remove the files on clean, and dpkg-source will ignore them. The kannel-sqlbox approach is better: moving files out of the way pre-build and restore them on clean (which is what we do in csound too). -- Saludos, Felipe Sateler
signature.asc
Description: OpenPGP digital signature
_______________________________________________ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers