Hi, Could you please unblock haskell-glut 2.0-2.1 which I have just uploaded?
This upload ensures that ghc uses the right ld options when compiling a
Haskell program using the GLUT package (#404350). This issue is not
release critical but it is a trivial update.
The diff is below.
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

