diff -Nru caffeine-2.9.8/debian/changelog caffeine-2.9.8/debian/changelog --- caffeine-2.9.8/debian/changelog 2020-09-01 12:24:06.000000000 +0000 +++ caffeine-2.9.8/debian/changelog 2022-03-28 11:41:32.000000000 +0000 @@ -1,3 +1,12 @@ +caffeine (2.9.8-2) unstable; urgency=medium + + * Bump debhelper from old 12 to 13. + * Update standards version to 4.6.0, no changes needed. + * Use dh-sequence-python3 and dh-sequence-bash-completion. + * Drop files from /usr that shouldn’t be there (Closes: #1008523). + + -- Andrej Shadura Mon, 28 Mar 2022 13:41:32 +0200 + caffeine (2.9.8-1) unstable; urgency=medium * New upstream release. diff -Nru caffeine-2.9.8/debian/control caffeine-2.9.8/debian/control --- caffeine-2.9.8/debian/control 2020-09-01 12:24:06.000000000 +0000 +++ caffeine-2.9.8/debian/control 2022-03-28 11:41:32.000000000 +0000 @@ -3,13 +3,13 @@ Priority: optional Maintainer: Andrej Shadura Build-Depends: - bash-completion, - debhelper-compat (= 12), - dh-python, + debhelper-compat (= 13), + dh-sequence-bash-completion, + dh-sequence-python3, gettext, python3-setuptools, python3-all -Standards-Version: 4.5.0 +Standards-Version: 4.6.0 Homepage: https://launchpad.net/caffeine Vcs-Browser: https://salsa.debian.org/debian/caffeine Vcs-Git: https://salsa.debian.org/debian/caffeine.git diff -Nru caffeine-2.9.8/debian/rules caffeine-2.9.8/debian/rules --- caffeine-2.9.8/debian/rules 2020-09-01 12:24:06.000000000 +0000 +++ caffeine-2.9.8/debian/rules 2022-03-28 11:41:32.000000000 +0000 @@ -3,4 +3,7 @@ export PYBUILD_NAME=caffeine %: - dh $@ --with python3,bash-completion --buildsystem=pybuild + dh $@ --buildsystem=pybuild + +execute_after_dh_auto_install: + rm -f debian/caffeine/usr/VERSION debian/caffeine/usr/compile_translations.py