diff -u wvstreams-4.6.1/debian/changelog wvstreams-4.6.1/debian/changelog --- wvstreams-4.6.1/debian/changelog +++ wvstreams-4.6.1/debian/changelog @@ -1,3 +1,13 @@ +wvstreams (4.6.1-1ubuntu1) maverick; urgency=low + + * ipstreams/wvunixdgsocket.cc + + remove defenition of MACOS to fix chmod not found gcc error and + hence build problems (LP: #602134) + (forwarded upstream as + http://code.google.com/p/wvstreams/issues/detail?id=28) + + -- Bhavani Shankar Fri, 06 Aug 2010 18:34:09 +0530 + wvstreams (4.6.1-1) unstable; urgency=low * QA upload. diff -u wvstreams-4.6.1/debian/control wvstreams-4.6.1/debian/control --- wvstreams-4.6.1/debian/control +++ wvstreams-4.6.1/debian/control @@ -1,7 +1,8 @@ Source: wvstreams Section: libs Priority: optional -Maintainer: Debian QA Group +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian QA Group Build-Depends: debhelper (>> 5.0.0), quilt, autotools-dev, libdb-dev, libpam0g-dev, libqt3-mt-dev, libssl-dev, libxplc0.3.13-dev, libpopt-dev, zlib1g-dev, doxygen, libdbus-1-dev Build-Conflicts: valgrind Standards-Version: 3.8.3 only in patch2: unchanged: --- wvstreams-4.6.1.orig/ipstreams/wvunixdgsocket.cc +++ wvstreams-4.6.1/ipstreams/wvunixdgsocket.cc @@ -1,5 +1,4 @@ #include "wvunixdgsocket.h" -#ifdef MACOS #include #include #endif