2.52 KB
/srv/reproducible-results/rbuild-debian/r-b-build.gddVb5yB/b1/subversion_1.14.5-1_armhf.changes vs.
/srv/reproducible-results/rbuild-debian/r-b-build.gddVb5yB/b2/subversion_1.14.5-1_armhf.changes
954 B
Files
    
Offset 1, 10 lines modifiedOffset 1, 10 lines modified
  
1 ·a151aadb0a4dded0f80f4d41baf8fea7·229968·debug·optional·libapache2-mod-svn-dbgsym_1.14.5-1_armhf.deb1 ·a151aadb0a4dded0f80f4d41baf8fea7·229968·debug·optional·libapache2-mod-svn-dbgsym_1.14.5-1_armhf.deb
2 ·4c3cbf175062accdd083133de1c51a95·199920·httpd·optional·libapache2-mod-svn_1.14.5-1_armhf.deb2 ·10fe723d39cbb151f6bc319470b91bd9·199920·httpd·optional·libapache2-mod-svn_1.14.5-1_armhf.deb
3 ·7ef37681c224566479bb408df82b8d6f·404332·libdevel·optional·libsvn-dev_1.14.5-1_armhf.deb3 ·7ef37681c224566479bb408df82b8d6f·404332·libdevel·optional·libsvn-dev_1.14.5-1_armhf.deb
4 ·63013bb7f172e74795ef921ecf7adacb·1823580·doc·optional·libsvn-doc_1.14.5-1_all.deb4 ·63013bb7f172e74795ef921ecf7adacb·1823580·doc·optional·libsvn-doc_1.14.5-1_all.deb
5 ·a302805b8c22f145c4d3122bc69aaf6d·1669912·debug·optional·libsvn-java-dbgsym_1.14.5-1_armhf.deb5 ·a302805b8c22f145c4d3122bc69aaf6d·1669912·debug·optional·libsvn-java-dbgsym_1.14.5-1_armhf.deb
6 ·4760e59f2b1b744140e96e994e43f4d7·685236·java·optional·libsvn-java_1.14.5-1_armhf.deb6 ·4760e59f2b1b744140e96e994e43f4d7·685236·java·optional·libsvn-java_1.14.5-1_armhf.deb
7 ·2778b1d5362fc51d5b85278e166420a0·4253460·debug·optional·libsvn-perl-dbgsym_1.14.5-1_armhf.deb7 ·2778b1d5362fc51d5b85278e166420a0·4253460·debug·optional·libsvn-perl-dbgsym_1.14.5-1_armhf.deb
8 ·89c534ffa39decc4cdf8e8b319880ca8·880968·perl·optional·libsvn-perl_1.14.5-1_armhf.deb8 ·89c534ffa39decc4cdf8e8b319880ca8·880968·perl·optional·libsvn-perl_1.14.5-1_armhf.deb
9 ·24b9ea3be46366339f4c88114dbe774d·4689192·debug·optional·libsvn1-dbgsym_1.14.5-1_armhf.deb9 ·24b9ea3be46366339f4c88114dbe774d·4689192·debug·optional·libsvn1-dbgsym_1.14.5-1_armhf.deb
1.4 KB
libapache2-mod-svn_1.14.5-1_armhf.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