diff -u cachefilesd-0.9/debian/changelog cachefilesd-0.9/debian/changelog --- cachefilesd-0.9/debian/changelog +++ cachefilesd-0.9/debian/changelog @@ -1,3 +1,11 @@ +cachefilesd (0.9-3ubuntu1) maverick; urgency=low + + * cachefilesd-0.9/cachefilesd.c: + + Add missing headers to fix undefined reference to `S_IS* linker + error with gcc 4.5 (LP: #601655) + + -- Bhavani Shankar Sun, 04 Jul 2010 22:56:45 +0530 + cachefilesd (0.9-3) unstable; urgency=low * Added logcheck ignore file. (Closes: 534581) diff -u cachefilesd-0.9/debian/control cachefilesd-0.9/debian/control --- cachefilesd-0.9/debian/control +++ cachefilesd-0.9/debian/control @@ -1,7 +1,8 @@ Source: cachefilesd Section: misc Priority: optional -Maintainer: Shane Wegner +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Shane Wegner Build-Depends: cdbs, debhelper (>= 7) Standards-Version: 3.8.1 only in patch2: unchanged: --- cachefilesd-0.9.orig/cachefilesd.c +++ cachefilesd-0.9/cachefilesd.c @@ -46,6 +46,8 @@ #include #include #include +#include +#include typedef enum objtype { OBJTYPE_INDEX,