Re: autoreconf and quilt

2008-10-11 Thread Paul Wise
On Sat, Oct 11, 2008 at 2:16 PM, Sylvain Beucler [EMAIL PROTECTED] wrote: What kind of elegant solution would you recommend? :) debian/rules: clean: ... make maintainer-clean -- bye, pabs http://wiki.debian.org/PaulWise -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a

autoreconf and quilt

2008-10-11 Thread Sylvain Beucler
Hi, (please keep in me Cc:, I'm not on the list) The 'ballz' package (platform/puzzle game) requires a few changes in the build system to avoid using the builtin copy of 'chichan' (GUI toolkit for games) I checked autotools-dev and decided to implement a solution that re-run the autotools

Re: autoreconf and quilt

2008-10-11 Thread Paul Wise
On Sat, Oct 11, 2008 at 3:45 PM, Sylvain Beucler [EMAIL PROTECTED] wrote: - a static patch to go to the 'maintainer-clean' state No, just running 'make maintainer-clean' in the clean rule of debian/rules. - plus using 'autoreconf' in debian/rule Yep. Otherwise they will also be several

Re: autoreconf and quilt

2008-10-11 Thread Sylvain Beucler
Hi, On Sat, Oct 11, 2008 at 02:23:54PM +0800, Paul Wise wrote: On Sat, Oct 11, 2008 at 2:16 PM, Sylvain Beucler [EMAIL PROTECTED] wrote: What kind of elegant solution would you recommend? :) debian/rules: clean: ... make maintainer-clean Do you mean: - a static patch to go

Re: autoreconf and quilt

2008-10-11 Thread David Paleino
On Sat, 11 Oct 2008 13:10:07 +0200, Sylvain Beucler wrote: In this case though, a second build will show changes in the diff outside of debian/ (removed files). No. Removed files don't show up in diff. :) David -- . ''`. Debian maintainer | http://wiki.debian.org/DavidPaleino : :' :

Re: autoreconf and quilt

2008-10-11 Thread Daniel Leidert
Am Samstag, den 11.10.2008, 08:16 +0200 schrieb Sylvain Beucler: The 'ballz' package (platform/puzzle game) requires a few changes in the build system to avoid using the builtin copy of 'chichan' (GUI toolkit for games) Besides your question: You should ask upstream to provide a configure

Re: autoreconf and quilt

2008-10-11 Thread Vincent Danjean
Sylvain Beucler wrote: On Sat, Oct 11, 2008 at 01:36:28PM +0200, David Paleino wrote: On Sat, 11 Oct 2008 13:10:07 +0200, Sylvain Beucler wrote: In this case though, a second build will show changes in the diff outside of debian/ (removed files). No. Removed files don't show up in diff. :)

Re: autoreconf and quilt

2008-10-11 Thread Sylvain Beucler
On Sat, Oct 11, 2008 at 02:00:13PM +0200, Daniel Leidert wrote: Am Samstag, den 11.10.2008, 08:16 +0200 schrieb Sylvain Beucler: The 'ballz' package (platform/puzzle game) requires a few changes in the build system to avoid using the builtin copy of 'chichan' (GUI toolkit for games)

Re: autoreconf and quilt

2008-10-11 Thread Michael Banck
On Sat, Oct 11, 2008 at 01:10:07PM +0200, Sylvain Beucler wrote: In this case though, a second build will show changes in the diff outside of debian/ (removed files). Did you even try that? dpkg-buildpackage -S ignores removed files for the .diff.gz. Michael -- To UNSUBSCRIBE, email to

Re: autoreconf and quilt

2008-10-11 Thread Sylvain Beucler
On Sat, Oct 11, 2008 at 03:56:16PM +0800, Paul Wise wrote: On Sat, Oct 11, 2008 at 3:45 PM, Sylvain Beucler [EMAIL PROTECTED] wrote: - a static patch to go to the 'maintainer-clean' state No, just running 'make maintainer-clean' in the clean rule of debian/rules. - plus using

Re: autoreconf and quilt

2008-10-11 Thread Sylvain Beucler
On Sat, Oct 11, 2008 at 01:36:28PM +0200, David Paleino wrote: On Sat, 11 Oct 2008 13:10:07 +0200, Sylvain Beucler wrote: In this case though, a second build will show changes in the diff outside of debian/ (removed files). No. Removed files don't show up in diff. :) Ah, my bad. They

Re: autoreconf and quilt

2008-10-11 Thread Julien Cristau
On Sat, Oct 11, 2008 at 08:16:35 +0200, Sylvain Beucler wrote: What kind of elegant solution would you recommend? :) remove all the generated files in debian/rules clean. Cheers, Julien -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Re: autoreconf and quilt

2008-10-11 Thread Sylvain Beucler
On Sat, Oct 11, 2008 at 02:35:20PM +0200, Vincent Danjean wrote: Sylvain Beucler wrote: On Sat, Oct 11, 2008 at 01:36:28PM +0200, David Paleino wrote: On Sat, 11 Oct 2008 13:10:07 +0200, Sylvain Beucler wrote: In this case though, a second build will show changes in the diff outside of

Re: autoreconf and quilt

2008-10-11 Thread Ben Finney
Paul Wise [EMAIL PROTECTED] writes: On Sat, Oct 11, 2008 at 2:16 PM, Sylvain Beucler [EMAIL PROTECTED] wrote: What kind of elegant solution would you recommend? :) debian/rules: clean: ... make maintainer-clean Note that, by the GNU Make documentation, you should invoke