tags 536924 + patch thanks Dear maintainer,
I've prepared an NMU for gai (versioned as 0.5.10-2.1) and am going to upload it to DELAYED/10, according to DevRef §5.11.1. This upload fixes #536924 by fixing CFLAGS (as Peter has already noted), plus two minor changes: debian/watch updated to use sf.net redirector, and docbase section fixed as well. Kindly, David diff -u gai-0.5.10/debian/rules gai-0.5.10/debian/rules --- gai-0.5.10/debian/rules +++ gai-0.5.10/debian/rules @@ -1,5 +1,7 @@ #!/usr/bin/make -f +CFLAGS += -I/usr/include/libgnomeui-2.0/ + include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk DEB_MAKE_CLEAN_TARGET = clean diff -u gai-0.5.10/debian/watch gai-0.5.10/debian/watch --- gai-0.5.10/debian/watch +++ gai-0.5.10/debian/watch @@ -2,2 +2 @@ -http://gai.sourceforge.net/library.html \ - http://prdownloads.sourceforge.net/gai/gai-(.*)\.tar\.bz2\?download +http://sf.net/gai/gai-(\d+.*)\.tar\.bz2 diff -u gai-0.5.10/debian/changelog gai-0.5.10/debian/changelog --- gai-0.5.10/debian/changelog +++ gai-0.5.10/debian/changelog @@ -1,3 +1,13 @@ +gai (0.5.10-2.1) unstable; urgency=low + + * Non-maintainer upload. + * FTBFS: fix CFLAGS with correct search path for libgnomeui, thanks + to Peter Green (Closes: #536924) + * debian/libgai-dev.doc-base: fixed docbase section + * debian/watch updated to use SF redirector + + -- David Paleino <[email protected]> Fri, 18 Sep 2009 21:29:35 +0200 + gai (0.5.10-2) unstable; urgency=low * Remove dependency on xmms (closes: #456739). diff -u gai-0.5.10/debian/libgai-dev.doc-base gai-0.5.10/debian/libgai-dev.doc-base --- gai-0.5.10/debian/libgai-dev.doc-base +++ gai-0.5.10/debian/libgai-dev.doc-base @@ -2,7 +2,7 @@ Title: GAI - The General Applet Interface library - Programmers guide Author: Jonas Aaberg <[email protected]> Abstract: Reference manual of GAI, the General Applet Interface library. -Section: Apps/Programming +Section: Programming Format: HTML Index: /usr/share/doc/libgai-dev/html/index.html -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

