[Pkg-haskell-commits] darcs: haskell-llvm-base: releasing version 3.0.1.0-1

Joachim Breitner mail at joachim-breitner.de
Thu May 17 11:39:27 UTC 2012


Thu May 17 11:39:09 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * releasing version 3.0.1.0-1
  Ignore-this: ad89b97c379cf1539610818233275860

    M ./changelog -3 +4
    R ./patches/
    R ./patches/Don't-link-test-file-with-LLVMSystem
    R ./patches/series

Thu May 17 11:39:09 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * releasing version 3.0.1.0-1
  Ignore-this: ad89b97c379cf1539610818233275860
diff -rN -u old-haskell-llvm-base//changelog new-haskell-llvm-base//changelog
--- old-haskell-llvm-base//changelog	2012-05-17 11:39:26.873328317 +0000
+++ new-haskell-llvm-base//changelog	2012-05-17 11:39:26.881327344 +0000
@@ -1,8 +1,9 @@
-haskell-llvm-base (3.0.1.0-1) UNRELEASED; urgency=low
+haskell-llvm-base (3.0.1.0-1) unstable; urgency=low
 
-  * New upstream release
+  * New upstream release (Closes: #665010)
+    + Drop patch, applied upstream
 
- -- Joachim Breitner <nomeata at debian.org>  Thu, 17 May 2012 13:29:57 +0200
+ -- Joachim Breitner <nomeata at debian.org>  Thu, 17 May 2012 13:31:05 +0200
 
 haskell-llvm-base (3.0.0.0-3) unstable; urgency=low
 
diff -rN -u old-haskell-llvm-base//patches/Don't-link-test-file-with-LLVMSystem new-haskell-llvm-base//patches/Don't-link-test-file-with-LLVMSystem
--- old-haskell-llvm-base//patches/Don't-link-test-file-with-LLVMSystem	2012-05-17 11:39:26.877327999 +0000
+++ new-haskell-llvm-base//patches/Don't-link-test-file-with-LLVMSystem	1970-01-01 00:00:00.000000000 +0000
@@ -1,27 +0,0 @@
-Description: Don't link the test program (to discover if we have LLVM
- installed) with LLVMSystem. It doesn't exist at least on LLVM 2.9.
-Forwarded: https://github.com/bos/llvm/issues/24
-Author: Iain Lane <laney at debian.org>
-
---- haskell-llvm-base-3.0.0.0.orig/configure.ac
-+++ haskell-llvm-base-3.0.0.0/configure.ac
-@@ -108,7 +108,7 @@ AC_CHECK_HEADERS([llvm/Support/DynamicLi
- #endif])
- 
- save_LIBS="$LIBS"
--LIBS="-lLLVMSupport -lLLVMSystem -lpthread -ldl $LIBS"
-+LIBS="-lLLVMSupport -lpthread -ldl $LIBS"
- 
- AC_CHECK_LIB(LLVMCore, LLVMModuleCreateWithName, [], [])
- if test "$ac_cv_lib_LLVMCore_LLVMModuleCreateWithName" = "no"; then
---- haskell-llvm-base-3.0.0.0.orig/configure
-+++ haskell-llvm-base-3.0.0.0/configure
-@@ -3105,7 +3105,7 @@ done
- 
- 
- save_LIBS="$LIBS"
--LIBS="-lLLVMSupport -lLLVMSystem -lpthread -ldl $LIBS"
-+LIBS="-lLLVMSupport -lpthread -ldl $LIBS"
- 
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LLVMModuleCreateWithName in -lLLVMCore" >&5
- $as_echo_n "checking for LLVMModuleCreateWithName in -lLLVMCore... " >&6; }
diff -rN -u old-haskell-llvm-base//patches/series new-haskell-llvm-base//patches/series
--- old-haskell-llvm-base//patches/series	2012-05-17 11:39:26.877327999 +0000
+++ new-haskell-llvm-base//patches/series	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-Don't-link-test-file-with-LLVMSystem





More information about the Pkg-haskell-commits mailing list