Thanks,

On Thu, Mar 15, 2012 at 10:11:52AM -0700, Doug Rintoul wrote:
> Package: ibus
> Version: 1.4.1-1
...
> Surrounding text support had been enabled for ibus 1.3.99.20110817-1 and
> for the 1.4.0 series as per bug report #639552, but the latest version,
> 1.4.1 is no longer compiled with --enable-surrounding-text. Since a
> number of IMs require this feature, can 1.4.1 be changed to enable this
> again?

Before:
dh_auto_configure -- LDFLAGS="-Wl,--as-needed" --enable-static --enable-gtk3 
--enable-surrounding-text

Now:
verride_dh_auto_configure:
        dh_auto_configure -- \
                LDFLAGS="-Wl,--as-needed" \
                --disable-static \
                --enable-gtk2 \
                --enable-gtk3 \
                --enable-xim \
                --disable-gtk-doc \
                --enable-introspection \
                --libexec=/usr/lib/$(DEB_BUILD_MULTIARCH)/ibus

I thought I was doing clean-up and must have dropped an extra line...

It needs to be enabled and I mean to do so.

Thanks.

Osamu




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to