Package: ibus-cangjie Version: 2.1-1 Severity: normal I think you are busy fixing FTBFS critical bug now. (If you do not fix this bug in few month, this package will be removed by FTP mater.)
When uploading fixed package, please consider to fix debian/rules with attached patches to make this package use /usr/lib/ibus as libexecdir. I attach proposed patches as attachments. Osamu -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.14-1-amd64 (SMP w/8 CPU cores) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages ibus-cangjie depends on: ii dconf-gsettings-backend [gsettings-backend] 0.20.0-2 ii gconf-gsettings-backend [gsettings-backend] 3.2.6-2 ii gir1.2-ibus-1.0 1.5.5-1 ii ibus 1.5.5-1 ii python3 3.3.4-1 ii python3-gi 3.12.1-1 ii python3-pycangjie 1.1-1.1 pn python3:any <none> ibus-cangjie recommends no packages. ibus-cangjie suggests no packages. -- no debconf information
>From 6cdeb392218c5c583e211f0946a9dc84a144a636 Mon Sep 17 00:00:00 2001 From: Osamu Aoki <[email protected]> Date: Sun, 4 May 2014 23:20:33 +0900 Subject: [PATCH 1/2] Set libexec to be /usr/lib/ibus --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/rules b/debian/rules index 82ed025..f33390d 100755 --- a/debian/rules +++ b/debian/rules @@ -7,3 +7,7 @@ export DH_VERBOSE=1 override_dh_autoreconf: dh_autoreconf ./autogen.sh + +override_dh_auto_configure: + dh_auto_configure -- --libexecdir=/usr/lib/ibus + -- 2.0.0.rc0
>From edc4be536d5bf633a7a8fba84f656f73d355176c Mon Sep 17 00:00:00 2001 From: Osamu Aoki <[email protected]> Date: Sun, 4 May 2014 23:25:50 +0900 Subject: [PATCH 2/2] Do normal "autoreconf -ivf" --- debian/rules | 3 --- 1 file changed, 3 deletions(-) diff --git a/debian/rules b/debian/rules index f33390d..b8f8987 100755 --- a/debian/rules +++ b/debian/rules @@ -5,9 +5,6 @@ export DH_VERBOSE=1 %: dh $@ --with autoreconf,python3 -override_dh_autoreconf: - dh_autoreconf ./autogen.sh - override_dh_auto_configure: dh_auto_configure -- --libexecdir=/usr/lib/ibus -- 2.0.0.rc0

