diffstat of debian/ for fcitx_4.2.9.6-2 fcitx_4.2.9.6-3deepin changelog | 12 ++++++++++++ control | 6 ++++-- control.in | 6 ++++-- patches/add-chrome-to-avoid-preedit.patch | 10 ++++++++++ patches/series | 1 + 5 files changed, 31 insertions(+), 4 deletions(-) diff -Nru fcitx-4.2.9.6/debian/changelog fcitx-4.2.9.6/debian/changelog --- fcitx-4.2.9.6/debian/changelog 2018-04-28 02:46:56.000000000 +0000 +++ fcitx-4.2.9.6/debian/changelog 2018-08-22 03:19:59.000000000 +0000 @@ -1,3 +1,15 @@ +fcitx (1:4.2.9.6-3deepin) unstable; urgency=medium + + * libfcitx-gclient1 replace libfcitx-gclient0 + + -- Packages Wed, 22 Aug 2018 11:19:59 +0800 + +fcitx (1:4.2.9.6-2deepin) unstable; urgency=medium + + * add add-chrome-to-avoid-preedit.patch + + -- Packages Mon, 25 Jun 2018 14:36:54 +0800 + fcitx (1:4.2.9.6-2) unstable; urgency=medium * Team upload. diff -Nru fcitx-4.2.9.6/debian/control fcitx-4.2.9.6/debian/control --- fcitx-4.2.9.6/debian/control 2018-04-28 02:46:56.000000000 +0000 +++ fcitx-4.2.9.6/debian/control 2018-08-22 03:19:59.000000000 +0000 @@ -202,9 +202,11 @@ Depends: ${misc:Depends}, ${shlibs:Depends} Suggests: fcitx (>= ${source:Upstream-Version}) Replaces: fcitx (<< ${source:Upstream-Version}), - fcitx-libs-gclient (<< 1:4.2.8.5-3) + fcitx-libs-gclient (<< 1:4.2.8.5-3), + libfcitx-gclient0 Breaks: fcitx (<< ${source:Upstream-Version}), - fcitx-libs-gclient (<< 1:4.2.8.5-3) + fcitx-libs-gclient (<< 1:4.2.8.5-3), + libfcitx-gclient0 Description: Flexible Input Method Framework - D-Bus client library for Glib Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications diff -Nru fcitx-4.2.9.6/debian/control.in fcitx-4.2.9.6/debian/control.in --- fcitx-4.2.9.6/debian/control.in 2018-04-28 02:46:51.000000000 +0000 +++ fcitx-4.2.9.6/debian/control.in 2018-08-22 03:19:59.000000000 +0000 @@ -202,9 +202,11 @@ Depends: ${misc:Depends}, ${shlibs:Depends} Suggests: fcitx (>= ${source:Upstream-Version}) Replaces: fcitx (<< ${source:Upstream-Version}), - fcitx-libs-gclient (<< 1:4.2.8.5-3) + fcitx-libs-gclient (<< 1:4.2.8.5-3), + libfcitx-gclient0 Breaks: fcitx (<< ${source:Upstream-Version}), - fcitx-libs-gclient (<< 1:4.2.8.5-3) + fcitx-libs-gclient (<< 1:4.2.8.5-3), + libfcitx-gclient0 Description: Flexible Input Method Framework - D-Bus client library for Glib Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications diff -Nru fcitx-4.2.9.6/debian/patches/add-chrome-to-avoid-preedit.patch fcitx-4.2.9.6/debian/patches/add-chrome-to-avoid-preedit.patch --- fcitx-4.2.9.6/debian/patches/add-chrome-to-avoid-preedit.patch 1970-01-01 00:00:00.000000000 +0000 +++ fcitx-4.2.9.6/debian/patches/add-chrome-to-avoid-preedit.patch 2018-06-25 06:36:33.000000000 +0000 @@ -0,0 +1,10 @@ +--- fcitx-4.2.9.1.orig/CMakeLists.txt ++++ fcitx-4.2.9.1/CMakeLists.txt +@@ -49,7 +49,7 @@ if(NOT NO_SNOOPER_APPS) + endif() + + if(NOT NO_PREEDIT_APPS) +- set(NO_PREEDIT_APPS "gvim" ++ set(NO_PREEDIT_APPS ".*chrome.*,.*chromium.*,gvim" + CACHE STRING "Disable Preedit for the following apps") + endif() diff -Nru fcitx-4.2.9.6/debian/patches/series fcitx-4.2.9.6/debian/patches/series --- fcitx-4.2.9.6/debian/patches/series 2018-02-24 02:07:13.000000000 +0000 +++ fcitx-4.2.9.6/debian/patches/series 2018-06-25 06:36:48.000000000 +0000 @@ -2,3 +2,4 @@ 0002-wait-dbus-up-to-20-times.patch 0007-Fix-some-spelling-errors.patch 0004-forget-to-bump-version.patch +add-chrome-to-avoid-preedit.patch