Hi,
I guess I should have thought to mention when you posted the 2.6 patch,
but it seems like there is a pretty good chance that this package will
be gone for Lenny now, so unless that changes, there probably isn't
much point in making this update for it. If for some reason it does,
I'd likewise prefer the SHELL = /bin/bash fix for this one too.
Cheers,
Ron
On Tue, Feb 05, 2008 at 06:55:02PM +0100, Xavier Bassery wrote:
>
> tags 459195 patch
> thanks
>
> Hi,
>
> the issue lies in the debian/rules file which uses bashisms.
> Here is a proposed patch to remove the three I have found out.
> Amongst them is the one responsible for the reported bug.
>
> Xavier
> --- wxwindows2.4-2.4.5.1.1/debian/rules 2006-10-28 11:55:28.000000000
> +0200
> +++ wxwindows2.4-2.4.5.1.1-new/debian/rules 2008-02-05 17:42:23.000000000
> +0100
> @@ -433,7 +433,9 @@
> -twice -html
> cp docs/latex/wx/*.gif $(objdir_doc)
> rm -rf $(objdir_doc_cruft)
> - rm -f $(objdir_doc)/wx$(release)-manual.{con,hh*,htx,ref}
> + for ext in con hh* htx ref; do \
> + rm -f $(objdir_doc)/wx$(release)-manual.$$ext; \
> + done
> touch $@
>
> build-examples-stamp: build-gtk-shared-stamp
> @@ -655,7 +657,7 @@
> dh_testroot
> dh_clean -k
> dh_install $(objdir_wxbase_shared)/wxbase-$(release)-config usr/bin
> - dh_install $(objdir_wxbase_shared)/lib/{wx,*.so} usr/lib
> + dh_install $(objdir_wxbase_shared)/lib/wx
> $(objdir_wxbase_shared)/lib/*.so usr/lib
> dh_link usr/share/man/man1/wx-xy-config.1.gz \
> usr/share/man/man1/wxbase-$(release)-config.1.gz
>
> @@ -693,7 +695,7 @@
> dh_testroot
> dh_clean -k
> dh_install $(objdir_gtk_install)/bin/wxgtk-$(release)-config usr/bin
> - dh_install $(objdir_gtk_install)/lib/{wx,*.so} usr/lib
> + dh_install $(objdir_gtk_install)/lib/wx $(objdir_gtk_install)/lib/*.so
> usr/lib
> dh_link usr/share/man/man1/wx-xy-config.1.gz \
> usr/share/man/man1/wxgtk-$(release)-config.1.gz
>
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]