[DHG_packages] 01/05: hastache: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 04:56:10 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 95738a5fd6ac58f53a32c9d3dd66973788761bd6
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 00:52:52 2016 -0400

    hastache: build with ghc 8 in experimental
---
 p/haskell-hastache/debian/changelog          | 11 +++---
 p/haskell-hastache/debian/control            | 51 ++++++++++++++++++----------
 p/haskell-hastache/debian/patches/newer-base | 29 ++++++++++++++++
 p/haskell-hastache/debian/patches/series     |  1 +
 4 files changed, 69 insertions(+), 23 deletions(-)

diff --git a/p/haskell-hastache/debian/changelog b/p/haskell-hastache/debian/changelog
index 0787c4f..6aa9d76 100644
--- a/p/haskell-hastache/debian/changelog
+++ b/p/haskell-hastache/debian/changelog
@@ -1,14 +1,15 @@
-haskell-hastache (0.6.1-5) UNRELEASED; urgency=medium
+haskell-hastache (0.6.1-5) experimental; urgency=medium
 
   [ Dmitry Bogatov ]
   * Use secure (https) uri in Vcs-Git field in 'debian/control'
   * Bump standards version to 3.9.8 (no changes needed)
   * Convert `debian/copyright' to dep5 format
 
-  [ Gianfranco Costamagna ]
-  * Fix VCS fields
+  [ Clint Adams ]
+  * Patch to build with newer base.
+  * Temporarily build-depend on ghc 8.
 
- -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:35:25 +0300
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 00:52:11 -0400
 
 haskell-hastache (0.6.1-4) unstable; urgency=medium
 
@@ -19,7 +20,7 @@ haskell-hastache (0.6.1-4) unstable; urgency=medium
 haskell-hastache (0.6.1-3) experimental; urgency=medium
 
   * Disable test suite on ghc-7.10
-    (https://github.com/lymar/hastache/issues/47) 
+    (https://github.com/lymar/hastache/issues/47)
   * Bump standards-version to 3.9.6
   * Depend on haskell-devscripts >= 0.10 to ensure that this package
     builds against GHC in experimental
diff --git a/p/haskell-hastache/debian/control b/p/haskell-hastache/debian/control
index 839515b..d7b9586 100644
--- a/p/haskell-hastache/debian/control
+++ b/p/haskell-hastache/debian/control
@@ -1,13 +1,16 @@
 Source: haskell-hastache
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>, Iulian Udrea <iulian at physics.org>
+Uploaders:
+ Joachim Breitner <nomeata at debian.org>,
+ Iulian Udrea <iulian at physics.org>,
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
+ haskell-devscripts (>= 0.10),
  libghc-blaze-builder-dev,
  libghc-blaze-builder-prof,
  libghc-ieee754-dev,
@@ -18,7 +21,8 @@ Build-Depends: debhelper (>= 9),
  libghc-syb-prof,
  libghc-text-dev,
  libghc-text-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-blaze-builder-doc,
  libghc-ieee754-doc,
  libghc-mtl-doc,
@@ -26,17 +30,21 @@ Build-Depends-Indep: ghc-doc,
  libghc-text-doc,
 Standards-Version: 3.9.8
 Homepage: http://github.com/lymar/hastache
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-hastache
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-hastache-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: Haskell implementation of Mustache templates${haskell:ShortBlurb}
  This library provides a Haskell implementation of Mustache templates
  (<http://mustache.github.com/>).
@@ -45,11 +53,15 @@ Description: Haskell implementation of Mustache templates${haskell:ShortBlurb}
 
 Package: libghc-hastache-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: Haskell implementation of Mustache templates${haskell:ShortBlurb}
  This library provides a Haskell implementation of Mustache templates
  (<http://mustache.github.com/>).
@@ -59,10 +71,13 @@ Description: Haskell implementation of Mustache templates${haskell:ShortBlurb}
 Package: libghc-hastache-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
+Depends:
  ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 Description: Haskell implementation of Mustache templates${haskell:ShortBlurb}
  This library provides a Haskell implementation of Mustache templates
  (<http://mustache.github.com/>).
diff --git a/p/haskell-hastache/debian/patches/newer-base b/p/haskell-hastache/debian/patches/newer-base
new file mode 100644
index 0000000..db70678
--- /dev/null
+++ b/p/haskell-hastache/debian/patches/newer-base
@@ -0,0 +1,29 @@
+--- a/hastache.cabal
++++ b/hastache.cabal
+@@ -27,7 +27,7 @@ extra-source-files:
+ executable mkReadme
+   main-is: mkReadme.hs
+   build-depends: hastache, process,
+-    base >=4 && <4.9
++    base >=4 && <4.10
+     ,bytestring
+     ,mtl
+     ,transformers
+@@ -46,7 +46,7 @@ library
+     Text.Hastache.Context
+ 
+   build-depends:
+-    base >=4 && <4.9
++    base >=4 && <4.10
+     ,bytestring
+     ,mtl
+     ,transformers
+@@ -69,7 +69,7 @@ test-suite test-hastache
+ 
+   build-depends:
+     hastache
+-   ,base >=4 && <4.9
++   ,base >=4 && <4.10
+    ,directory
+    ,mtl
+    ,HUnit
diff --git a/p/haskell-hastache/debian/patches/series b/p/haskell-hastache/debian/patches/series
new file mode 100644
index 0000000..5831f63
--- /dev/null
+++ b/p/haskell-hastache/debian/patches/series
@@ -0,0 +1 @@
+newer-base

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