2.51 KB
/srv/reproducible-results/rbuild-debian/r-b-build.RIOOcVMX/b1/subversion_1.14.3-1_i386.changes vs.
/srv/reproducible-results/rbuild-debian/r-b-build.RIOOcVMX/b2/subversion_1.14.3-1_i386.changes
945 B
Files
    
Offset 1, 10 lines modifiedOffset 1, 10 lines modified
  
1 ·ddacc0a155bb4210297660f84ba753eb·192052·debug·optional·libapache2-mod-svn-dbgsym_1.14.3-1_i386.deb1 ·ddacc0a155bb4210297660f84ba753eb·192052·debug·optional·libapache2-mod-svn-dbgsym_1.14.3-1_i386.deb
2 ·5cece4adbcbb56fddb27faa975b14310·215916·httpd·optional·libapache2-mod-svn_1.14.3-1_i386.deb2 ·a8df656bd2d31e5022f9d1fe0e070f3e·215916·httpd·optional·libapache2-mod-svn_1.14.3-1_i386.deb
3 ·46934c2ff24809a9c44a969a15d6c50f·403412·libdevel·optional·libsvn-dev_1.14.3-1_i386.deb3 ·46934c2ff24809a9c44a969a15d6c50f·403412·libdevel·optional·libsvn-dev_1.14.3-1_i386.deb
4 ·e25d9880143cc7c8d8401dd56ec2c09e·1823060·doc·optional·libsvn-doc_1.14.3-1_all.deb4 ·e25d9880143cc7c8d8401dd56ec2c09e·1823060·doc·optional·libsvn-doc_1.14.3-1_all.deb
5 ·4b8c879247c9ae5e7a96b86a30d24ecc·1606740·debug·optional·libsvn-java-dbgsym_1.14.3-1_i386.deb5 ·4b8c879247c9ae5e7a96b86a30d24ecc·1606740·debug·optional·libsvn-java-dbgsym_1.14.3-1_i386.deb
6 ·83a0d0ae5d791bcc4484e4e78e89a81c·722140·java·optional·libsvn-java_1.14.3-1_i386.deb6 ·83a0d0ae5d791bcc4484e4e78e89a81c·722140·java·optional·libsvn-java_1.14.3-1_i386.deb
7 ·24e4aefd3825acfd835ee1fd92fa27ca·3661784·debug·optional·libsvn-perl-dbgsym_1.14.3-1_i386.deb7 ·24e4aefd3825acfd835ee1fd92fa27ca·3661784·debug·optional·libsvn-perl-dbgsym_1.14.3-1_i386.deb
8 ·0ffd3c2eb36184e0e3a790f8d5f84f31·909652·perl·optional·libsvn-perl_1.14.3-1_i386.deb8 ·0ffd3c2eb36184e0e3a790f8d5f84f31·909652·perl·optional·libsvn-perl_1.14.3-1_i386.deb
9 ·073d8b9f054e856f60b9e952f3dfb3e7·4001544·debug·optional·libsvn1-dbgsym_1.14.3-1_i386.deb9 ·073d8b9f054e856f60b9e952f3dfb3e7·4001544·debug·optional·libsvn1-dbgsym_1.14.3-1_i386.deb
1.4 KB
libapache2-mod-svn_1.14.3-1_i386.deb
1.33 KB
control.tar.xz
1.3 KB
control.tar
408 B
./postinst
    
Offset 1, 12 lines modifiedOffset 1, 12 lines modified
1 #!/bin/sh1 #!/bin/sh
2 set·-e2 set·-e
3 #·Automatically·added·by·dh_apache2/UNDECLARED3 #·Automatically·added·by·dh_apache2/UNDECLARED
4 if·true;·then4 if·true;·then
5 »       if·[·-e·/usr/share/apache2/apache2-maintscript-helper·]·;·then5 »       if·[·-e·/usr/share/apache2/apache2-maintscript-helper·]·;·then
6 »       »       .·/usr/share/apache2/apache2-maintscript-helper6 »       »       .·/usr/share/apache2/apache2-maintscript-helper
7 »       »       for·conf·in·dav_svn·authz_svn··;·do7 »       »       for·conf·in·authz_svn·dav_svn··;·do
8 »       »       »       apache2_invoke·enmod·$conf··||·exit·18 »       »       »       apache2_invoke·enmod·$conf··||·exit·1
9 »       »       done9 »       »       done
10 »       fi10 »       fi
11 fi11 fi
12 #·End·automatically·added·section12 #·End·automatically·added·section
439 B
./postrm
    
Offset 2, 14 lines modifiedOffset 2, 14 lines modified
2 set·-e2 set·-e
3 #·Automatically·added·by·dh_apache2/UNDECLARED3 #·Automatically·added·by·dh_apache2/UNDECLARED
4 if·[·"$1"·=·"purge"·]·;·then4 if·[·"$1"·=·"purge"·]·;·then
5 »       if·true;·then5 »       if·true;·then
6 »       »       if·[·-e·/usr/share/apache2/apache2-maintscript-helper·]·;·then6 »       »       if·[·-e·/usr/share/apache2/apache2-maintscript-helper·]·;·then
7 »       »       »       .·/usr/share/apache2/apache2-maintscript-helper7 »       »       »       .·/usr/share/apache2/apache2-maintscript-helper
  
8 »       »       »       for·conf·in·dav_svn·authz_svn··;·do8 »       »       »       for·conf·in·authz_svn·dav_svn··;·do
9 »       »       »       »       apache2_invoke·dismod·$conf··||·exit·19 »       »       »       »       apache2_invoke·dismod·$conf··||·exit·1
10 »       »       »       done10 »       »       »       done
11 »       »       fi11 »       »       fi
12 »       fi12 »       fi
13 fi13 fi
14 #·End·automatically·added·section14 #·End·automatically·added·section
466 B
./prerm
    
Offset 2, 14 lines modifiedOffset 2, 14 lines modified
2 set·-e2 set·-e
3 #·Automatically·added·by·dh_apache2/UNDECLARED3 #·Automatically·added·by·dh_apache2/UNDECLARED
4 if·[·"$1"·=·"remove"·]·||·[·"$1"·=·"deconfigure"·]·;·then4 if·[·"$1"·=·"remove"·]·||·[·"$1"·=·"deconfigure"·]·;·then
5 »       if·true;·then5 »       if·true;·then
6 »       »       if·[·-e·/usr/share/apache2/apache2-maintscript-helper·]·;·then6 »       »       if·[·-e·/usr/share/apache2/apache2-maintscript-helper·]·;·then
7 »       »       »       .·/usr/share/apache2/apache2-maintscript-helper7 »       »       »       .·/usr/share/apache2/apache2-maintscript-helper
  
8 »       »       »       for·conf·in·dav_svn·authz_svn··;·do8 »       »       »       for·conf·in·authz_svn·dav_svn··;·do
9 »       »       »       »       apache2_invoke·dismod·$conf··||·exit·19 »       »       »       »       apache2_invoke·dismod·$conf··||·exit·1
10 »       »       »       done10 »       »       »       done
11 »       »       fi11 »       »       fi
12 »       fi12 »       fi
13 fi13 fi
14 #·End·automatically·added·section14 #·End·automatically·added·section