[DHG_packages] 07/08: JuicyPixels: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 20:15:12 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 8d09106ed1bad6dd6f2beeabb460a482f50a013e
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 16:12:59 2016 -0400

    JuicyPixels: build with ghc 8 in experimental
---
 p/haskell-juicypixels/debian/changelog |  6 ++++
 p/haskell-juicypixels/debian/control   | 58 +++++++++++++++++++++-------------
 2 files changed, 42 insertions(+), 22 deletions(-)

diff --git a/p/haskell-juicypixels/debian/changelog b/p/haskell-juicypixels/debian/changelog
index 137a787..2502410 100644
--- a/p/haskell-juicypixels/debian/changelog
+++ b/p/haskell-juicypixels/debian/changelog
@@ -1,3 +1,9 @@
+haskell-juicypixels (3.2.8-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 16:12:52 -0400
+
 haskell-juicypixels (3.2.8-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-juicypixels/debian/control b/p/haskell-juicypixels/debian/control
index 740cc44..1fd1abb 100644
--- a/p/haskell-juicypixels/debian/control
+++ b/p/haskell-juicypixels/debian/control
@@ -1,33 +1,36 @@
 Source: haskell-juicypixels
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>
+Uploaders:
+ Joachim Breitner <nomeata at debian.org>,
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
- libghc-mtl-dev (>= 1.1),
+ haskell-devscripts (>= 0.10),
  libghc-mtl-dev (<< 2.3),
+ libghc-mtl-dev (>= 1.1),
  libghc-mtl-prof,
- libghc-primitive-dev (>= 0.4),
  libghc-primitive-dev (<< 0.7),
+ libghc-primitive-dev (>= 0.4),
  libghc-primitive-prof,
- libghc-vector-dev (>= 0.10),
  libghc-vector-dev (<< 0.12),
+ libghc-vector-dev (>= 0.10),
  libghc-vector-prof,
- libghc-zlib-dev (>= 0.5.3.1),
  libghc-zlib-dev (<< 0.7),
+ libghc-zlib-dev (>= 0.5.3.1),
  libghc-zlib-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-mtl-doc,
  libghc-primitive-doc,
  libghc-vector-doc,
  libghc-zlib-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/Twinside/Juicy.Pixels
-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-juicypixels
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: Haskell picture loading and serialization library
  This library allows the developer to load and store images in PNG, Bitmap,
@@ -35,12 +38,16 @@ X-Description: Haskell picture loading and serialization library
 
 Package: libghc-juicypixels-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:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -48,11 +55,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-juicypixels-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:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -61,10 +72,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-juicypixels-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:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .

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