tags 553011 + patch pending
thanks

Hi Myon,
  in my quest to clear up not-so-new RC bugs, I've ended up on sdate.
I've prepared an NMU for sdate (versioned as 0.3.1+nmu1) and uploaded it
to DELAYED/3. The patch is attached; what it does is adding a missing
invocation to dh_installdeb which I've found to be the cause for the
non-installation of debhelper autoscript snippets. One of this snippet
was in fact the one containing the ldconfig call, whose lack caused this
RC bug.

Can you please consider integrating the patch in further releases?
Also, let me know if you want me to dcut and/or postpone any further my
delayed upload.


Hope this helps.
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 -Nru sdate-0.3.1/debian/changelog sdate-0.3.1+nmu1/debian/changelog
--- sdate-0.3.1/debian/changelog	2009-08-16 14:05:17.000000000 +0200
+++ sdate-0.3.1+nmu1/debian/changelog	2009-11-14 16:25:22.000000000 +0100
@@ -1,3 +1,11 @@
+sdate (0.3.1+nmu1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules: add dh_installdeb to fix non-generation of maintainer
+    scripts and non-invocation of ldconfig (Closes: #553011)
+
+ -- Stefano Zacchiroli <z...@debian.org>  Sat, 14 Nov 2009 16:10:08 +0100
+
 sdate (0.3.1) unstable; urgency=low
 
   * Update config.guess & sub at build time. (Closes: #534813)
diff -Nru sdate-0.3.1/debian/rules sdate-0.3.1+nmu1/debian/rules
--- sdate-0.3.1/debian/rules	2009-08-16 14:14:13.000000000 +0200
+++ sdate-0.3.1+nmu1/debian/rules	2009-11-14 16:24:25.000000000 +0100
@@ -49,6 +49,7 @@
 	dh_fixperms -Xdebian/sdate/usr/lib/libsdate.so.0.0.1
 	dh_makeshlibs
 	dh_shlibdeps
+	dh_installdeb
 	dh_gencontrol
 	dh_builddeb
 

Reply via email to