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=66d7d82359fb74b148f243408aae6ccbc9019536 commit 66d7d82359fb74b148f243408aae6ccbc9019536 Author: Guillem Jover <[email protected]> AuthorDate: Wed Apr 12 23:53:42 2023 +0200 test: Switch deb non-uniform members test to use uncompressed control.tar This detangles the test from using multiple compressors, so that then we can skip based on what is present. --- src/at/deb-format.at | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/at/deb-format.at b/src/at/deb-format.at index 3d7de00ef..a2bf6eecb 100644 --- a/src/at/deb-format.at +++ b/src/at/deb-format.at @@ -534,15 +534,15 @@ drwxr-xr-x root/root 0 1970-01-01 00:00 ./ AT_CHECK([ # Test non-uniform data.tar/control.tar member compression -ar rc pkg-mixed-comp.deb debian-binary control.tar.xz data.tar.gz +ar rc pkg-mixed-comp.deb debian-binary control.tar data.tar.gz ar t pkg-mixed-comp.deb dpkg-deb -I pkg-mixed-comp.deb dpkg-deb -c pkg-mixed-comp.deb ], [], [debian-binary -control.tar.xz +control.tar data.tar.gz new Debian package, version 2.0. - size 175756 bytes: control archive=336 bytes. + size 185660 bytes: control archive=10240 bytes. 193 bytes, 7 lines control Package: pkg-deb-format Version: 0.0-1 -- Dpkg.Org's dpkg

