[Pkg-haskell-commits] darcs: helium: Add patch to remove iso-8859-1 character.
Marco Túlio Gontijo e Silva
marcot at debian.org
Mon Mar 15 01:45:29 UTC 2010
Sun Mar 14 20:02:09 UTC 2010 Marco T[_\c3_][_\ba_]lio Gontijo e Silva <marcot at debian.org>
* Add patch to remove iso-8859-1 character.
Ignore-this: ef3798079f45685e250bfe76076b36f9
M ./changelog +1
A ./patches/11_iso-8859-1
M ./patches/series +1
Sun Mar 14 20:02:09 UTC 2010 Marco Túlio Gontijo e Silva <marcot at debian.org>
* Add patch to remove iso-8859-1 character.
Ignore-this: ef3798079f45685e250bfe76076b36f9
diff -rN -u old-helium/changelog new-helium/changelog
--- old-helium/changelog 2010-03-15 01:45:28.801806360 +0000
+++ new-helium/changelog 2010-03-15 01:45:28.829807893 +0000
@@ -7,6 +7,7 @@
typo in debian/lvmrun.1. Thanks to Weakish Jiang
<weakish at gmail.com>. (Closes: #499157)
* Use compat 7, changing dh_clean -k to dh_prep.
+ * Add patch to remove iso-8859-1 character.
-- Marco Túlio Gontijo e Silva <marcot at debian.org> Sat, 06 Mar 2010 09:58:24 -0300
diff -rN -u old-helium/patches/11_iso-8859-1 new-helium/patches/11_iso-8859-1
--- old-helium/patches/11_iso-8859-1 1970-01-01 00:00:00.000000000 +0000
+++ new-helium/patches/11_iso-8859-1 2010-03-15 01:45:28.809806798 +0000
@@ -0,0 +1,21 @@
+# Description: Remove ISO-8859-1 character
+# GHC 6.12.1 can't read malformed UTF-8 chars (like ISO-8859-1) in text mode,
+# so this patch just remove this character of Makefile.in, which seems to be
+# left there as an error anyway.
+# Bug-Debian: 573654
+# Forwarded: http://lists.debian.org/debian-haskell/2010/03/msg00114.html
+# Author: Marco Túlio Gontijo e Silva <marcot at debian.org>
+# Last-Update: 2010-03-14
+Index: helium-1.6/helium/src/Makefile.in
+===================================================================
+--- helium-1.6.orig/helium/src/Makefile.in 2010-03-13 19:32:58.000000000 -0300
++++ helium-1.6/helium/src/Makefile.in 2010-03-13 19:33:09.000000000 -0300
+@@ -381,7 +381,7 @@
+ $(AG) -a $<
+
+
+-# Documentation target (with Haddock) Ê
++# Documentation target (with Haddock)
+ doc:
+ haddock +RTS -K8M -RTS \
+ --title="The Helium Compiler" \
diff -rN -u old-helium/patches/series new-helium/patches/series
--- old-helium/patches/series 2010-03-15 01:45:28.801806360 +0000
+++ new-helium/patches/series 2010-03-15 01:45:28.825807674 +0000
@@ -5,3 +5,4 @@
05_fixes-for-64bit
06_no-strip
10_autoconf
+11_iso-8859-1
More information about the Pkg-haskell-commits
mailing list