Offset 1, 10 lines modified | Offset 1, 10 lines modified | ||
1 | ·a151aadb0a4dded0f80f4d41baf8fea7·229968·debug·optional·libapache2-mod-svn-dbgsym_1.14.5-1_armhf.deb | 1 | ·a151aadb0a4dded0f80f4d41baf8fea7·229968·debug·optional·libapache2-mod-svn-dbgsym_1.14.5-1_armhf.deb |
2 | · | 2 | ·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.deb | 3 | ·7ef37681c224566479bb408df82b8d6f·404332·libdevel·optional·libsvn-dev_1.14.5-1_armhf.deb |
4 | ·63013bb7f172e74795ef921ecf7adacb·1823580·doc·optional·libsvn-doc_1.14.5-1_all.deb | 4 | ·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.deb | 5 | ·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.deb | 6 | ·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.deb | 7 | ·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.deb | 8 | ·89c534ffa39decc4cdf8e8b319880ca8·880968·perl·optional·libsvn-perl_1.14.5-1_armhf.deb |
9 | ·24b9ea3be46366339f4c88114dbe774d·4689192·debug·optional·libsvn1-dbgsym_1.14.5-1_armhf.deb | 9 | ·24b9ea3be46366339f4c88114dbe774d·4689192·debug·optional·libsvn1-dbgsym_1.14.5-1_armhf.deb |
Offset 1, 12 lines modified | Offset 1, 12 lines modified | ||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | set·-e | 2 | set·-e |
3 | #·Automatically·added·by·dh_apache2/UNDECLARED | 3 | #·Automatically·added·by·dh_apache2/UNDECLARED |
4 | if·true;·then | 4 | if·true;·then |
5 | » if·[·-e·/usr/share/apache2/apache2-maintscript-helper·]·;·then | 5 | » if·[·-e·/usr/share/apache2/apache2-maintscript-helper·]·;·then |
6 | » » .·/usr/share/apache2/apache2-maintscript-helper | 6 | » » .·/usr/share/apache2/apache2-maintscript-helper |
7 | » » for·conf·in· | 7 | » » for·conf·in·dav_svn·authz_svn··;·do |
8 | » » » apache2_invoke·enmod·$conf··||·exit·1 | 8 | » » » apache2_invoke·enmod·$conf··||·exit·1 |
9 | » » done | 9 | » » done |
10 | » fi | 10 | » fi |
11 | fi | 11 | fi |
12 | #·End·automatically·added·section | 12 | #·End·automatically·added·section |
Offset 2, 14 lines modified | Offset 2, 14 lines modified | ||
2 | set·-e | 2 | set·-e |
3 | #·Automatically·added·by·dh_apache2/UNDECLARED | 3 | #·Automatically·added·by·dh_apache2/UNDECLARED |
4 | if·[·"$1"·=·"purge"·]·;·then | 4 | if·[·"$1"·=·"purge"·]·;·then |
5 | » if·true;·then | 5 | » if·true;·then |
6 | » » if·[·-e·/usr/share/apache2/apache2-maintscript-helper·]·;·then | 6 | » » if·[·-e·/usr/share/apache2/apache2-maintscript-helper·]·;·then |
7 | » » » .·/usr/share/apache2/apache2-maintscript-helper | 7 | » » » .·/usr/share/apache2/apache2-maintscript-helper |
8 | » » » for·conf·in· | 8 | » » » for·conf·in·dav_svn·authz_svn··;·do |
9 | » » » » apache2_invoke·dismod·$conf··||·exit·1 | 9 | » » » » apache2_invoke·dismod·$conf··||·exit·1 |
10 | » » » done | 10 | » » » done |
11 | » » fi | 11 | » » fi |
12 | » fi | 12 | » fi |
13 | fi | 13 | fi |
14 | #·End·automatically·added·section | 14 | #·End·automatically·added·section |
Offset 2, 14 lines modified | Offset 2, 14 lines modified | ||
2 | set·-e | 2 | set·-e |
3 | #·Automatically·added·by·dh_apache2/UNDECLARED | 3 | #·Automatically·added·by·dh_apache2/UNDECLARED |
4 | if·[·"$1"·=·"remove"·]·||·[·"$1"·=·"deconfigure"·]·;·then | 4 | if·[·"$1"·=·"remove"·]·||·[·"$1"·=·"deconfigure"·]·;·then |
5 | » if·true;·then | 5 | » if·true;·then |
6 | » » if·[·-e·/usr/share/apache2/apache2-maintscript-helper·]·;·then | 6 | » » if·[·-e·/usr/share/apache2/apache2-maintscript-helper·]·;·then |
7 | » » » .·/usr/share/apache2/apache2-maintscript-helper | 7 | » » » .·/usr/share/apache2/apache2-maintscript-helper |
8 | » » » for·conf·in· | 8 | » » » for·conf·in·dav_svn·authz_svn··;·do |
9 | » » » » apache2_invoke·dismod·$conf··||·exit·1 | 9 | » » » » apache2_invoke·dismod·$conf··||·exit·1 |
10 | » » » done | 10 | » » » done |
11 | » » fi | 11 | » » fi |
12 | » fi | 12 | » fi |
13 | fi | 13 | fi |
14 | #·End·automatically·added·section | 14 | #·End·automatically·added·section |