tags 553107 + patch pending thanks Dear maintainer,
I've prepared an NMU for libsigc++ (versioned as 1.0.4-9.4) and uploaded it to DELAYED/2, according to devref §5.11.1. The patch is attached, it simply switch the relative order of dh_installdeb and dh_makeshlibs, so that the ldconfig snippet for postinst/postrm does not get generated *after* maintainer scripts have already been copied into the package. Cheers. -- Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7 z...@{upsilon.cc,pps.jussieu.fr,debian.org} -<>- http://upsilon.cc/zack/ Dietro un grande uomo c'è ..| . |. Et ne m'en veux pas si je te tutoie sempre uno zaino ...........| ..: |.... Je dis tu à tous ceux que j'aime
diff -u libsigc++-1.0.4/debian/rules libsigc++-1.0.4/debian/rules --- libsigc++-1.0.4/debian/rules +++ libsigc++-1.0.4/debian/rules @@ -18,10 +18,10 @@ dh_link dh_compress dh_fixperms - dh_installdeb + dh_makeshlibs dh_shlibdeps dh_strip - dh_makeshlibs + dh_installdeb dh_gencontrol dh_md5sums dh_builddeb diff -u libsigc++-1.0.4/debian/changelog libsigc++-1.0.4/debian/changelog --- libsigc++-1.0.4/debian/changelog +++ libsigc++-1.0.4/debian/changelog @@ -1,3 +1,12 @@ +libsigc++ (1.0.4-9.4) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules: switch relative order of dh_installdeb and + dh_makeshlibs, so that postinst is not generated w/o ldconfig. + (Closes: #553107) + + -- Stefano Zacchiroli <z...@debian.org> Wed, 18 Nov 2009 00:00:48 +0100 + libsigc++ (1.0.4-9.3) unstable; urgency=high * Non-maintainer upload.