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=5eb93ea54884d92b2324eeb94439b3a483972e3b

The following commit(s) were added to refs/heads/main by this push:
     new 5eb93ea54 test: Fix check output to assume zlib instead of zlib-ng
5eb93ea54 is described below

commit 5eb93ea54884d92b2324eeb94439b3a483972e3b (HEAD -> main)
Author: Guillem Jover <guil...@debian.org>
AuthorDate: Sat Mar 19 20:36:17 2022 +0100

    test: Fix check output to assume zlib instead of zlib-ng
    
    This is a quick workaround to get the builds back to nominal. We will
    need to parametrize every size in outputs that depends on the compressor
    used, as those are not under our control and could change between
    different implementations (as happened here) or even same
    implementations but different versions, if the compressors improve.
    
    Fixes: commit 57d951260539d67da0230a83135ab805f89fa1af
    Changelog: silent
---
 src/at/deb-format.at | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/at/deb-format.at b/src/at/deb-format.at
index f62ff1795..2e8a6468e 100644
--- a/src/at/deb-format.at
+++ b/src/at/deb-format.at
@@ -70,7 +70,7 @@ AT_CHECK([
 # Check old package metadata
 dpkg-deb -I pkg-old.deb | $SED -e 's/ *$//'
 ], [], [ old Debian package, version 0.939000.
- size 425 bytes: control archive=277, main archive=135.
+ size 421 bytes: control archive=274, main archive=134.
      201 bytes,     7 lines      control
  Package: pkg-deb-old-format
  Version: 0.0-1

-- 
Dpkg.Org's dpkg

Reply via email to