Hi, I'm in the process of taking over scim-bridge. Thank you for reporting this issue which should be easy enough to fix, have a look at the attached patch. I'll keep the status quo for now until only a few Qt3 apps are left in the archive.
Regards Rolf
>From 31637016e3b0244408f2aaf9dd42c576366e55fa Mon Sep 17 00:00:00 2001 From: Rolf Leggewie <[email protected]> Date: Fri, 24 Feb 2012 03:58:39 +0800 Subject: [PATCH] debian/control: stop building qt3 package. Closes: #604381 --- debian/control | 14 +------------- 1 files changed, 1 insertions(+), 13 deletions(-) diff --git a/debian/control b/debian/control index 8a34fa4..13008a8 100644 --- a/debian/control +++ b/debian/control @@ -4,8 +4,7 @@ Priority: optional Maintainer: Rolf Leggewie <[email protected]> DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7.0), autotools-dev, libgtk2.0-dev (>= 2.10.1), - libscim-dev (>= 1.4.6), libqt3-mt-dev (>= 3.3.6), libqt4-dev, chrpath, - dpkg-dev (>= 1.16.0) + libscim-dev (>= 1.4.6), libqt4-dev, chrpath, dpkg-dev (>= 1.16.0) Standards-Version: 3.9.2 Homepage: http://www.scim-im.org Vcs-Git: git://git.debian.org/git/collab-maint/scim-bridge.git @@ -37,17 +36,6 @@ Description: IME server of scim-bridge communicate with SCIM Scim-bridge-client-gtk is the gtk client of scim-bridge, it provide another gtk-immodule for SCIM. -Package: scim-bridge-client-qt -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, scim-bridge-agent -Description: IME server of scim-bridge communicate with SCIM - scim-bridge is a wrapper library for SCIM, writen in C. - . - SCIM (Smart Common Input Method) is an input method (IM) platform. - . - Scim-bridge-client-qt is the qt client of scim-bridge, it provide - another qt-immodule for SCIM. - Package: scim-bridge-client-qt4 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, scim-bridge-agent -- 1.7.0.4

