[Pkg-haskell-commits] darcs: haskell-llvm: New upstream 0.8.0.2 linking against llvm-2.7.

Erik de Castro Lopo erikd at mega-nerd.com
Fri May 21 08:47:33 UTC 2010


Fri May 21 08:46:59 UTC 2010  Erik de Castro Lopo <erikd at mega-nerd.com>
  * New upstream 0.8.0.2 linking against llvm-2.7.
  Ignore-this: ca36fa54d0fe20979a5ad2f4baad4e24

    M ./changelog +6
    M ./control -2 +3
    A ./patches/
    A ./patches/00-versioned-config.diff
    A ./patches/series

Fri May 21 08:46:59 UTC 2010  Erik de Castro Lopo <erikd at mega-nerd.com>
  * New upstream 0.8.0.2 linking against llvm-2.7.
  Ignore-this: ca36fa54d0fe20979a5ad2f4baad4e24
diff -rN -u old-haskell-llvm/changelog new-haskell-llvm/changelog
--- old-haskell-llvm/changelog	2010-05-21 08:47:33.161943107 +0000
+++ new-haskell-llvm/changelog	2010-05-21 08:47:33.169943531 +0000
@@ -1,3 +1,9 @@
+haskell-llvm (0.8.0.2-1) unstable; urgency=low
+
+  * New upstream.
+
+ -- Erik de Castro Lopo <erikd at mega-nerd.com>  Fri, 21 May 2010 18:09:45 +1000
+
 haskell-llvm (0.7.1.1-2) unstable; urgency=low
 
   * Fix missing build deps. Closes: #577874.
diff -rN -u old-haskell-llvm/control new-haskell-llvm/control
--- old-haskell-llvm/control	2010-05-21 08:47:33.161943107 +0000
+++ new-haskell-llvm/control	2010-05-21 08:47:33.165943319 +0000
@@ -8,7 +8,8 @@
   , haskell-devscripts (>= 0.7)
   , ghc6
   , ghc6-prof
-  , llvm-dev
+  , llvm-2.7-dev
+  , llvm-2.7-source
   , libghc6-mtl-dev
   , libghc6-mtl-prof
   , libghc6-type-level-dev
@@ -24,7 +25,7 @@
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
   , ${misc:Depends}
-  , llvm-dev
+  , llvm-2.7-dev
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
diff -rN -u old-haskell-llvm/patches/00-versioned-config.diff new-haskell-llvm/patches/00-versioned-config.diff
--- old-haskell-llvm/patches/00-versioned-config.diff	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-llvm/patches/00-versioned-config.diff	2010-05-21 08:47:33.165943319 +0000
@@ -0,0 +1,32 @@
+Description: In debian, the llvm-config shell script for llvm-2.7 has been
+ renamed to llvm-config-2.7. This patch fixes the configure script to use
+ the debian version of the lvm-config script.
+ .
+ This patch is a debian only thing and has not been forwarded upstream.
+Author: Erik de Castro Lopo <erikd at mega-nerd.com>
+Last-Update: 2010-05-21
+
+Index: haskell-llvm-0.8.0.2/configure
+===================================================================
+--- haskell-llvm-0.8.0.2.orig/configure
++++ haskell-llvm-0.8.0.2/configure
+@@ -2455,7 +2455,7 @@
+ fi
+ 
+ # Extract the first word of "llvm-config", so it can be a program name with args.
+-set dummy llvm-config; ac_word=$2
++set dummy llvm-config-2.7; ac_word=$2
+ { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
+ $as_echo_n "checking for $ac_word... " >&6; }
+ if test "${ac_cv_path_llvm_config+set}" = set; then
+@@ -2482,8 +2482,8 @@
+ done
+ IFS=$as_save_IFS
+ 
+-  test -z "$ac_cv_path_llvm_config" && ac_cv_path_llvm_config="{ { $as_echo "$as_me:$LINENO: error: could not find llvm-config in $llvm_bindir" >&5
+-$as_echo "$as_me: error: could not find llvm-config in $llvm_bindir" >&2;}
++  test -z "$ac_cv_path_llvm_config" && ac_cv_path_llvm_config="{ { $as_echo "$as_me:$LINENO: error: could not find llvm-config-2.7 in $llvm_bindir" >&5
++$as_echo "$as_me: error: could not find llvm-config-2.7 in $llvm_bindir" >&2;}
+    { (exit 1); exit 1; }; }"
+   ;;
+ esac
diff -rN -u old-haskell-llvm/patches/series new-haskell-llvm/patches/series
--- old-haskell-llvm/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-llvm/patches/series	2010-05-21 08:47:33.165943319 +0000
@@ -0,0 +1 @@
+00-versioned-config.diff





More information about the Pkg-haskell-commits mailing list