[DHG_packages] 02/05: secret-sharing: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 20:48:48 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 a65045062f851984bbc6b9393757adfa6d5d83b1
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 16:45:27 2016 -0400

    secret-sharing: build with ghc 8 in experimental
---
 p/haskell-secret-sharing/debian/changelog |  6 ++++
 p/haskell-secret-sharing/debian/control   | 59 ++++++++++++++++++++-----------
 2 files changed, 44 insertions(+), 21 deletions(-)

diff --git a/p/haskell-secret-sharing/debian/changelog b/p/haskell-secret-sharing/debian/changelog
index dde8a06..ef503c4 100644
--- a/p/haskell-secret-sharing/debian/changelog
+++ b/p/haskell-secret-sharing/debian/changelog
@@ -1,3 +1,9 @@
+haskell-secret-sharing (1.0.0.3-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 16:45:16 -0400
+
 haskell-secret-sharing (1.0.0.3-1) unstable; urgency=medium
 
   * Initial release (Closes: #837737).
diff --git a/p/haskell-secret-sharing/debian/control b/p/haskell-secret-sharing/debian/control
index ba4826e..65eed7d 100644
--- a/p/haskell-secret-sharing/debian/control
+++ b/p/haskell-secret-sharing/debian/control
@@ -1,24 +1,27 @@
 Source: haskell-secret-sharing
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Sean Whitton <spwhitton at spwhitton.name>
+Uploaders:
+ Sean Whitton <spwhitton at spwhitton.name>,
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.9),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
+ haskell-devscripts (>= 0.9),
  libghc-dice-entropy-conduit-dev (>= 1.0.0.0),
  libghc-dice-entropy-conduit-prof,
  libghc-finite-field-dev (>= 0.8.0),
  libghc-finite-field-prof,
  libghc-polynomial-dev (>= 0.7.1),
  libghc-polynomial-prof,
- libghc-vector-dev (>= 0.10.11.0),
- libghc-vector-prof,
  libghc-test-framework-dev (>= 0.4.1),
  libghc-test-framework-quickcheck2-dev,
-Build-Depends-Indep: ghc-doc,
+ libghc-vector-dev (>= 0.10.11.0),
+ libghc-vector-prof,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-dice-entropy-conduit-doc,
  libghc-finite-field-doc,
  libghc-polynomial-doc,
@@ -37,13 +40,18 @@ X-Description: (m, n)-threshold secret sharing scheme
 
 Package: libghc-secret-sharing-dev
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
  ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -51,12 +59,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-secret-sharing-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -65,11 +78,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-secret-sharing-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
 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