2.52 KB
/srv/reproducible-results/rbuild-debian/r-b-build.v41xKeKq/b1/subversion_1.14.5-2_amd64.changes vs.
/srv/reproducible-results/rbuild-debian/r-b-build.v41xKeKq/b2/subversion_1.14.5-2_amd64.changes
954 B
Files
    
Offset 1, 10 lines modifiedOffset 1, 10 lines modified
  
1 ·0c747c8754d862592b4fd63ec4e0c2df·232840·debug·optional·libapache2-mod-svn-dbgsym_1.14.5-2_amd64.deb1 ·0c747c8754d862592b4fd63ec4e0c2df·232840·debug·optional·libapache2-mod-svn-dbgsym_1.14.5-2_amd64.deb
2 ·8e58a8a9d0e181c0c31f5f05a59bd578·211224·httpd·optional·libapache2-mod-svn_1.14.5-2_amd64.deb2 ·720d7ffd4abcc11a020286921df4c98d·211224·httpd·optional·libapache2-mod-svn_1.14.5-2_amd64.deb
3 ·e3d6523cf79a1824877b6c5572a155e8·404376·libdevel·optional·libsvn-dev_1.14.5-2_amd64.deb3 ·e3d6523cf79a1824877b6c5572a155e8·404376·libdevel·optional·libsvn-dev_1.14.5-2_amd64.deb
4 ·d7ec591f7d2384976927b027aaa39e5e·1823244·doc·optional·libsvn-doc_1.14.5-2_all.deb4 ·d7ec591f7d2384976927b027aaa39e5e·1823244·doc·optional·libsvn-doc_1.14.5-2_all.deb
5 ·601b6ceb47d5d024efe0c57e9a3738ab·1629388·debug·optional·libsvn-java-dbgsym_1.14.5-2_amd64.deb5 ·601b6ceb47d5d024efe0c57e9a3738ab·1629388·debug·optional·libsvn-java-dbgsym_1.14.5-2_amd64.deb
6 ·05243359fdcda22779bc869ea96ec725·716032·java·optional·libsvn-java_1.14.5-2_amd64.deb6 ·05243359fdcda22779bc869ea96ec725·716032·java·optional·libsvn-java_1.14.5-2_amd64.deb
7 ·edbeb4a73f3121c748faf078f70aaf30·4206508·debug·optional·libsvn-perl-dbgsym_1.14.5-2_amd64.deb7 ·edbeb4a73f3121c748faf078f70aaf30·4206508·debug·optional·libsvn-perl-dbgsym_1.14.5-2_amd64.deb
8 ·71b60532502e860b3b1514bbf2bb40a5·959288·perl·optional·libsvn-perl_1.14.5-2_amd64.deb8 ·71b60532502e860b3b1514bbf2bb40a5·959288·perl·optional·libsvn-perl_1.14.5-2_amd64.deb
9 ·497a42a7944970c80f41f3ada90d1f00·4878676·debug·optional·libsvn1-dbgsym_1.14.5-2_amd64.deb9 ·497a42a7944970c80f41f3ada90d1f00·4878676·debug·optional·libsvn1-dbgsym_1.14.5-2_amd64.deb
1.4 KB
libapache2-mod-svn_1.14.5-2_amd64.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·authz_svn·dav_svn··;·do7 »       »       for·conf·in·dav_svn·authz_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·authz_svn·dav_svn··;·do8 »       »       »       for·conf·in·dav_svn·authz_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·authz_svn·dav_svn··;·do8 »       »       »       for·conf·in·dav_svn·authz_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