tags 553125 + patch pending
thanks

Dear maintainer,

I've prepared an NMU for vdkxdb2 (versioned as 2.4.0-3.1) and uploaded
it to DELAYED/3, according to devref §5.11.1. The patch, which you can
find attached, fixes the invocation order of some dh_* scripts, in
particular it moves dh_installdeb past dh_makeshlibs, so that the
ldconfig postinst snippet generated by the latter is actually installed
in the resulting .deb.

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 vdkxdb2-2.4.0/debian/rules vdkxdb2-2.4.0/debian/rules
--- vdkxdb2-2.4.0/debian/rules
+++ vdkxdb2-2.4.0/debian/rules
@@ -59,10 +59,10 @@
 	dh_strip -plibvdkxdb2-2c2
 	dh_compress -plibvdkxdb2-2c2
 	dh_fixperms -plibvdkxdb2-2c2
-	dh_installdeb -plibvdkxdb2-2c2
+	dh_makeshlibs -plibvdkxdb2-2c2 -V 'libvdkxdb2-2c2 (>= 2.0.2-5.2)'
 	dh_shlibdeps -plibvdkxdb2-2c2
 	dh_gencontrol -plibvdkxdb2-2c2
-	dh_makeshlibs -plibvdkxdb2-2c2 -V 'libvdkxdb2-2c2 (>= 2.0.2-5.2)'
+	dh_installdeb -plibvdkxdb2-2c2
 	dh_md5sums -plibvdkxdb2-2c2
 	dh_builddeb -plibvdkxdb2-2c2
 
diff -u vdkxdb2-2.4.0/debian/changelog vdkxdb2-2.4.0/debian/changelog
--- vdkxdb2-2.4.0/debian/changelog
+++ vdkxdb2-2.4.0/debian/changelog
@@ -1,3 +1,11 @@
+vdkxdb2 (2.4.0-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules: fix dh_installdeb order (move it past dh_makeshlibs), so
+    that ldconfig postinst snippet is actually used (Closes: #553125)
+
+ -- Stefano Zacchiroli <z...@debian.org>  Thu, 19 Nov 2009 10:41:29 +0100
+
 vdkxdb2 (2.4.0-3) unstable; urgency=low
 
   * c++ transition (finally)

Reply via email to