2.52 KB
/srv/reproducible-results/rbuild-debian/r-b-build.Gl1uSV3w/b1/subversion_1.14.3-1_armhf.changes vs.
/srv/reproducible-results/rbuild-debian/r-b-build.Gl1uSV3w/b2/subversion_1.14.3-1_armhf.changes
954 B
Files
    
Offset 1, 10 lines modifiedOffset 1, 10 lines modified
  
1 ·40b56dbb2a79f62c51b5dc99a3a91df8·228392·debug·optional·libapache2-mod-svn-dbgsym_1.14.3-1_armhf.deb1 ·40b56dbb2a79f62c51b5dc99a3a91df8·228392·debug·optional·libapache2-mod-svn-dbgsym_1.14.3-1_armhf.deb
2 ·decd006c0cf4eac6823fce5766adf081·198884·httpd·optional·libapache2-mod-svn_1.14.3-1_armhf.deb2 ·7ad9e66feb6395b3e40a003c1cf2a7bf·198884·httpd·optional·libapache2-mod-svn_1.14.3-1_armhf.deb
3 ·296d579fb91a7e8ede5c6860227f79b8·403416·libdevel·optional·libsvn-dev_1.14.3-1_armhf.deb3 ·296d579fb91a7e8ede5c6860227f79b8·403416·libdevel·optional·libsvn-dev_1.14.3-1_armhf.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 ·25b26724713d21b564da38f2ba1ff4a9·1640544·debug·optional·libsvn-java-dbgsym_1.14.3-1_armhf.deb5 ·25b26724713d21b564da38f2ba1ff4a9·1640544·debug·optional·libsvn-java-dbgsym_1.14.3-1_armhf.deb
6 ·029aae456bf59f31cbace3ffc45fba24·683028·java·optional·libsvn-java_1.14.3-1_armhf.deb6 ·029aae456bf59f31cbace3ffc45fba24·683028·java·optional·libsvn-java_1.14.3-1_armhf.deb
7 ·019e7ed3152ed727532060aef832a951·4250192·debug·optional·libsvn-perl-dbgsym_1.14.3-1_armhf.deb7 ·019e7ed3152ed727532060aef832a951·4250192·debug·optional·libsvn-perl-dbgsym_1.14.3-1_armhf.deb
8 ·a8b4666356d1ed9065790566a3877442·890888·perl·optional·libsvn-perl_1.14.3-1_armhf.deb8 ·a8b4666356d1ed9065790566a3877442·890888·perl·optional·libsvn-perl_1.14.3-1_armhf.deb
9 ·7f4ce230ed67d79067b399c1b7f8edba·4678740·debug·optional·libsvn1-dbgsym_1.14.3-1_armhf.deb9 ·7f4ce230ed67d79067b399c1b7f8edba·4678740·debug·optional·libsvn1-dbgsym_1.14.3-1_armhf.deb
1.4 KB
libapache2-mod-svn_1.14.3-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