Dear release team, it looks like my request for discussion to unfreeze scim from more than a month ago never reached you. I'll write a separate mail about that to listmaster. Scim in Debian needs a couple of changes for Wheezy and I would like to request a freeze exception.
Attached is the debdiff between version 1.4.14-1, the latest upload before the freeze and 1.4.14-2. Since I had no feedback from you, I was conservative and excluded everything but the immediate patch to fix an FTBFS that occured since one of our build-time dependencies was multi-archified about the same time as 1.4.14-1 was uploaded. It's very important this patch be allowed to pass. Regards Rolf
diff --git a/debian/changelog b/debian/changelog index 0d166cc..6a3ea6e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +scim (1.4.14-2) unstable; urgency=low + + * release 1.4.14-1x1 to unstable + + -- Rolf Leggewie <[email protected]> Sun, 15 Jul 2012 12:04:35 +0800 + +scim (1.4.14-1x1) experimental; urgency=low + + * scim-clutter-immodule: install files from multi-arch paths. + Closes: #679724 + + -- Rolf Leggewie <[email protected]> Wed, 04 Jul 2012 12:35:06 +0800 + scim (1.4.14-1) unstable; urgency=low [ Rolf Leggewie ] diff --git a/debian/scim-clutter-immodule.install.in b/debian/scim-clutter-immodule.install.in index 83938fe..1427c76 100644 --- a/debian/scim-clutter-immodule.install.in +++ b/debian/scim-clutter-immodule.install.in @@ -1 +1 @@ -usr/lib/clutter-imcontext/immodules/im-scim.so +usr/lib/@DEB_HOST_MULTIARCH@/clutter-imcontext/immodules/im-scim.so

