--- /srv/reproducible-results/rbuild-debian/r-b-build.FIne21l4/b1/automake1.11_1.11.6-6_armhf.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.FIne21l4/b2/automake1.11_1.11.6-6_armhf.changes ├── Files │ @@ -1,2 +1,2 @@ │ │ - 7b78be31a4c18373a05a650c5ccbd82f 532988 devel optional automake1.11_1.11.6-6_all.deb │ + ffcf0ecb34199c2638e57344004e4097 533044 devel optional automake1.11_1.11.6-6_all.deb ├── automake1.11_1.11.6-6_all.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2021-01-04 18:54:23.000000 debian-binary │ │ --rw-r--r-- 0 0 0 4480 2021-01-04 18:54:23.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 528316 2021-01-04 18:54:23.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 4476 2021-01-04 18:54:23.000000 control.tar.xz │ │ +-rw-r--r-- 0 0 0 528376 2021-01-04 18:54:23.000000 data.tar.xz │ ├── control.tar.xz │ │ ├── control.tar │ │ │ ├── ./md5sums │ │ │ │ ├── ./md5sums │ │ │ │ │┄ Files differ │ ├── data.tar.xz │ │ ├── data.tar │ │ │ ├── file list │ │ │ │ @@ -1,12 +1,12 @@ │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2021-01-04 18:54:23.000000 ./ │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2021-01-04 18:54:23.000000 ./usr/ │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2021-01-04 18:54:23.000000 ./usr/bin/ │ │ │ │ -rwxr-xr-x 0 root (0) root (0) 31694 2021-01-04 18:54:23.000000 ./usr/bin/aclocal-1.11 │ │ │ │ --rwxr-xr-x 0 root (0) root (0) 260056 2021-01-04 18:54:23.000000 ./usr/bin/automake-1.11 │ │ │ │ +-rwxr-xr-x 0 root (0) root (0) 260054 2021-01-04 18:54:23.000000 ./usr/bin/automake-1.11 │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2021-01-04 18:54:23.000000 ./usr/share/ │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2021-01-04 18:54:23.000000 ./usr/share/aclocal/ │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2021-01-04 18:54:23.000000 ./usr/share/aclocal-1.11/ │ │ │ │ -rw-r--r-- 0 root (0) root (0) 1662 2021-01-04 18:54:23.000000 ./usr/share/aclocal-1.11/amversion.m4 │ │ │ │ -rw-r--r-- 0 root (0) root (0) 2036 2021-01-04 18:54:23.000000 ./usr/share/aclocal-1.11/ar-lib.m4 │ │ │ │ -rw-r--r-- 0 root (0) root (0) 799 2021-01-04 18:54:23.000000 ./usr/share/aclocal-1.11/as.m4 │ │ │ │ -rw-r--r-- 0 root (0) root (0) 2455 2021-01-04 18:54:23.000000 ./usr/share/aclocal-1.11/auxdir.m4 │ │ │ ├── ./usr/bin/automake-1.11 │ │ │ │ @@ -37,15 +37,15 @@ │ │ │ │ # Override SHELL. This is required on DJGPP so that system() uses │ │ │ │ # bash, not COMMAND.COM which doesn't quote arguments properly. │ │ │ │ # Other systems aren't expected to use $SHELL when Automake │ │ │ │ # runs, but it should be safe to drop the `if DJGPP' guard if │ │ │ │ # it turns up other systems need the same thing. After all, │ │ │ │ # if SHELL is used, ./configure's SHELL is always better than │ │ │ │ # the user's SHELL (which may be something like tcsh). │ │ │ │ - $ENV{'SHELL'} = '/bin/bash' if exists $ENV{'DJDIR'}; │ │ │ │ + $ENV{'SHELL'} = '/bin/sh' if exists $ENV{'DJDIR'}; │ │ │ │ } │ │ │ │ │ │ │ │ use Automake::Struct; │ │ │ │ struct (# Short name of the language (c, f77...). │ │ │ │ 'name' => "\$", │ │ │ │ # Nice name of the language (C, Fortran 77...). │ │ │ │ 'Name' => "\$",