diff --git a/debian/changelog b/debian/changelog index a833a64..6c90058 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +fcitx-table-extra (0.3.8-3) unstable; urgency=medium + + * Team upload. + * Rebuild for Debian 11. + * Bump debhelper compat to v13. + * Bump Standards-Version to 4.5.1. + + -- Boyuan Yang Thu, 14 Jan 2021 22:10:49 -0500 + fcitx-table-extra (0.3.8-2) unstable; urgency=medium * Team upload. diff --git a/debian/compat b/debian/compat deleted file mode 100644 index b4de394..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -11 diff --git a/debian/control b/debian/control index 058c960..ae77f46 100644 --- a/debian/control +++ b/debian/control @@ -7,13 +7,13 @@ YunQiang Su , Build-Depends: cmake, - debhelper (>= 11), + debhelper-compat (= 13), fcitx-bin (>= 1:4.2.9), fcitx-libs-dev (>= 1:4.2.9), fcitx-tools (>= 1:4.2.9), intltool, -Standards-Version: 4.2.1 -Homepage: https://gitlab.com/fcitx/fcitx-table-extra +Standards-Version: 4.5.1 +Homepage: https://github.com/fcitx/fcitx-table-extra Vcs-Git: https://salsa.debian.org/input-method-team/fcitx-table-extra.git Vcs-Browser: https://salsa.debian.org/input-method-team/fcitx-table-extra diff --git a/debian/rules b/debian/rules index de9ac78..696ecca 100755 --- a/debian/rules +++ b/debian/rules @@ -3,10 +3,6 @@ %: dh $@ -override_dh_install: +execute_after_dh_install: # Removing translation files that's not used find . -name *.mo -delete - dh_install - -override_dh_missing: - dh_missing --fail-missing