tags 531715 + pending thanks Dear maintainer,
I've prepared an NMU for gcin (versioned as 1.4.5-1.1) and uploaded it to DELAYED/2, according to devref §5.11.1. The patch adds the missing #include as suggested by Martin Michmayr. Additionally however, I had to add 2 lintian overrides for the shlibs-rpath issue of the immodule packages: without that the upload will be auto-REJECTED by dak. The use of rpath is appropriate though, as you indeed use private shlibs under /usr/lib/gcim/, so the override is justified too. Please include it in future releases of the package. Regards. -- 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 gcin-1.4.5/debian/changelog gcin-1.4.5/debian/changelog --- gcin-1.4.5/debian/changelog +++ gcin-1.4.5/debian/changelog @@ -1,3 +1,14 @@ +gcin (1.4.5-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Add missing #include to fix FTBFS with gcc 4.4, patch by Martin + Michlmayr. (Closes: #531715) + * gcin-qt{3,4}-immodule: add lintian overrides for shlib-defines-rpath, + this is needed to get the package pass through auto-REJECT. Rationale: + rpath is appropriate here, the packages use private shlibs. + + -- Stefano Zacchiroli <z...@debian.org> Sat, 26 Dec 2009 10:13:19 +0100 + gcin (1.4.5-1) unstable; urgency=low * New Upstream Version diff -u gcin-1.4.5/debian/rules gcin-1.4.5/debian/rules --- gcin-1.4.5/debian/rules +++ gcin-1.4.5/debian/rules @@ -54,6 +54,7 @@ dh_install # dh_gtkmodules dh_installmenu + dh_lintian dh_link dh_strip dh_compress only in patch2: unchanged: --- gcin-1.4.5.orig/debian/gcin-qt4-immodule.lintian-overrides +++ gcin-1.4.5/debian/gcin-qt4-immodule.lintian-overrides @@ -0,0 +1 @@ +gcin-qt4-immodule binary: binary-or-shlib-defines-rpath only in patch2: unchanged: --- gcin-1.4.5.orig/debian/gcin-qt3-immodule.lintian-overrides +++ gcin-1.4.5/debian/gcin-qt3-immodule.lintian-overrides @@ -0,0 +1 @@ +gcin-qt3-immodule binary: binary-or-shlib-defines-rpath only in patch2: unchanged: --- gcin-1.4.5.orig/qt4-im/gcin-imcontext-qt.cpp +++ gcin-1.4.5/qt4-im/gcin-imcontext-qt.cpp @@ -3,6 +3,7 @@ #include <X11/Xlib.h> #include <X11/keysym.h> #include <X11/Xutil.h> +#include <cstdio> #include "gcin-im-client.h" #include <QColor> #include <QPalette>