tag 393822 patch
usertag 393822 supplied-patch
thanks

Hi John,

I have a trivial patch, after upgrading to version 1.11, which fixes the
FTBFS. The patch is
attached.

Greetings Arjan
diff -u lhs2tex-1.11/debian/changelog lhs2tex-1.11/debian/changelog
--- lhs2tex-1.11/debian/changelog
+++ lhs2tex-1.11/debian/changelog
@@ -1,3 +1,10 @@
+lhs2tex (1.11-0.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * config.mk.in: remove -package lang (Closes: 393822)
+
+ -- Arjan Oosting <[EMAIL PROTECTED]>  Wed, 18 Oct 2006 16:31:19 +0000
+
 lhs2tex (1.11-0.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u lhs2tex-1.11/config.mk.in lhs2tex-1.11/config.mk.in
--- lhs2tex-1.11/config.mk.in
+++ lhs2tex-1.11/config.mk.in
@@ -15,7 +15,7 @@
 
 GHC		= @GHC@
 # GHCFLAGS	:= -Wall -O -recomp -package lang
-GHCFLAGS        = -O -package lang
+GHCFLAGS        = -O
 
 INSTALL         = @INSTALL@
 MV              = @MV@

Attachment: signature.asc
Description: Dit berichtdeel is digitaal ondertekend

Reply via email to