--- /srv/reproducible-results/rbuild-debian/r-b-build.Gl1uSV3w/b1/subversion_1.14.3-1_armhf.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.Gl1uSV3w/b2/subversion_1.14.3-1_armhf.changes ├── Files │ @@ -1,10 +1,10 @@ │ │ 40b56dbb2a79f62c51b5dc99a3a91df8 228392 debug optional libapache2-mod-svn-dbgsym_1.14.3-1_armhf.deb │ - decd006c0cf4eac6823fce5766adf081 198884 httpd optional libapache2-mod-svn_1.14.3-1_armhf.deb │ + 7ad9e66feb6395b3e40a003c1cf2a7bf 198884 httpd optional libapache2-mod-svn_1.14.3-1_armhf.deb │ 296d579fb91a7e8ede5c6860227f79b8 403416 libdevel optional libsvn-dev_1.14.3-1_armhf.deb │ e25d9880143cc7c8d8401dd56ec2c09e 1823060 doc optional libsvn-doc_1.14.3-1_all.deb │ 25b26724713d21b564da38f2ba1ff4a9 1640544 debug optional libsvn-java-dbgsym_1.14.3-1_armhf.deb │ 029aae456bf59f31cbace3ffc45fba24 683028 java optional libsvn-java_1.14.3-1_armhf.deb │ 019e7ed3152ed727532060aef832a951 4250192 debug optional libsvn-perl-dbgsym_1.14.3-1_armhf.deb │ a8b4666356d1ed9065790566a3877442 890888 perl optional libsvn-perl_1.14.3-1_armhf.deb │ 7f4ce230ed67d79067b399c1b7f8edba 4678740 debug optional libsvn1-dbgsym_1.14.3-1_armhf.deb ├── libapache2-mod-svn_1.14.3-1_armhf.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