* Pawel Wiecek <[EMAIL PROTECTED]> [20080414 20:36]: > On Apr 14, 2:52pm, Michael Prokop wrote:
> > > Yes, it's in the work. It will not be released until I manage to work > > > around > > > #465511. > > Ok, I *might* have a fix for this issue - I'll test it and report to > > you. > It'd be nice. Apparently the problem is that distclean works weirdly, > configure gets called for every directory and also it changes contents of some > files. If you have a concept of fixing this it would be extremely great. See attached patch. > > Ok. :) Is there anything I can do for you beside #465511? > Let me see. > #459956 is probably fixed upstream (I didn't check yet). > #413707 and #333413 are probably trivial. > #343087 and #381783 might need some investigations, I guess. Ok, are you checking those? I'm quite busy in the next few days but I'll follow your hg repository. If you need assistance at any of those bugs please let me know. > In general #465511 a showstopper here. Should be fixed now. :) > > Do you have any preliminary packages for 1.5 already or should I > > base an updated package for 1.5 on the last available Debian-package? > There's a preliminary version of 1.5a88 (which I'll probably update to > 1.5final today) at http://hg.svartech.com/star/. Great. The attached patch applies fine on current hg head (ab0604ab763f). regards, -mika-
diff -r ab0604ab763f RULES/rules1.top --- a/RULES/rules1.top Mon Apr 14 20:34:02 2008 +0200 +++ b/RULES/rules1.top Mon Apr 14 23:07:14 2008 +0200 @@ -1,4 +1,4 @@ -#ident "@(#)rules1.top 1.39 07/05/06 " +#ident "@(#)rules1.top 1.41 08/03/18 " ########################################################################### # Written 1996 by J. Schilling ########################################################################### @@ -231,6 +231,16 @@ PARCH= $(__PARCH:$(_UNIQ)%=%) # See notes about $(SRCROOT)/ vs. $(SRCROOTSL) above. # ########################################################################### +include $(SRCROOT)/$(RULESDIR)/rules.prg + +$(SRCROOTSL)incs: + $(MKDIR_SH) -p $@ + +$(SRCROOTSL)incs/Dnull: $(SRCROOTSL)incs + @echo > $@ + +include $(SRCROOTSL)incs/Dnull + _DCC= $(SRCROOTSL)incs/Dcc.$(PARCH)$(-O_ARCH) $(_DCC): diff -r ab0604ab763f debian/rules --- a/debian/rules Mon Apr 14 20:34:02 2008 +0200 +++ b/debian/rules Mon Apr 14 23:07:14 2008 +0200 @@ -32,7 +32,7 @@ clean: rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. - $(MAKE) distclean + ./.clean dh_clean
signature.asc
Description: Digital signature