diff -Nru evolution-data-server-3.44.0/debian/changelog evolution-data-server-3.44.0/debian/changelog --- evolution-data-server-3.44.0/debian/changelog 2022-03-18 12:14:59.000000000 +0000 +++ evolution-data-server-3.44.0/debian/changelog 2022-03-20 01:45:47.000000000 +0000 @@ -1,3 +1,9 @@ +evolution-data-server (3.44.0-2) unstable; urgency=medium + + * debian/rules: Fix dh_fixperms override (Closes: #1004484, #1006603) + + -- Jeremy Bicha Sat, 19 Mar 2022 21:45:47 -0400 + evolution-data-server (3.44.0-1) unstable; urgency=medium * New upstream release diff -Nru evolution-data-server-3.44.0/debian/rules evolution-data-server-3.44.0/debian/rules --- evolution-data-server-3.44.0/debian/rules 2022-03-18 12:14:59.000000000 +0000 +++ evolution-data-server-3.44.0/debian/rules 2022-03-20 01:45:47.000000000 +0000 @@ -55,12 +55,9 @@ override_dh_fixperms-arch: chgrp mail $(CURDIR)/debian/evolution-data-server/usr/libexec/camel-lock-helper* chmod g+s $(CURDIR)/debian/evolution-data-server/usr/libexec/camel-lock-helper* - dh_fixperms -a -X/usr/libexec/camel-lock-helper* - + dh_fixperms -a -X/usr/libexec/camel-lock-helper* -Xusr/libexec/evolution-data-server/installed-tests # debhelper >= 13.4 makes all of /usr/libexec executable, which is not # quite right for installed-tests -override_dh_fixperms: - dh_fixperms -Xusr/libexec/evolution-data-server/installed-tests ifneq ($(filter %-tests,$(built_binaries)),) chmod --changes u=rw,og=r debian/*-tests/usr/libexec/*/installed-tests/components/* chmod --changes u=rw,og=r debian/*-tests/usr/libexec/*/installed-tests/vcards/*