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=d8a76551e22abe76eefd7fef5c7f51f4118eb40e The following commit(s) were added to refs/heads/main by this push: new d8a76551e test: Update reference output to match tar sorted output d8a76551e is described below commit d8a76551e22abe76eefd7fef5c7f51f4118eb40e (HEAD -> main) Author: Guillem Jover <[email protected]> AuthorDate: Mon Jun 30 15:37:12 2025 +0200 test: Update reference output to match tar sorted output Fixes: commit ed6bbd445dd8800308c67236ba35d08004c98e82 Changelog: silent --- src/at/deb-content.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/at/deb-content.at b/src/at/deb-content.at index ed93e932f..d48eed72b 100644 --- a/src/at/deb-content.at +++ b/src/at/deb-content.at @@ -148,10 +148,10 @@ DPKG_AR_GEN([pkg-ctrl-dir-perms.deb], [debian-binary control.tar data.tar]) AT_CHECK([ dpkg-deb --ctrl-tarfile pkg-ctrl-dir-perms.deb | $TAR tvf - ], [0], [dr-xr-xr-x root/root 0 1970-01-01 00:00 ./ +-rw-r--r-- root/root 176 1970-01-01 00:00 ./control dr-xr-xr-x root/root 0 1970-01-01 00:00 ./rx-subdir/ dr-xr-xr-x root/root 0 1970-01-01 00:00 ./rx-subdir/inner/ -rw-r--r-- root/root 0 1970-01-01 00:00 ./rx-subdir/inner/file --rw-r--r-- root/root 176 1970-01-01 00:00 ./control ]) # Check that we can cleanup the temporarily extracted control.tar member. AT_CHECK([ -- Dpkg.Org's dpkg

