On Fri, Nov  4, 2005 at 17:15:30 +0000, X Strike Force SVN Repository Admin 
wrote:

> Author: dnusinow
> Date: 2005-11-04 17:15:28 -0500 (Fri, 04 Nov 2005)
> New Revision: 839
> 
> Modified:
>    trunk/xsfbs/xsfbs.mk
> Log:
> Fix up xsfbs make-orig-tar-gz to properly hack off the epoch
> 
> Modified: trunk/xsfbs/xsfbs.mk
> ===================================================================
> --- trunk/xsfbs/xsfbs.mk      2005-11-04 05:18:02 UTC (rev 838)
> +++ trunk/xsfbs/xsfbs.mk      2005-11-04 22:15:28 UTC (rev 839)
> @@ -43,6 +46,9 @@
>  # version number.  Anything else indicates an unofficial build.
>  OFFICIAL_BUILD:=$(shell VERSION=$(SOURCE_VERSION); if ! expr "$$(echo 
> $${VERSION\#\#*-} | sed 's/\(woody\|sarge\)//g')" : ".*[^0-9.].*" >/dev/null 
> 2>&1; then echo yes; fi)
>  
> +# Figure out where we're building the package for make-orig-tar-gz target
> +CURDIR:=$(shell basename `pwd`)
> +

This change breaks the 'install' target, because it doesn't install in
the topdir debian/tmp now, since CURDIR is a relative path.

Cheers,
Julien


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to