Control: tags -1 + pending Hello Anibal and Nobuhiro.
Given that #766809 is one of the final remaining and the main blocker for continuing with the usrmerge work which I'd like to see progress I've uploaded an NMU of libpng with Marcos patch applied (debdiff attached). Given the lack of replies for a very long time I didn't see much point in delaying it (quite the contrary given the hopefully upcoming libpng16 transition), so I uploaded to DELAYED/2 to give you a final chance to raise any concerns (but do it quickly if so!). Regards, Andreas Henriksson
diff -Nru libpng-1.2.54/debian/changelog libpng-1.2.54/debian/changelog --- libpng-1.2.54/debian/changelog 2015-11-18 18:20:30.000000000 +0100 +++ libpng-1.2.54/debian/changelog 2016-02-15 19:47:31.000000000 +0100 @@ -1,3 +1,12 @@ +libpng (1.2.54-1.1) unstable; urgency=medium + + * Non-maintainer upload. + + [ Marco d'Itri ] + * Drop spurious library link (Closes: #766809) + + -- Andreas Henriksson <andr...@fatal.se> Mon, 15 Feb 2016 19:47:16 +0100 + libpng (1.2.54-1) unstable; urgency=medium * New upstream release. (Closes: #803078, #805113) diff -Nru libpng-1.2.54/debian/libpng12-0.links libpng-1.2.54/debian/libpng12-0.links --- libpng-1.2.54/debian/libpng12-0.links 2015-11-18 18:38:40.000000000 +0100 +++ libpng-1.2.54/debian/libpng12-0.links 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -/lib/x86_64-linux-gnu/libpng12.so.0 /usr/lib/x86_64-linux-gnu/libpng12.so.0 diff -Nru libpng-1.2.54/debian/libpng12-0.links.in libpng-1.2.54/debian/libpng12-0.links.in --- libpng-1.2.54/debian/libpng12-0.links.in 2015-11-18 18:20:30.000000000 +0100 +++ libpng-1.2.54/debian/libpng12-0.links.in 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -/lib/${DEB_HOST_MULTIARCH}/libpng12.so.0 /usr/lib/${DEB_HOST_MULTIARCH}/libpng12.so.0 diff -Nru libpng-1.2.54/debian/rules libpng-1.2.54/debian/rules --- libpng-1.2.54/debian/rules 2015-11-18 18:20:30.000000000 +0100 +++ libpng-1.2.54/debian/rules 2016-02-15 19:46:32.000000000 +0100 @@ -46,7 +46,7 @@ dh_testdir dh_testroot dh_prep - set -e; for file in libpng12-0.install libpng12-0.links libpng12-dev.links libpng3.links; \ + set -e; for file in libpng12-0.install libpng12-dev.links libpng3.links; \ do \ sed -e"s,\$${DEB_HOST_MULTIARCH},${DEB_HOST_MULTIARCH},g" \ debian/$${file}.in > debian/$$file; \