[Pkg-haskell-commits] [SCM] Data type conversions branch, master, updated. debian/1.0.9-1-11-g0dada36

Iain Lane laney at debian.org
Thu May 26 10:02:56 UTC 2011


The following commit has been merged in the master branch:
commit 1ee413892f2204bf6d0b94be68916c14d527d1f1
Author: Iain Lane <laney at debian.org>
Date:   Thu May 26 10:53:12 2011 +0100

    Add new patch to relax build dependency on time library

diff --git a/debian/patches/0001-Relax-build-dependency-on-time.patch b/debian/patches/0001-Relax-build-dependency-on-time.patch
new file mode 100644
index 0000000..bada8f8
--- /dev/null
+++ b/debian/patches/0001-Relax-build-dependency-on-time.patch
@@ -0,0 +1,24 @@
+From: Iain Lane <laney at debian.org>
+Date: Thu, 26 May 2011 10:52:24 +0100
+Subject: Relax build-dependency on time
+
+The versions specified for the Build-Depend on time were too strict;
+GHC's version works fine.
+---
+ convertible.cabal |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/convertible.cabal b/convertible.cabal
+index b5fb604..ba4baa4 100644
+--- a/convertible.cabal
++++ b/convertible.cabal
+@@ -50,7 +50,7 @@ flag time_gte_113
+ 
+ library
+   if flag(splitBase)
+-    Build-Depends: base>=3 && <5, old-time, time>=1.1.2.4 && <=1.1.4,
++    Build-Depends: base>=3 && <5, old-time, time>=1.1.2.4 && <1.3.0.0,
+      bytestring, containers, old-locale
+     if flag(time_gte_113)
+       Build-Depends: time>=1.1.3
+-- 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..7ad70cf
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Relax-build-dependency-on-time.patch
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
Data type conversions



More information about the Pkg-haskell-commits mailing list