diff -u dnotify-0.18.0/debian/control dnotify-0.18.0/debian/control --- dnotify-0.18.0/debian/control +++ dnotify-0.18.0/debian/control @@ -1,7 +1,8 @@ Source: dnotify Section: utils Priority: optional -Maintainer: Debian QA Group +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian QA Group Build-Depends: cdbs, debhelper (>> 4.1.0) Standards-Version: 3.8.0.0 diff -u dnotify-0.18.0/debian/changelog dnotify-0.18.0/debian/changelog --- dnotify-0.18.0/debian/changelog +++ dnotify-0.18.0/debian/changelog @@ -1,3 +1,11 @@ +dnotify (0.18.0-2ubuntu1) maverick; urgency=low + + * dnotify-0.18.0/src/main.c: + + add missing header file to fix undefined reference to `S_ISDIR' + gcc 4.5 linker error (LP: #601390) + + -- Bhavani Shankar Sat, 03 Jul 2010 19:56:55 +0530 + dnotify (0.18.0-2) unstable; urgency=low * QA upload. only in patch2: unchanged: --- dnotify-0.18.0.orig/src/main.c +++ dnotify-0.18.0/src/main.c @@ -20,6 +20,7 @@ #include #include #include +#include #include #include #include