Package: ghc6
Version: 6.4.2-2
Severity: wishlist
Tags: patch
It is very helpful to have the configured versions of the files in mk
for building some external libraries. I have patched the rules file as
follows to achieve this:
--- ghc6/debian/rules~ 2006-09-27 04:52:53.000000000 -0400
+++ ghc6/debian/rules 2006-09-27 04:58:35.000000000 -0400
@@ -104,6 +104,7 @@
cd hslibs && find . \( -type f -o -type l \) \
\( -name "*.hs" -o -name "*.lhs" \) -print0 \
| cpio -updV0 ../debian/ghc6-libsrc/usr/share/doc/ghc6-libsrc
+ /usr/bin/install -d debian/tmp/usr/lib/ghc-$(ProjectVersion); cp
-apx mk debian/tmp/usr/lib/ghc-$(ProjectVersion)/
# Take out the files for the hopengl package
find debian/tmp -type f | grep "OpenGL\|GLUT" >
debian/ghc6-hopengl.install
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]