--- /srv/reproducible-results/rbuild-debian/r-b-build.q9DkrEMS/b1/podman_5.3.2+ds1-1_arm64.changes
+++ /srv/reproducible-results/rbuild-debian/r-b-build.q9DkrEMS/b2/podman_5.3.2+ds1-1_arm64.changes
├── Files
│ @@ -1,6 +1,6 @@
│  
│   0520644257da5c403cf3badad6f11d3b 26076660 debug optional podman-dbgsym_5.3.2+ds1-1_arm64.deb
│ - 159574aade421a492c9848619aa01b39 28244 admin optional podman-docker_5.3.2+ds1-1_arm64.deb
│ + 2d08d51d826e46f0cb83cd178a2e8781 28256 admin optional podman-docker_5.3.2+ds1-1_arm64.deb
│   3150080ba5e4d669ff386fccac0398cf 9945908 debug optional podman-remote-dbgsym_5.3.2+ds1-1_arm64.deb
│   413fb717f0e0e002cd0902ea529d5603 7781836 admin optional podman-remote_5.3.2+ds1-1_arm64.deb
│   40b65e99b76a0b6cfd3807c3a5c07e69 20854356 admin optional podman_5.3.2+ds1-1_arm64.deb
├── podman-docker_5.3.2+ds1-1_arm64.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     8852 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    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 "$@"