Control: severity 714932 wishlist Attached patch makes this package resembles more like other ibus-* packages. (It was aimed at stable updates but due to this special situation, this is not needed for stable update. But for future, I still think it is worth thinking to do this to avoid complications.)
But since this package activate its setup dialoge with slightly different way similar to ibus-chewing, this is not as serious issue. Also, please at least post your ack to the BTS. You seems to be too quiet. MIA? Regards, Osamu > -- > 714932: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=714932
diff -Nru ibus-unikey-0.6.1/debian/changelog ibus-unikey-0.6.1/debian/changelog --- ibus-unikey-0.6.1/debian/changelog 2013-07-07 16:31:28.000000000 +0900 +++ ibus-unikey-0.6.1/debian/changelog 2013-07-07 16:33:49.000000000 +0900 @@ -1,3 +1,9 @@ +ibus-unikey (0.6.1-1+deb7u1) stable; urgency=low + + * Fix libexecdir. Closes: #714932 + + -- Osamu Aoki <[email protected]> Sun, 07 Jul 2013 16:27:15 +0900 + ibus-unikey (0.6.1-1) unstable; urgency=low * New upstream release (Closes: #661619). diff -Nru ibus-unikey-0.6.1/debian/rules ibus-unikey-0.6.1/debian/rules --- ibus-unikey-0.6.1/debian/rules 2013-07-07 16:31:28.000000000 +0900 +++ ibus-unikey-0.6.1/debian/rules 2013-07-07 16:33:45.000000000 +0900 @@ -31,7 +31,7 @@ cp -f /usr/share/misc/config.guess config.guess endif - dh_auto_configure -- LDFLAGS="-Wl,--as-needed" + dh_auto_configure -- LDFLAGS="-Wl,--as-needed" --libexecdir=/usr/lib/ibus build: build-arch build-indep

