--- /srv/reproducible-results/rbuild-debian/r-b-build.RIOOcVMX/b1/subversion_1.14.3-1_i386.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.RIOOcVMX/b2/subversion_1.14.3-1_i386.changes ├── Files │ @@ -1,10 +1,10 @@ │ │ ddacc0a155bb4210297660f84ba753eb 192052 debug optional libapache2-mod-svn-dbgsym_1.14.3-1_i386.deb │ - 5cece4adbcbb56fddb27faa975b14310 215916 httpd optional libapache2-mod-svn_1.14.3-1_i386.deb │ + a8df656bd2d31e5022f9d1fe0e070f3e 215916 httpd optional libapache2-mod-svn_1.14.3-1_i386.deb │ 46934c2ff24809a9c44a969a15d6c50f 403412 libdevel optional libsvn-dev_1.14.3-1_i386.deb │ e25d9880143cc7c8d8401dd56ec2c09e 1823060 doc optional libsvn-doc_1.14.3-1_all.deb │ 4b8c879247c9ae5e7a96b86a30d24ecc 1606740 debug optional libsvn-java-dbgsym_1.14.3-1_i386.deb │ 83a0d0ae5d791bcc4484e4e78e89a81c 722140 java optional libsvn-java_1.14.3-1_i386.deb │ 24e4aefd3825acfd835ee1fd92fa27ca 3661784 debug optional libsvn-perl-dbgsym_1.14.3-1_i386.deb │ 0ffd3c2eb36184e0e3a790f8d5f84f31 909652 perl optional libsvn-perl_1.14.3-1_i386.deb │ 073d8b9f054e856f60b9e952f3dfb3e7 4001544 debug optional libsvn1-dbgsym_1.14.3-1_i386.deb ├── libapache2-mod-svn_1.14.3-1_i386.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