--- /srv/reproducible-results/rbuild-debian/r-b-build.tt2cNwQt/b1/podman_5.3.2+ds1-1_i386.changes
+++ /srv/reproducible-results/rbuild-debian/r-b-build.tt2cNwQt/b2/podman_5.3.2+ds1-1_i386.changes
├── Files
│ @@ -1,6 +1,6 @@
│  
│   33602cf7fbc14a15cf9b2812e612278c 23932220 debug optional podman-dbgsym_5.3.2+ds1-1_i386.deb
│ - a3b2f9471e6babcabf58a745d4651c8b 28080 admin optional podman-docker_5.3.2+ds1-1_i386.deb
│ + 872b786731bc2d606a9873040a29505a 28088 admin optional podman-docker_5.3.2+ds1-1_i386.deb
│   49e4d267b7500374fefbdf5ef4e4d568 9574176 debug optional podman-remote-dbgsym_5.3.2+ds1-1_i386.deb
│   cc6d3064916e83b5799fe9bbd6f8cbea 7968376 admin optional podman-remote_5.3.2+ds1-1_i386.deb
│   f39c2f7b179e4a9ca49c407eef7d0fd7 22352748 admin optional podman_5.3.2+ds1-1_i386.deb
├── podman-docker_5.3.2+ds1-1_i386.deb
│ ├── file list
│ │ @@ -1,3 +1,3 @@
│ │  -rw-r--r--   0        0        0        4 2025-01-27 11:57:58.000000 debian-binary
│ │ --rw-r--r--   0        0        0     8688 2025-01-27 11:57:58.000000 control.tar.xz
│ │ --rw-r--r--   0        0        0    19200 2025-01-27 11:57:58.000000 data.tar.xz
│ │ +-rw-r--r--   0        0        0     8684 2025-01-27 11:57:58.000000 control.tar.xz
│ │ +-rw-r--r--   0        0        0    19212 2025-01-27 11:57:58.000000 data.tar.xz
│ ├── control.tar.xz
│ │ ├── control.tar
│ │ │ ├── ./md5sums
│ │ │ │ ├── ./md5sums
│ │ │ │ │┄ Files differ
│ ├── data.tar.xz
│ │ ├── data.tar
│ │ │ ├── file list
│ │ │ │ @@ -1,15 +1,15 @@
│ │ │ │  drwxr-xr-x   0 root         (0) root         (0)        0 2025-01-27 11:57:58.000000 ./
│ │ │ │  drwxr-xr-x   0 root         (0) root         (0)        0 2025-01-27 11:57:58.000000 ./etc/
│ │ │ │  drwxr-xr-x   0 root         (0) root         (0)        0 2025-01-27 11:57:58.000000 ./etc/profile.d/
│ │ │ │  -rw-r--r--   0 root         (0) root         (0)      260 2025-01-27 11:57:58.000000 ./etc/profile.d/podman-docker.csh
│ │ │ │  -rw-r--r--   0 root         (0) root         (0)      276 2025-01-27 11:57:58.000000 ./etc/profile.d/podman-docker.sh
│ │ │ │  drwxr-xr-x   0 root         (0) root         (0)        0 2025-01-27 11:57:58.000000 ./usr/
│ │ │ │  drwxr-xr-x   0 root         (0) root         (0)        0 2025-01-27 11:57:58.000000 ./usr/bin/
│ │ │ │ --rwxr-xr-x   0 root         (0) root         (0)      249 2025-01-27 11:57:58.000000 ./usr/bin/docker
│ │ │ │ +-rwxr-xr-x   0 root         (0) root         (0)      250 2025-01-27 11:57:58.000000 ./usr/bin/docker
│ │ │ │  drwxr-xr-x   0 root         (0) root         (0)        0 2025-01-27 11:57:58.000000 ./usr/lib/
│ │ │ │  drwxr-xr-x   0 root         (0) root         (0)        0 2025-01-27 11:57:58.000000 ./usr/lib/tmpfiles.d/
│ │ │ │  -rw-r--r--   0 root         (0) root         (0)       63 2025-01-27 11:57:58.000000 ./usr/lib/tmpfiles.d/podman-docker.conf
│ │ │ │  drwxr-xr-x   0 root         (0) root         (0)        0 2025-01-27 11:57:58.000000 ./usr/share/
│ │ │ │  drwxr-xr-x   0 root         (0) root         (0)        0 2025-01-27 11:57:58.000000 ./usr/share/doc/
│ │ │ │  drwxr-xr-x   0 root         (0) root         (0)        0 2025-01-27 11:57:58.000000 ./usr/share/doc/podman-docker/
│ │ │ │  -rw-r--r--   0 root         (0) root         (0)      676 2025-01-27 11:57:58.000000 ./usr/share/doc/podman-docker/NEWS.Debian.gz
│ │ │ ├── ./usr/bin/docker
│ │ │ │ @@ -1,4 +1,4 @@
│ │ │ │  #!/bin/sh
│ │ │ │ -[ -e /etc/containers/nodocker ] || [ -e "\${XDG_CONFIG_HOME-\/nonexistent/first-build/.config}/containers/nodocker" ] || \
│ │ │ │ +[ -e /etc/containers/nodocker ] || [ -e "\${XDG_CONFIG_HOME-\/nonexistent/second-build/.config}/containers/nodocker" ] || \
│ │ │ │  echo "Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg." >&2
│ │ │ │  exec /usr/bin/podman "$@"