--- /srv/reproducible-results/rbuild-debian/r-b-build.corTsevd/b1/subversion_1.14.5-3_amd64.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.corTsevd/b2/subversion_1.14.5-3_amd64.changes ├── Files │ @@ -1,10 +1,10 @@ │ │ 22543a9be3c1ba96e71c5ea1df055fd0 233524 debug optional libapache2-mod-svn-dbgsym_1.14.5-3_amd64.deb │ - 5425522443ab78670583b5285c110485 211772 httpd optional libapache2-mod-svn_1.14.5-3_amd64.deb │ + 1cc2b3ad6b3e1e7963dbd33c7de5f68a 211772 httpd optional libapache2-mod-svn_1.14.5-3_amd64.deb │ 8ae7d627caf4f1a418e3bc8dc3a55c24 404484 libdevel optional libsvn-dev_1.14.5-3_amd64.deb │ a93d076bfc93a57781e75d8665dc4745 1823844 doc optional libsvn-doc_1.14.5-3_all.deb │ 59ae4ac184a7c37a666321e09b1b75eb 1629644 debug optional libsvn-java-dbgsym_1.14.5-3_amd64.deb │ 28c8935fa4e50e429b9c2dcaa0b02ca4 715748 java optional libsvn-java_1.14.5-3_amd64.deb │ 347192272642574f60546879f3ac4e8b 4207692 debug optional libsvn-perl-dbgsym_1.14.5-3_amd64.deb │ 0e82ec5587707e6c35da85a0505cdce1 958132 perl optional libsvn-perl_1.14.5-3_amd64.deb │ 9d06b6369a9bea0e7786e00f181a55f3 4879084 debug optional libsvn1-dbgsym_1.14.5-3_amd64.deb ├── libapache2-mod-svn_1.14.5-3_amd64.deb │ ├── control.tar.xz │ │ ├── control.tar │ │ │ ├── ./postinst │ │ │ │ @@ -1,12 +1,12 @@ │ │ │ │ #!/bin/sh │ │ │ │ set -e │ │ │ │ # 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 dav_svn authz_svn ; do │ │ │ │ + for conf in authz_svn dav_svn ; do │ │ │ │ apache2_invoke enmod $conf || exit 1 │ │ │ │ done │ │ │ │ fi │ │ │ │ fi │ │ │ │ # End automatically added section │ │ │ ├── ./postrm │ │ │ │ @@ -2,14 +2,14 @@ │ │ │ │ set -e │ │ │ │ # 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 dav_svn authz_svn ; do │ │ │ │ + for conf in authz_svn dav_svn ; 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 dav_svn authz_svn ; do │ │ │ │ + for conf in authz_svn dav_svn ; do │ │ │ │ apache2_invoke dismod $conf || exit 1 │ │ │ │ done │ │ │ │ fi │ │ │ │ fi │ │ │ │ fi │ │ │ │ # End automatically added section