Package: gr-audio-alsa Version: 0.1-3 Severity: normal Tags: patch When building 'gr-audio-alsa' in a clean 'unstable' chroot, I get the following error:
configure: error: cannot find Python include path make: *** [config.status] Error 1 Please add the missing Build-Depends on 'python-dev' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/gr-audio-alsa-0.1/debian/control ./debian/control --- ../tmp-orig/gr-audio-alsa-0.1/debian/control 2005-04-06 16:26:27.961352011 +0200 +++ ./debian/control 2005-04-06 16:26:26.080704623 +0200 @@ -2,7 +2,7 @@ Section: comm Priority: optional Maintainer: Ramakrishnan Muthukrishnan <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.0.0), swig (>= 1.3.23), libgnuradio-core0-dev (>= 2.3), libasound2-dev, pkg-config (>= 0.15.0), cppunit, fftw3-dev, libboost-dev +Build-Depends: debhelper, python-dev, swig (>= 1.3.23), libgnuradio-core0-dev (>= 2.3), libasound2-dev, pkg-config (>= 0.15.0), cppunit, fftw3-dev, libboost-dev Standards-Version: 3.6.1.1 Package: gr-audio-alsa -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

