[DHG_packages] 01/01: snap-templates: patch to build with newer directory. closes: #867191.

Clint Adams clint at moszumanska.debian.org
Tue Jul 4 16:59:32 UTC 2017


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

clint pushed a commit to branch master
in repository DHG_packages.

commit 868cb3e1db9fb29954670596a20da8aa26b74ff2
Author: Clint Adams <clint at debian.org>
Date:   Tue Jul 4 12:57:51 2017 -0400

    snap-templates: patch to build with newer directory.  closes: #867191.
---
 p/haskell-snap-templates/debian/changelog               |  8 ++++++--
 p/haskell-snap-templates/debian/patches/newer-directory | 11 +++++++++++
 p/haskell-snap-templates/debian/patches/series          |  1 +
 3 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/p/haskell-snap-templates/debian/changelog b/p/haskell-snap-templates/debian/changelog
index a049c7e..c3c4cb9 100644
--- a/p/haskell-snap-templates/debian/changelog
+++ b/p/haskell-snap-templates/debian/changelog
@@ -1,10 +1,14 @@
-haskell-snap-templates (1.0.0.0-4) UNRELEASED; urgency=medium
+haskell-snap-templates (1.0.0.0-4) unstable; urgency=medium
 
+  [ Ilias Tsitsimpis ]
   * Improve package description by removing 'cabal install' which
     effectively bypasses the Debian packaging system (Closes: #842437).
   * Recommend libghc-snap-dev (Closes: #842438).
 
- -- Ilias Tsitsimpis <i.tsitsimpis at gmail.com>  Mon, 21 Nov 2016 12:57:37 +0200
+  [ Clint Adams ]
+  * Patch to build with newer directory.  closes: #867191.
+
+ -- Clint Adams <clint at debian.org>  Tue, 04 Jul 2017 12:57:36 -0400
 
 haskell-snap-templates (1.0.0.0-3) unstable; urgency=high
 
diff --git a/p/haskell-snap-templates/debian/patches/newer-directory b/p/haskell-snap-templates/debian/patches/newer-directory
new file mode 100644
index 0000000..cc47166
--- /dev/null
+++ b/p/haskell-snap-templates/debian/patches/newer-directory
@@ -0,0 +1,11 @@
+--- a/snap-templates.cabal
++++ b/snap-templates.cabal
+@@ -67,7 +67,7 @@
+     base                >= 4       && < 5,
+     bytestring          >= 0.9.1   && < 0.11,
+     containers          >= 0.3     && < 0.6,
+-    directory           >= 1.0     && < 1.3,
++    directory           >= 1.0     && < 1.4,
+     directory-tree      >= 0.11    && < 0.13,
+     filepath            >= 1.1     && < 1.5,
+     -- Blacklist bad versions of hashable
diff --git a/p/haskell-snap-templates/debian/patches/series b/p/haskell-snap-templates/debian/patches/series
index e341243..9c42677 100644
--- a/p/haskell-snap-templates/debian/patches/series
+++ b/p/haskell-snap-templates/debian/patches/series
@@ -1 +1,2 @@
 rename-snap-binary
+newer-directory

-- 
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