Hi Marco,

Thanks for your work on this one.  I would rather that we 'fix'
the bashism by setting SHELL=/bin/bash in /rules though ...

Cheers,
Ron

On Thu, Jan 24, 2008 at 08:29:43PM +0000, Marco Rodrigues wrote:
> I've attached the debdiff.. let's fix the bashism.
>
> Thakns
>
> diff -u mingw32-4.2.1.dfsg/debian/rules mingw32-4.2.1.dfsg/debian/rules
> --- mingw32-4.2.1.dfsg/debian/rules
> +++ mingw32-4.2.1.dfsg/debian/rules
> @@ -148,7 +148,8 @@
>       dh_strip -Xusr/$(target)/lib                         \
>                -Xusr/lib/gcc/$(target)/$(version)/lib
>       $(target)-strip --strip-debug   debian/$(package)/usr/$(target)/lib/*.a
> -     $(target)-strip --strip-debug   
> debian/$(package)/usr/lib/gcc/$(target)/$(version)/*.{a,o}
> +     $(target)-strip --strip-debug   
> debian/$(package)/usr/lib/gcc/$(target)/$(version)/*.a
> +     $(target)-strip --strip-debug   
> debian/$(package)/usr/lib/gcc/$(target)/$(version)/*.o
>  
>  # Ugh, the source package was built on a billbox.  Fix some stray 
> executables.



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

Reply via email to