diff -Nru fcitx-sunpinyin-0.4.2/debian/changelog fcitx-sunpinyin-0.4.2/debian/changelog --- fcitx-sunpinyin-0.4.2/debian/changelog 2017-09-29 03:30:57.000000000 +0000 +++ fcitx-sunpinyin-0.4.2/debian/changelog 2018-07-09 10:26:48.000000000 +0000 @@ -1,3 +1,19 @@ +fcitx-sunpinyin (0.4.2-2) unstable; urgency=medium + + * Team upload. + * debian/control: + + Bump Standards-Version to 4.1.5. (no changes needed) + + Bump debhelper compat to v11. + + Use debian-input-method mailing list in maintainer field. + Closes: #899506. + + Use git repo on Salsa platform in Vcs fields. + + Mark fcitx-sunpinnyin as M-A: same. + * debian/rules: Use "dh_missing --fail-missing". + * debian/copyright: Refresh information. + * debian/changelog: Remove trailing spaces. + + -- Boyuan Yang <073plan@gmail.com> Mon, 09 Jul 2018 18:26:48 +0800 + fcitx-sunpinyin (0.4.2-1) unstable; urgency=medium * Team upload. @@ -56,7 +72,7 @@ fcitx-sunpinyin (0.3.5-1) unstable; urgency=low - * New upstream release. + * New upstream release. -- YunQiang Su Tue, 10 Apr 2012 16:53:12 +0800 @@ -68,7 +84,7 @@ fcitx-sunpinyin (0.3.4-1+build1) unstable; urgency=low - * Rebuild for Multi-arched sunpinyin. + * Rebuild for Multi-arched sunpinyin. -- YunQiang Su Tue, 03 Apr 2012 23:27:22 +0800 @@ -80,7 +96,7 @@ fcitx-sunpinyin (0.3.3-1) unstable; urgency=low - * New upstream release: fcitx 4.2.0. + * New upstream release: fcitx 4.2.0. -- YunQiang Su Sun, 05 Feb 2012 21:23:55 +0800 @@ -105,6 +121,6 @@ fcitx-sunpinyin (0.2.1-1) unstable; urgency=low - * Initial release (Closes: #604023) + * Initial release (Closes: #604023) -- Aron Xu Wed, 09 Mar 2011 23:26:26 +0800 diff -Nru fcitx-sunpinyin-0.4.2/debian/compat fcitx-sunpinyin-0.4.2/debian/compat --- fcitx-sunpinyin-0.4.2/debian/compat 2017-09-29 03:30:57.000000000 +0000 +++ fcitx-sunpinyin-0.4.2/debian/compat 2018-07-09 10:26:48.000000000 +0000 @@ -1 +1 @@ -10 +11 diff -Nru fcitx-sunpinyin-0.4.2/debian/control fcitx-sunpinyin-0.4.2/debian/control --- fcitx-sunpinyin-0.4.2/debian/control 2017-09-29 03:30:57.000000000 +0000 +++ fcitx-sunpinyin-0.4.2/debian/control 2018-07-09 10:26:48.000000000 +0000 @@ -1,26 +1,27 @@ Source: fcitx-sunpinyin Section: utils Priority: optional -Maintainer: IME Packaging Team +Maintainer: Debian Input Method Team Uploaders: Aron Xu , - YunQiang Su , + YunQiang Su , Build-Depends: cmake, - debhelper (>= 10), + debhelper (>= 11~), fcitx-bin, fcitx-libs-dev (>= 1:4.2.9), libsqlite3-dev, libsunpinyin-dev (>= 3.0.0~git20160910), libx11-dev, pkg-config, -Standards-Version: 4.1.0 -Homepage: https://github.com/fcitx/fcitx-sunpinyin -Vcs-Git: https://anonscm.debian.org/git/pkg-ime/fcitx-sunpinyin.git -Vcs-Browser: https://anonscm.debian.org/git/pkg-ime/fcitx-sunpinyin.git +Standards-Version: 4.1.5 +Homepage: https://gitlab.com/fcitx/fcitx-sunpinyin +Vcs-Git: https://salsa.debian.org/input-method-team/fcitx-sunpinyin.git +Vcs-Browser: https://salsa.debian.org/input-method-team/fcitx-sunpinyin Package: fcitx-sunpinyin Architecture: any +Multi-Arch: same Depends: sunpinyin-data, ${misc:Depends}, diff -Nru fcitx-sunpinyin-0.4.2/debian/copyright fcitx-sunpinyin-0.4.2/debian/copyright --- fcitx-sunpinyin-0.4.2/debian/copyright 2017-09-29 03:30:57.000000000 +0000 +++ fcitx-sunpinyin-0.4.2/debian/copyright 2018-07-09 10:26:48.000000000 +0000 @@ -8,6 +8,7 @@ Files: debian/* Copyright: 2010, Aron Xu + 2018, Boyuan Yang <073plan@gmail.com> License: GPL-3+ License: GPL-3+ @@ -28,4 +29,3 @@ . On Debian systems, the full text of GPL-3 could be found at /usr/share/common-licenses/GPL-3 . - diff -Nru fcitx-sunpinyin-0.4.2/debian/rules fcitx-sunpinyin-0.4.2/debian/rules --- fcitx-sunpinyin-0.4.2/debian/rules 2017-09-29 03:30:57.000000000 +0000 +++ fcitx-sunpinyin-0.4.2/debian/rules 2018-07-09 10:26:48.000000000 +0000 @@ -1,8 +1,16 @@ #!/usr/bin/make -f +# -*- makefile -*- +# Uncomment this to turn on verbose mode. +# export DH_VERBOSE=1 -#export DH_VERBOSE = 1 +# see FEATURE AREAS in dpkg-buildflags(1) export DEB_BUILD_MAINT_OPTIONS = hardening=+all +export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: dh $@ + override_dh_makeshlibs: + +override_dh_missing: + dh_missing --fail-missing