diff -u pygpiv-2.0.0/debian/control pygpiv-2.0.0/debian/control --- pygpiv-2.0.0/debian/control +++ pygpiv-2.0.0/debian/control @@ -1,7 +1,8 @@ Source: pygpiv Section: python Priority: extra -Maintainer: Gerber van der Graaf +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Gerber van der Graaf XB-Python-Version: ${python:Versions} Standards-Version: 3.8.3 Homepage: http://libgpiv.sourceforge.net/pygpiv.html diff -u pygpiv-2.0.0/debian/changelog pygpiv-2.0.0/debian/changelog --- pygpiv-2.0.0/debian/changelog +++ pygpiv-2.0.0/debian/changelog @@ -1,3 +1,11 @@ +pygpiv (2.0.0-1ubuntu1) lucid; urgency=low + + * pygpiv.i: add #define PNG_SKIP_SETJMP_CHECK to fix a multiple setjmp.h + inclusion problem due to swig including Python.h before we add gpiv.h + (LP: #434142) + + -- SevenMachines Wed, 09 Dec 2009 14:24:55 +0000 + pygpiv (2.0.0-1) unstable; urgency=low * New upstream release only in patch2: unchanged: --- pygpiv-2.0.0.orig/pygpiv.i +++ pygpiv-2.0.0/pygpiv.i @@ -34,6 +34,7 @@ %pragma make_default %{ +#define PNG_SKIP_SETJMP_CHECK #include #include %}