Hello, I'm doing an NMU of gnurobots to fix #351950; diff attached.
Thanks, Matej
diff -u gnurobots-1.0D/debian/changelog gnurobots-1.0D/debian/changelog --- gnurobots-1.0D/debian/changelog +++ gnurobots-1.0D/debian/changelog @@ -1,3 +1,11 @@ +gnurobots (1:1.0D-6.2) unstable; urgency=medium + + * NMU. + * Build-depend on guile-1.6-dev instead of libguile-dev. + Closes: #351950. + + -- Matej Vela <[EMAIL PROTECTED]> Mon, 20 Feb 2006 09:27:51 +0100 + gnurobots (1:1.0D-6.1) unstable; urgency=low * Non-maintainer upload diff -u gnurobots-1.0D/debian/control gnurobots-1.0D/debian/control --- gnurobots-1.0D/debian/control +++ gnurobots-1.0D/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: James LewisMoss <[EMAIL PROTECTED]> Standards-Version: 3.1.0 -Build-Depends: libguile-dev (>= 1:1.4-1), libncurses5-dev, libx11-dev, libxext-dev, libxpm-dev, x-dev, libxt-dev, debhelper +Build-Depends: guile-1.6-dev, libncurses5-dev, libx11-dev, libxext-dev, libxpm-dev, x-dev, libxt-dev, debhelper Package: gnurobots Architecture: any

