Re: debhelper package and excluding config.guess config.sub from diff

2008-10-22 Thread Evgeni Golov
On Wed, 22 Oct 2008 09:26:39 +0200 Michal Čihař wrote: > Delete files in clean target and copy them in place in build target. s/build/configure/ :) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: debhelper package and excluding config.guess config.sub from diff

2008-10-22 Thread Michal Čihař
Hi Dne Wed, 22 Oct 2008 10:22:31 +0300 Jari Aalto <[EMAIL PROTECTED]> napsal(a): > [Please keep CC] > > The debian/rules copy the recent config.* files: > > clean: unpatch > dh_testdir > dh_testroot > rm -f build-stamp > > # Add here commands

debhelper package and excluding config.guess config.sub from diff

2008-10-22 Thread Jari Aalto
[Please keep CC] The debian/rules copy the recent config.* files: clean: unpatch dh_testdir dh_testroot rm -f build-stamp # Add here commands to clean up after the build process. [ ! -f $(MAKE) ] || $(MAKE) distclean ifneq "$(wi