tags 553124 + patch pending
thanks
Dear maintainer,
I've prepared an NMU for libapreq2 (versioned as 2.08-5.1) and uploaded
it to DELAYED/5, according to devref §5.11.1. The patch simply changes
the relative order of dh_installdeb and dh_makeshlibs: having the former
before the latter (as it was before my patch) makes the creation of
maintainer scripts occur earlier than the ldconfig snippet for
postinst/postrm is available, de facto inhibiting ldconfig to be part of
those scripts.
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 libapreq2-2.08/debian/rules libapreq2-2.08/debian/rules
--- libapreq2-2.08/debian/rules
+++ libapreq2-2.08/debian/rules
@@ -68,10 +68,10 @@
dh_strip
dh_compress
dh_fixperms
- dh_installdeb
dh_perl $(INSTDIR)/Apache
dh_makeshlibs
dh_shlibdeps -L libapreq2 -l debian/libapreq2/usr/lib
+ dh_installdeb
dh_gencontrol
dh_md5sums
dh_builddeb --destdir=$(DESTDIR)
diff -u libapreq2-2.08/debian/changelog libapreq2-2.08/debian/changelog
--- libapreq2-2.08/debian/changelog
+++ libapreq2-2.08/debian/changelog
@@ -1,3 +1,11 @@
+libapreq2 (2.08-5.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * debian/rules: change dh_* order so that dh_installdeb is not invoked
+ too early and avoid including ldconfig in postinst (Closes: #553124)
+
+ -- Stefano Zacchiroli <[email protected]> Sat, 14 Nov 2009 18:23:42 +0100
+
libapreq2 (2.08-5) unstable; urgency=low
* Update config.{sub,guess} with latest versions from autotools-dev; fixes