[Pkg-ime-devel] Bug#704812: Bug#704812: [PATCH] multiarch

Osamu Aoki osamu at debian.org
Sun Jun 16 02:13:06 UTC 2013


Hi,

On Sat, Jun 15, 2013 at 11:31:32AM +0900, Hiroshi Miura wrote:
> 
> Attachment is a patch to fix it.
> 
> Hiroshi

Thanks for the patch.  But this needs a bit more touch up.

Right now we have bigger problem than multi-arch for stable.

FYI:

I think it will be cleaner if you use proper debhelper v9 compat level.

You do not need to move around library after the build.

If that is not enough, another alternative is to use override the
dh_auto_configure process.  (Not as elegant).

I mean you can set path via ./configure option:

  --libdir=DIR            object code libraries [EPREFIX/lib]

> +override_dh_auto_install:
> +	dh_auto_install
> +	mkdir -p debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/
> +	mv debian/tmp/usr/lib/libibus-qt.so* debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/

By the way, are you interested to maintain ibus family together?

Osamu



More information about the Pkg-ime-devel mailing list