tag 404350 patch usertag 404350 supplied-patch thanks Op za, 23-12-2006 te 23:02 +0000, schreef Ian Lynagh: > On Sat, Dec 23, 2006 at 08:05:50PM +0100, Arjan Oosting wrote: > > > > When compiled with ghc -package GLUT -lglut tut.hs it works fine. When > > the ghc is called with -package GLUT it should imply -lglut. > > We should get > > ld-options: -lglut -lSM -lICE -lXmu -lXi -lGLU -lGL -lm > > in /usr/lib/libghc6-glut-dev/register.sh but I only get it when building > in a chroot, not when building with pbuilder. I suspect there's a > missing build-dep. If anyone tracks it down, feel free to NMU.
I have tracked them down and I am going to upload a NMU in a moment.
Attached is the interdiff.
Greetings and a Merry Christmas,
Arjan
diff -u haskell-glut-2.0/debian/changelog haskell-glut-2.0/debian/changelog --- haskell-glut-2.0/debian/changelog +++ haskell-glut-2.0/debian/changelog @@ -1,3 +1,13 @@ +haskell-glut (2.0-2.1) unstable; urgency=high + + * Non-maintainer upload with permission of maintainer. + * Set urgency to high so we can get this fix into etch. + * debian/control: Add libice-dev, libsm-dev, libxi-dev and libxmu-dev to + Build-Depends so the configure script will detect the correct + LD_OPTIONS to be used by the register.sh script. (Closes: #404350) + + -- Arjan Oosting <[EMAIL PROTECTED]> Mon, 25 Dec 2006 00:10:18 +0100 + haskell-glut (2.0-2) unstable; urgency=low * Upgrade to "Generic Haskell cabal library debian/rules v0.6". diff -u haskell-glut-2.0/debian/control haskell-glut-2.0/debian/control --- haskell-glut-2.0/debian/control +++ haskell-glut-2.0/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Ian Lynagh (wibble) <[EMAIL PROTECTED]> Standards-Version: 3.7.2 -Build-Depends: debhelper (>= 4), haddock (>= 0.6), freeglut3-dev, ghc6 (>= 6.6) [alpha amd64 arm hppa i386 ia64 kfreebsd-i386 m68k mips mipsel powerpc ppc64 s390 sparc], ghc6 (<< 6.6+) [alpha amd64 arm hppa i386 ia64 kfreebsd-i386 m68k mips mipsel powerpc ppc64 s390 sparc], haskell-utils (>= 1.5), libghc6-base-dev, libghc6-base-prof, libghc6-opengl-dev, libghc6-opengl-prof +Build-Depends: debhelper (>= 4), haddock (>= 0.6), freeglut3-dev, libice-dev, libsm-dev, libxi-dev, libxmu-dev, ghc6 (>= 6.6) [alpha amd64 arm hppa i386 ia64 kfreebsd-i386 m68k mips mipsel powerpc ppc64 s390 sparc], ghc6 (<< 6.6+) [alpha amd64 arm hppa i386 ia64 kfreebsd-i386 m68k mips mipsel powerpc ppc64 s390 sparc], haskell-utils (>= 1.5), libghc6-base-dev, libghc6-base-prof, libghc6-opengl-dev, libghc6-opengl-prof Package: libghc6-glut-dev Provides: libghc6-glut-prof
signature.asc
Description: Dit berichtdeel is digitaal ondertekend

