Bug#618677: pu: package im-config/0.3+squeeze1
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: pu
This is stable update which fix #618021 only as shown in debdiff.
This bug is a grave bug since GUI environment fails to start after
removal ( not purge) of im-config package.
(The package in unstable is 0.4 and its has more changes than this.)
Regards,
Osamu
-- System Information:
Debian Release: 6.0
APT prefers squeeze-updates
APT policy: (500, 'squeeze-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru im-config-0.3/80im-config_launch im-config-0.3+squeeze1/80im-config_launch
--- im-config-0.3/80im-config_launch 2011-03-17 22:44:50.000000000 +0900
+++ im-config-0.3+squeeze1/80im-config_launch 2011-03-17 20:16:26.000000000 +0900
@@ -8,7 +8,8 @@
# If already tweaked, keep hands off :-)
if [ -z "$XMODIFIERS" ] && \
[ -z "$GTK_IM_MODULE" ] && \
- [ -z "$QT_IM_MODULE" ]; then
+ [ -z "$QT_IM_MODULE" ] && \
+ [ -r /usr/share/im-config/xinputrc.common ]; then
# initialize all im-config common functions and parameters
. /usr/share/im-config/xinputrc.common
# source the first found configuration file
diff -Nru im-config-0.3/debian/changelog im-config-0.3+squeeze1/debian/changelog
--- im-config-0.3/debian/changelog 2011-03-17 22:44:50.000000000 +0900
+++ im-config-0.3+squeeze1/debian/changelog 2011-03-17 20:18:59.000000000 +0900
@@ -1,3 +1,9 @@
+im-config (0.3+squeeze1) stable; urgency=low
+
+ * Fixed package removal side effects. Closes: #618021
+
+ -- Osamu Aoki <osamu@debian.org> Thu, 17 Mar 2011 20:17:49 +0900
+
im-config (0.3) unstable; urgency=low
* Added skim support.
Reply to: