tags 553257 + patch pending
thanks

Dear maintainer,

I've prepared an NMU for pidgin-hotkeys (versioned as 0.2.4-1.1) and
uploaded it to DELAYED/2, according to devref §5.11.1. The patch simply
remove the unappropriate e-Xclusion of pidgin from the invocation of
dh_shlibdeps: given that the package ships a .so (no matter if it is a
real library or an app plugin), appropriate deps on referenced libs
should be computed for it.

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 pidgin-hotkeys-0.2.4/debian/rules pidgin-hotkeys-0.2.4/debian/rules
--- pidgin-hotkeys-0.2.4/debian/rules
+++ pidgin-hotkeys-0.2.4/debian/rules
@@ -85,7 +85,7 @@
 	dh_fixperms
 	dh_pidgin
 	dh_installdeb
-	dh_shlibdeps -Xpidgin
+	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb
diff -u pidgin-hotkeys-0.2.4/debian/changelog pidgin-hotkeys-0.2.4/debian/changelog
--- pidgin-hotkeys-0.2.4/debian/changelog
+++ pidgin-hotkeys-0.2.4/debian/changelog
@@ -1,3 +1,11 @@
+pidgin-hotkeys (0.2.4-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules: remove dh_shlibdebs exclusion on dh_shlibdeps: since a
+    .so is shipped, appropriate deps must be computed (Closes: #553257)
+
+ -- Stefano Zacchiroli <z...@debian.org>  Fri, 27 Nov 2009 17:11:17 +0100
+
 pidgin-hotkeys (0.2.4-1) unstable; urgency=low
 
   * New upstream release.

Reply via email to