[DHG_packages] 01/05: HDBC: patch for newer time

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 19:07:06 UTC 2016


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch experimental
in repository DHG_packages.

commit 8f4f2b19e1f2c6eb7bb55e093c936adfb8b8d2ac
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 15:00:22 2016 -0400

    HDBC: patch for newer time
---
 p/hdbc/debian/changelog          |  6 ++++++
 p/hdbc/debian/patches/newer-time | 20 ++++++++++++++++++++
 p/hdbc/debian/patches/series     |  1 +
 3 files changed, 27 insertions(+)

diff --git a/p/hdbc/debian/changelog b/p/hdbc/debian/changelog
index a3ce6e3..0d61ece 100644
--- a/p/hdbc/debian/changelog
+++ b/p/hdbc/debian/changelog
@@ -1,3 +1,9 @@
+hdbc (2.4.0.1-5) experimental; urgency=medium
+
+  * Patch to build with newer time.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 14:59:16 -0400
+
 hdbc (2.4.0.1-4) experimental; urgency=medium
 
   * Disable building of "runtests".
diff --git a/p/hdbc/debian/patches/newer-time b/p/hdbc/debian/patches/newer-time
new file mode 100644
index 0000000..6cea4da
--- /dev/null
+++ b/p/hdbc/debian/patches/newer-time
@@ -0,0 +1,20 @@
+--- a/HDBC.cabal
++++ b/HDBC.cabal
+@@ -35,7 +35,7 @@ library
+   if flag(splitBase)
+     Build-Depends: base>=3 && <5, old-time, bytestring, containers
+     if flag(minTime15)
+-      Build-Depends: time >= 1.5 && < 1.6
++      Build-Depends: time >= 1.5 && < 1.7
+       CPP-Options: -DMIN_TIME_15
+     else
+       Build-Depends: time < 1.5, old-locale
+@@ -66,7 +66,7 @@ Executable runtests
+       if flag(splitBase)
+         Build-Depends: base>=3 && <5, old-time, bytestring, containers
+         if flag(minTime15)
+-          Build-Depends: time >= 1.5 && < 1.6
++          Build-Depends: time >= 1.5 && < 1.7
+         else
+           Build-Depends: time < 1.5, old-locale
+       else
diff --git a/p/hdbc/debian/patches/series b/p/hdbc/debian/patches/series
new file mode 100644
index 0000000..5a2b744
--- /dev/null
+++ b/p/hdbc/debian/patches/series
@@ -0,0 +1 @@
+newer-time

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list