This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=d01550dc4ab0357583ba2b35fc3de7c558af2892 commit d01550dc4ab0357583ba2b35fc3de7c558af2892 Author: Guillem Jover <[email protected]> AuthorDate: Wed Mar 5 23:17:30 2025 +0100 test: Pass --root-owner-group to dpkg-deb in functional tests Recent dpkg-deb emits warnings when the root directory for the package being built has unexpected owners. --- tests/Test.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Test.mk b/tests/Test.mk index a830d5d49..e6bdbbfc6 100644 --- a/tests/Test.mk +++ b/tests/Test.mk @@ -92,7 +92,7 @@ DPKG_DIVERT = dpkg-divert $(DPKG_COMMON_OPTIONS) $(DPKG_DIVERT_OPTIONS) DPKG_DIVERT_ADD = $(BEROOT) $(DPKG_DIVERT) --add DPKG_DIVERT_DEL = $(BEROOT) $(DPKG_DIVERT) --remove DPKG_SPLIT = dpkg-split $(DPKG_SPLIT_OPTIONS) -DPKG_BUILD_DEB = $(DPKG_DEB) -b +DPKG_BUILD_DEB = $(DPKG_DEB) --root-owner-group -b DPKG_QUERY = dpkg-query $(DPKG_COMMON_OPTIONS) $(DPKG_QUERY_OPTIONS) DPKG_TRIGGER = dpkg-trigger $(DPKG_COMMON_OPTIONS) $(DPKG_TRIGGER_OPTIONS) -- Dpkg.Org's dpkg

