--- /srv/reproducible-results/rbuild-debian/r-b-build.hKu5mfWx/b1/subversion_1.14.5-2_amd64.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.hKu5mfWx/b2/subversion_1.14.5-2_amd64.changes ├── Files │ @@ -1,10 +1,10 @@ │ │ ff01c115fcb4bb575f8a91cf46ef2458 232492 debug optional libapache2-mod-svn-dbgsym_1.14.5-2_amd64.deb │ - 57c1667ea9829e2efb3c4d39b3b4723a 211292 httpd optional libapache2-mod-svn_1.14.5-2_amd64.deb │ + a6fd442da279a0e4bbc9836436651163 211292 httpd optional libapache2-mod-svn_1.14.5-2_amd64.deb │ 31d93f580bd892cd6e24b09811c5009a 404376 libdevel optional libsvn-dev_1.14.5-2_amd64.deb │ d7ec591f7d2384976927b027aaa39e5e 1823244 doc optional libsvn-doc_1.14.5-2_all.deb │ 59944d566bc627ab8bc02ea29c4380fd 1629444 debug optional libsvn-java-dbgsym_1.14.5-2_amd64.deb │ a890e897fc8c65818de846c73846ca72 715952 java optional libsvn-java_1.14.5-2_amd64.deb │ 16a6115007c390d31313fb854918004f 4208680 debug optional libsvn-perl-dbgsym_1.14.5-2_amd64.deb │ a36fe26ca1e89b4ab258ce5150774c3e 958020 perl optional libsvn-perl_1.14.5-2_amd64.deb │ 0eba3016e0790bfe4baf24527725d52f 4897676 debug optional libsvn1-dbgsym_1.14.5-2_amd64.deb ├── libapache2-mod-svn_1.14.5-2_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 authz_svn dav_svn ; do │ │ │ │ + for conf in dav_svn authz_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 authz_svn dav_svn ; do │ │ │ │ + for conf in dav_svn authz_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 authz_svn dav_svn ; do │ │ │ │ + for conf in dav_svn authz_svn ; do │ │ │ │ apache2_invoke dismod $conf || exit 1 │ │ │ │ done │ │ │ │ fi │ │ │ │ fi │ │ │ │ fi │ │ │ │ # End automatically added section