diff -Nru mozc-2.20.2673.102+dfsg/debian/changelog mozc-2.20.2673.102+dfsg/debian/changelog --- mozc-2.20.2673.102+dfsg/debian/changelog 2017-08-09 23:18:05.000000000 +0000 +++ mozc-2.20.2673.102+dfsg/debian/changelog 2017-09-25 15:13:44.000000000 +0000 @@ -1,3 +1,12 @@ +mozc (2.20.2673.102+dfsg-2) unstable; urgency=medium + + * Update debian/control. + - Remove uim-utils from Depends of uim-mozc. (Closes: #875758) + - Update Standards-Version to 4.1.0. + * Add apparmor profile for mozc-server. (Closes: #818527) + + -- Nobuhiro Iwamatsu Tue, 26 Sep 2017 00:13:44 +0900 + mozc (2.20.2673.102+dfsg-1) unstable; urgency=medium * New upstream release. diff -Nru mozc-2.20.2673.102+dfsg/debian/control mozc-2.20.2673.102+dfsg/debian/control --- mozc-2.20.2673.102+dfsg/debian/control 2017-08-09 23:18:05.000000000 +0000 +++ mozc-2.20.2673.102+dfsg/debian/control 2017-09-25 15:13:44.000000000 +0000 @@ -10,7 +10,7 @@ libgwengui-qt5-dev, libuim-dev, libzinnia-dev, fcitx-libs-dev, gettext, desktop-file-utils, ninja-build -Standards-Version: 4.0.0 +Standards-Version: 4.1.0 Homepage: https://github.com/google/mozc.git Vcs-Git: https://anonscm.debian.org/collab-maint/mozc.git Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/mozc.git;a=summary @@ -46,7 +46,7 @@ Package: uim-mozc Architecture: i386 amd64 armel armhf arm64 -Depends: ${misc:Depends}, ${shlibs:Depends}, uim-utils (>= 1:1.8.1-2), +Depends: ${misc:Depends}, ${shlibs:Depends}, mozc-data, mozc-server (= ${binary:Version}) Recommends: mozc-utils-gui (= ${binary:Version}) Multi-Arch: same diff -Nru mozc-2.20.2673.102+dfsg/debian/mozc-server.apparmor mozc-2.20.2673.102+dfsg/debian/mozc-server.apparmor --- mozc-2.20.2673.102+dfsg/debian/mozc-server.apparmor 1970-01-01 00:00:00.000000000 +0000 +++ mozc-2.20.2673.102+dfsg/debian/mozc-server.apparmor 2017-09-25 15:13:44.000000000 +0000 @@ -0,0 +1,7 @@ +# vim:syntax=apparmor +# Profile abstraction for allowing mozc to run in including guest session +# Author: Aron Xu + +# Requires apparmor 2.9 + + unix (bind, listen) type=stream addr="@tmp/.mozc.*", diff -Nru mozc-2.20.2673.102+dfsg/debian/rules mozc-2.20.2673.102+dfsg/debian/rules --- mozc-2.20.2673.102+dfsg/debian/rules 2017-06-02 01:07:06.000000000 +0000 +++ mozc-2.20.2673.102+dfsg/debian/rules 2017-09-25 15:13:44.000000000 +0000 @@ -68,6 +68,8 @@ # mozc-server install -D -m 0755 src/out_linux/Release/mozc_renderer \ $(CURDIR)/debian/mozc-server/usr/lib/mozc/mozc_renderer + install -D -m 0644 debian/mozc-server.apparmor \ + $(CURDIR)/debian/mozc-server/etc/apparmor.d/abstractions/mozc-server # mozc-utils-gui desktop-file-install --dir=$(CURDIR)/debian/mozc-utils-gui/usr/share/applications \