scim (1.4.4-1ubuntu12) dapper; urgency=low * debian/patched-icons/, debian/control, debian/rules: - rolled back. -- Daniel Holbach Tue, 30 May 2006 00:21:40 +0200 scim (1.4.4-1ubuntu11) dapper; urgency=low * debian/patched-icons: - new keyboard.png icons. * debian/control: - added sharutils to Build-Depends. * debian/rules: - added rules to uuencode/uudecode icons. -- Daniel Holbach Sun, 28 May 2006 17:41:44 +0200 scim (1.4.4-1ubuntu10) dapper; urgency=low * debian/rules: create pot file in package build -- Michael Vogt Thu, 4 May 2006 20:56:03 +0200 scim (1.4.4-1ubuntu9) dapper; urgency=low * Make scim-gtk2-immodule conflict with old libscim8c2a -- Jonathan Riddell Tue, 2 May 2006 17:07:18 +0100 scim (1.4.4-1ubuntu8) dapper; urgency=low * Move libscim-gtkutils to scim-gtk2-immodule -- Jonathan Riddell Fri, 21 Apr 2006 15:58:55 +0100 scim (1.4.4-1ubuntu7) dapper; urgency=low * debian/patches/20_scim_config.dpatch: - Enable Trigger keys with CJK native keys (ubuntu: #37687), Thanks to Atie -- Michael Vogt Mon, 3 Apr 2006 12:03:57 +0200 scim (1.4.4-1ubuntu6) dapper; urgency=low * Do not use "|" in DEPENDS value of im-switch setting to avoid error message at login. (Ubuntu #35852) * Remove scim from the DEPENDS value of im-switch settings. -- Ming Hua Wed, 22 Mar 2006 21:17:01 -0600 scim (1.4.4-1ubuntu5) dapper; urgency=low * Add im-switch support so that all SCIM modules can use a centralized im-switch configuration (Ubuntu #35163). - Write two im-switch configuration files (for GTK/Qt IM module and XIM, respectively) and install them into /etc/X11/xinit/xinput.d/. - Add im-switch to binary package scim's Recommends. -- Ming Hua Thu, 16 Mar 2006 01:08:42 -0600 scim (1.4.4-1ubuntu4) dapper; urgency=low * Copied debian/control to debian/control-breezy and adjusted C++ deps * Changed debian/rules to be sensitive to lsb_release output and use debian/control-breezy when appropriate (and clean properly afterward) * Add build-dependency on lsb-release to make the above work correctly. * Thanks to Martin Meredith for the initial patch, and the patience with being abused by me while I helped him fix it. -- Adam Conrad Wed, 1 Mar 2006 01:58:44 +0000 scim (1.4.4-1ubuntu3) dapper; urgency=low * debian/patches/20_start_in_session.dpatch: - removed again, we use im-switch now, much better and cleaner -- Michael Vogt Wed, 15 Mar 2006 10:34:07 +0000 scim (1.4.4-1ubuntu2) dapper; urgency=low * debian/patches/20_start_in_session.dpatch: - add it to /etc/xdg/autostart -- Michael Vogt Mon, 13 Mar 2006 12:19:05 +0000 scim (1.4.4-1ubuntu1) dapper; urgency=low * debian/rules: Add gettext domain to .server and .desktop files to get language pack support for them. (Similarly to cdbs' gnome.mk) -- Martin Pitt Fri, 24 Feb 2006 09:05:59 +0100 scim (1.4.4-1) unstable; urgency=low * New upstream release. - The locales that prefer scim as GTK IM module has changed. - Bump libgtk2.0-dev build dependency to >= 2.4.0. * Complete documetation rewrite, add two more README files for using SCIM in different desktop environments. * Update scim(1) man page. * Fix typo in reportbug script. -- Ming Hua Mon, 16 Jan 2006 21:33:38 -0600 scim (1.4.2-1) unstable; urgency=low * New upstream release. * debian/{control,rules,libscim8.install}: C++ ABI transtion, rename binary package libscim8 to libscim8c2a. (Closes: #339261) * debian/control: Update Suggests list. Add Japanese IM engines and replace scim-chinese with scim-pinyin. (Closes: #335909) * debian/control: Upgrade to policy version 3.6.2 (no actual changes). * debian/copyright: Update copyright notice and FSF address. * debian/{control,rules}: Build-Depends on autotools-dev and use the config.guess and config.sub files from autotools-dev unconditionally. * debian/control: Use individual X library packages in Build-Depends instead of the xlibs-dev metapackage. * debian/{scim.script,rules}: Add reportbug information gathering script. -- Ming Hua Fri, 25 Nov 2005 17:55:25 -0600 scim (1.4.1-1) unstable; urgency=low * New upstream release. * debian/{libscim6c2,libscim8,libscim-dev,scim,scim-module-socket}.install, debian/{control,rules}: ABI change. Change binary package libscim6c2 to libscim8, and all modules are in /usr/lib/scim-1.0/1.4.0/ now. There are also a new shared library (libscim-x11utils-1.0) and new modules. * debian/patches/{00list,10gtk-immodule-install-dir.dpatch}: Unfuzzy patch, and rename it to 10_gtk-immodule-install-dir.dpatch according to new naming template. * debian/watch: Track 1.4 series. * debian/NEWS: Change news entry version from 1.2.3-1 to 1.4.1-1, since 1.2.3-1 was never released. Also refer to scim 1.4 instead of 1.2. -- Ming Hua Thu, 11 Aug 2005 22:38:20 -0500 scim (1.2.3-1) unstable; urgency=low * New upstream release. (Closes: #308064) - Build with GCC 4.0. Use libscim6c2 as the shared library package name to avoid problem with some unofficial builds. [minghua] * debian/NEWS: Create this file, and add notes about scim 1.0 to 1.2 upgrade and C++ ABI transtion. [minghua] * debian/patches/{00list,20-gcc-4.0-ftbfs.dpatch}: Already included by upstream, removed. [minghua] * debian/control, debian/{scim,scim-dev,libscim6c2,libscim-dev}.install: Build separate libscim6c2 and libscim-dev binary packages. [minghua] * debian/control, debian/scim-config-gconf.{install,prerm,postinst}: Remove binary package scim-config-gconf, as upstream doesn't provide this module anymore. [minghua] * debian/control, debian/scim-{server,config,frontend}-socket.install, debian/scim-modules-socket.install: Combine configure, front end, and IM engine modules for socket into one binary package. [minghua] * debian/rules, debian/scim-modules-socket.install, debian/scim.install: Change the module path, and adjust to the added and deleted files by upstream. [minghua] * debian/control: [minghua] - Remove old Conflicts, we only support upgrade from sarge from now on. - Make scim Conflicts with all old dynamic module packages. - Have libscim-dev depends on libgtk2.0-dev and libpango1.0-dev since their header files are #included directly. Also remove useless libc6-dev | libc-dev dependency. * debian/watch: Track 1.2 series. [minghua] -- Ming Hua Sun, 7 Aug 2005 14:18:29 -0500 scim (1.0.2-3) unstable; urgency=medium * Urgency set to medium to push these documentation changes into sarge. * debian/README.Debian: Documentation update. [minghua] - Clarify the situation of skim and scim-qt-immodule in Debian. - List scim-chewing as available IM engine instead of a potential one since it's in sarge now. (Closes: #306759) - List scim-prime and scim-skk as potetial IM engines. - Remove notes about gksu configurations, since gksu 1.2.4 and higher doesn't lock XIM anymore. * debian/control: Make all dynamic loadable module packages depend on scim (<< 1.1), to smooth future upgrades. [minghua] -- Ming Hua Mon, 16 May 2005 21:11:00 -0500 scim (1.0.2-2) unstable; urgency=low * debian/README.Debian: Fix typo (Thanks, Carlos Z.F. Liu). [alee, minghua] * debian/control: - Make scim conflict with all old (<< 1.0.0) modules. [minghua] - Change the upstream website. [minghua] * debian/copyright: Change the upstream download repository to SourceForge. [minghua] * debian/README.Debian: ~/.scim/config -> ~/.scim/global (Thanks, Florian Schlichting). (Closes: #291543) [osamu] * debian/README.Debian: mention gksu configuration. (Closes: #283746) [osamu] -- Ming Hua Wed, 2 Feb 2005 00:19:03 +0100 scim (1.0.2-1) unstable; urgency=low * New Upstream release. * debian/control: Make scim conflict with old scim-gtk2-immodule (<< 1.0.0) to avoid broken upgrade if user choose to upgrade only scim but not scim-gtk2-immodule. (Closes: #287348) [minghua] * debian/patches/{00list,20redirect-to-cerr.dpatch,30gnumeric.dpatch}: Delete old patches that are already included by upstream. [minghua] * debian/patches/{00list,20-gcc-4.0-ftbfs.dpatch}: Add patch from Andreas Jochens to fix FTBFS on amd64/gcc-4.0. (Closes: #288470) [minghua] * debian/watch: Only track 1.0.x branch on upstream. [osamu,minghua] -- Ming Hua Tue, 11 Jan 2005 20:14:17 -0600 scim (1.0.1-4) unstable; urgency=low * Update README.Debian. [osamu] * debian/control: Make scim-gtk2-immodule depend on scim-frontend-socket and scim-config-socket. This prevents IM engine loading each time scim gtk module is invoked (which happens very often if GTK_IM_MODULE=scim). (Closes: #285623) [minghua] * debian/watch: Switch to Sourceforge repository since SCIM isn't hosted on freedesktop.org anymore. [minghua] -- Ming Hua Tue, 21 Dec 2004 20:36:10 -0600 scim (1.0.1-3) unstable; urgency=high * Patch to prevent data loss in gnumeric while moving cursor by the upstream (Closes: #280661) -- Osamu Aoki Fri, 19 Nov 2004 23:22:41 +0100 scim (1.0.1-2) unstable; urgency=high * Patch to redirects the messages to standard error per Aaron M. Ucko. (Closes: #280374) -- Osamu Aoki Tue, 09 Nov 2004 07:31:17 +0100 scim (1.0.1-1) unstable; urgency=low * New upstream release. (Closes: #269946) + Fix FTBFS problem with gcc-3.4. (Closes: #266045) * debian/control, debian/rules, debian/patches/: Switch to dpatch system. * debian/control: Rewrite the descriptions for most packages, and update Conflict: and Depends: relations. * debian/scim-dev-doc.doc-base: Rewrite the descriptions. * debian/scim-config-gconf.{postinst,prerm}: Add scripts to register and unregister gconf2 schemas. * debian/watch: Fix source watchfile line format. * debian/scim.1, debian/scim.manpages: Add man page scim(1), thanks to Osamu Aoki. * debian/README.Debian: Update user's manual to reflect 1.0 series changes. * Added Osamu Aoki as uploader. * Update README.Debian by Osamu Aoki. -- Ming Hua Fri, 29 Oct 2004 20:48:12 +0200 scim (0.9.7-3) unstable; urgency=low * debian/control: Let scim-gtk2-immodule depends on scim-server-socket, otherwise GDM will start scim and ignore all character input. (Closes: #272321) Also have scim-gtk-immodule depends on scim-frontend-socket and recommends scim-config-socket, so that the GTK IM module mode works properly. * debian/rules: Don't install Makefile.* with documents. (Closes: #255336) * configs/config: Set /FrontEnd/X11/OnTheSpot to false, avoiding glitches in some applications such as Mozilla and OpenOffice.org. * debian/README.Debian: Add a brief English user's guide. * debian/control, debian/copyright: Update upstream website address. -- Ming Hua Fri, 24 Sep 2004 21:09:08 -0500 scim (0.9.7-2) unstable; urgency=low * Add intltool (>= 0.22) to Build-Depends, without it scim FTBFS on all architectures. (Closes: #255215) * Fix old directory reference in debian/scim-dev-doc.doc-base to reflect the new package name. (Closes: #255159) * Change extras/gtk2_immodule/Makefile.{am,in} to install im-scim.so into /usr/lib/gtk-2.0/2.4.0/immodules, also add postinst and postrm scripts for package scim-gtk2-immodule. (Closes: #255177) -- Ming Hua Sat, 19 Jun 2004 22:24:09 -0500 scim (0.9.7-1) unstable; urgency=low * Initial release for upload into the official Debian archive. * New upstream release. * Followed the package split in my unofficial scim 0.4.0 package, and modified according to the upstream scim.spec: * merged scim-frontend-x11, scim-server-rawcode, scim-server-table, scim-config-simple into the main scim package; * removed scim-suite. * Removed Build-Depends: gif2png. * Renamed scim-doc as scim-dev-doc. * The main scim package Suggests: scim-chinese, scim-tables-zh, scim-tables-ja, scim-tables-ko, scim-tables-additional. * Updated package descriptions with ideas from http://freedesktop.org/~suzhe/download.html. * Many thanks to Ming Hua for packaging scim 0.9.2 and 0.9.6 on Debian Alioth. * NMU: I won't have time to maintain this package in the longterm, so... Ming Hua is the maintainer of this package! :-) -- Anthony Fok Sun, 6 Jun 2004 23:26:49 +0800 scim (0.9.6-1) unstable; urgency=low * New upstream version 0.9.6. -- Ming Hua Wed, 28 Apr 2004 16:36:25 -0500 scim (0.9.2-1) unstable; urgency=low * Initial Release, based on upstream version 0.9.2. * Debianize as a single binary package, will try to split later. -- Ming Hua Sun, 29 Feb 2004 22:12:41 -0600 scim (0.4.0-1) unstable; urgency=low * Initial Release. * Applied scim-0.4.0-generic-table.patch by upstream author James Su to fix a bug reported by WONG Yiu Fai. -- Anthony Fok Mon, 21 Apr 2003 22:21:58 +0800