--- /srv/reproducible-results/rbuild-debian/r-b-build.lVOZ6PbE/b1/subversion_1.14.5-3_amd64.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.lVOZ6PbE/b2/subversion_1.14.5-3_amd64.changes ├── Files │ @@ -1,10 +1,10 @@ │ │ 308d5a4ea3b903446e523df089b8bc29 233160 debug optional libapache2-mod-svn-dbgsym_1.14.5-3_amd64.deb │ - a313e51a1e2cdcea89b4986f928928dd 211892 httpd optional libapache2-mod-svn_1.14.5-3_amd64.deb │ + 6033dfcb042ab5f66d8624494d8165d9 211892 httpd optional libapache2-mod-svn_1.14.5-3_amd64.deb │ 017671b6821dc4f592d4d0384393fd91 404480 libdevel optional libsvn-dev_1.14.5-3_amd64.deb │ a93d076bfc93a57781e75d8665dc4745 1823844 doc optional libsvn-doc_1.14.5-3_all.deb │ a382dc2899b40dbb5ab4cbf92a42ec6e 1629432 debug optional libsvn-java-dbgsym_1.14.5-3_amd64.deb │ d13c8d6f7f3c4ca7227c927486eda95b 715428 java optional libsvn-java_1.14.5-3_amd64.deb │ c33f6ba5210bb722387a164465fe5d43 4208304 debug optional libsvn-perl-dbgsym_1.14.5-3_amd64.deb │ c8d69a509ecc5625fc7f7e6561265fd8 957672 perl optional libsvn-perl_1.14.5-3_amd64.deb │ 8fd7a740ebc48dbd336fe6fe8d13a309 4868360 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