Hi again Steffen, On Sat, Nov 11, 2006 at 12:42:03AM +0100, Ana Guerrero wrote: > This does not seem an arch problem. I have reproduced the problem rebuilding > xoscope in a clean i386 etch chroot. >
The problem is the package is missing a dependency on libsvga1-dev. Attached is the patch of my NMU. I hope you move back to Germany is going fine! Ana
diff -u xoscope-1.12/debian/changelog xoscope-1.12/debian/changelog --- xoscope-1.12/debian/changelog +++ xoscope-1.12/debian/changelog @@ -1,3 +1,13 @@ +xoscope (1.12-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Added missing dependency on libsvga1-dev needed to compile oscope. + (Closes: #397243) + * Bumped compat to 5. + * Bumped Standards-Version to 3.7.2, no changes required. + + -- Ana Beatriz Guerrero Lopez <[EMAIL PROTECTED]> Fri, 10 Nov 2006 23:07:26 +0100 + xoscope (1.12-2) unstable; urgency=low * Rename binary bitscope to bitxoscope (Closes: #341297) diff -u xoscope-1.12/debian/compat xoscope-1.12/debian/compat --- xoscope-1.12/debian/compat +++ xoscope-1.12/debian/compat @@ -1 +1 @@ -4 +5 diff -u xoscope-1.12/debian/control xoscope-1.12/debian/control --- xoscope-1.12/debian/control +++ xoscope-1.12/debian/control @@ -2,8 +2,8 @@ Section: x11 Priority: optional Maintainer: Steffen Joeris <[EMAIL PROTECTED]> -Build-Depends: cdbs, debhelper (>= 4.1.0), libgtk-dev -Standards-Version: 3.6.2 +Build-Depends: cdbs, debhelper (>= 5), libgtk-dev, libsvga1-dev +Standards-Version: 3.7.2 Package: xoscope Architecture: any

