[Pkg-haskell-commits] darcs: haskell-gtk3: utf8.patch: Removed, applied upstream

Joachim Breitner mail at joachim-breitner.de
Sun Apr 6 08:42:05 UTC 2014


Tue Mar 29 17:56:35 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * utf8.patch: Removed, applied upstream

    R ./patches/series
    R ./patches/utf8.patch
    R ./patches/
    M ./changelog +1

Tue Mar 29 17:56:35 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * utf8.patch: Removed, applied upstream
diff -rN -u old-haskell-gtk3/changelog new-haskell-gtk3/changelog
--- old-haskell-gtk3/changelog	2014-04-06 08:42:05.680198348 +0000
+++ new-haskell-gtk3/changelog	2014-04-06 08:42:05.704198347 +0000
@@ -8,6 +8,7 @@
   * Lets be optimistic and re-enable -prof package 
   * Remove preinst script, not require with clean ghc-pkg database
   * gtk-thread-backport-597837.patch: Removed, applied upstream
+  * utf8.patch: Removed, applied upstream
 
  -- Joachim Breitner <nomeata at debian.org>  Tue, 29 Mar 2011 23:15:20 +0530
 
diff -rN -u old-haskell-gtk3/patches/series new-haskell-gtk3/patches/series
--- old-haskell-gtk3/patches/series	2014-04-06 08:42:05.680198348 +0000
+++ new-haskell-gtk3/patches/series	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-utf8.patch
diff -rN -u old-haskell-gtk3/patches/utf8.patch new-haskell-gtk3/patches/utf8.patch
--- old-haskell-gtk3/patches/utf8.patch	2014-04-06 08:42:05.680198348 +0000
+++ new-haskell-gtk3/patches/utf8.patch	1970-01-01 00:00:00.000000000 +0000
@@ -1,20 +0,0 @@
-Description: Use withUTF8FileContents
- In systems that are not configured to use UTF-8 locales, the build was
- failing.  This patch makes the build goes right on these hosts.
-Forwarded:
- http://sourceforge.net/mailarchive/message.php?msg_name=1274896509-sup-6274%40zezinho
-Author: Marco Túlio Gontijo e Silva <marcot at debian.org>
-Last-Update: 2010-05-26
-Index: gtk-0.11.0/Gtk2HsSetup.hs
-===================================================================
---- gtk-0.11.0.orig/Gtk2HsSetup.hs	2010-05-26 14:49:49.000000000 -0300
-+++ gtk-0.11.0/Gtk2HsSetup.hs	2010-05-26 14:51:13.000000000 -0300
-@@ -455,7 +455,7 @@
- -- existance of a .chs module may not depend on some CPP condition.  
- extractDeps :: ModDep -> IO ModDep
- extractDeps md at ModDep { mdLocation = Nothing } = return md
--extractDeps md at ModDep { mdLocation = Just f } = withFileContents f $ \con -> do
-+extractDeps md at ModDep { mdLocation = Just f } = withUTF8FileContents f $ \con -> do
-   let findImports acc (('{':'#':xs):xxs) = case (dropWhile ((==) ' ') xs) of
-         ('i':'m':'p':'o':'r':'t':' ':ys) ->
-           case simpleParse (takeWhile ((/=) '#') ys) of




More information about the Pkg-haskell-commits mailing list