--- /srv/reproducible-results/rbuild-debian/r-b-build.ScyBL55Z/b1/mod-mono_3.8-3_armhf.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.ScyBL55Z/b2/mod-mono_3.8-3_armhf.changes ├── Files │ @@ -1,3 +1,3 @@ │ │ 7f7bf2667365346e705c02d8c126df43 65336 debug optional libapache2-mod-mono-dbgsym_3.8-3_armhf.deb │ - 450c1e349083ccf141109f21d86fdd57 45356 web optional libapache2-mod-mono_3.8-3_armhf.deb │ + c8e168a7efcbce7682e7e956e50ee8e6 45356 web optional libapache2-mod-mono_3.8-3_armhf.deb ├── libapache2-mod-mono_3.8-3_armhf.deb │ ├── control.tar.xz │ │ ├── control.tar │ │ │ ├── ./postinst │ │ │ │ @@ -6,15 +6,15 @@ │ │ │ │ . /usr/share/debconf/confmodule │ │ │ │ db_version 2.0 │ │ │ │ │ │ │ │ # Automatically added by dh_apache2/UNDECLARED │ │ │ │ if true; then │ │ │ │ if [ -e /usr/share/apache2/apache2-maintscript-helper ] ; then │ │ │ │ . /usr/share/apache2/apache2-maintscript-helper │ │ │ │ - for conf in mod_mono mod_mono_auto ; do │ │ │ │ + for conf in mod_mono_auto mod_mono ; do │ │ │ │ apache2_invoke enmod $conf || exit 1 │ │ │ │ done │ │ │ │ fi │ │ │ │ fi │ │ │ │ # End automatically added section │ │ │ ├── ./postrm │ │ │ │ @@ -8,14 +8,14 @@ │ │ │ │ # End automatically added section │ │ │ │ # Automatically added by dh_apache2/UNDECLARED │ │ │ │ if [ "$1" = "purge" ] ; then │ │ │ │ if true; then │ │ │ │ if [ -e /usr/share/apache2/apache2-maintscript-helper ] ; then │ │ │ │ . /usr/share/apache2/apache2-maintscript-helper │ │ │ │ │ │ │ │ - for conf in mod_mono mod_mono_auto ; do │ │ │ │ + for conf in mod_mono_auto mod_mono ; do │ │ │ │ apache2_invoke dismod $conf || exit 1 │ │ │ │ done │ │ │ │ fi │ │ │ │ fi │ │ │ │ fi │ │ │ │ # End automatically added section │ │ │ ├── ./prerm │ │ │ │ @@ -2,14 +2,14 @@ │ │ │ │ set -e │ │ │ │ # Automatically added by dh_apache2/UNDECLARED │ │ │ │ if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ] ; then │ │ │ │ if true; then │ │ │ │ if [ -e /usr/share/apache2/apache2-maintscript-helper ] ; then │ │ │ │ . /usr/share/apache2/apache2-maintscript-helper │ │ │ │ │ │ │ │ - for conf in mod_mono mod_mono_auto ; do │ │ │ │ + for conf in mod_mono_auto mod_mono ; do │ │ │ │ apache2_invoke dismod $conf || exit 1 │ │ │ │ done │ │ │ │ fi │ │ │ │ fi │ │ │ │ fi │ │ │ │ # End automatically added section