[DHG_packages] 03/05: exact-pi: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 19:57:51 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 8b74e371a7def73e62e591defaa145312027803d
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 15:54:13 2016 -0400

    exact-pi: build with ghc 8 in experimental
---
 p/haskell-exact-pi/debian/changelog |  6 ++---
 p/haskell-exact-pi/debian/control   | 44 +++++++++++++++++--------------------
 2 files changed, 23 insertions(+), 27 deletions(-)

diff --git a/p/haskell-exact-pi/debian/changelog b/p/haskell-exact-pi/debian/changelog
index 5573e07..e50e50a 100644
--- a/p/haskell-exact-pi/debian/changelog
+++ b/p/haskell-exact-pi/debian/changelog
@@ -1,8 +1,8 @@
-haskell-exact-pi (0.4.1.2-2) UNRELEASED; urgency=medium
+haskell-exact-pi (0.4.1.2-2) experimental; urgency=medium
 
-  * Fix VCS fields
+  * Temporarily build-depend on ghc 8.
 
- -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 02 Jun 2016 19:12:29 +0200
+ -- Clint Adams <clint at debian.org>  Fri, 14 Oct 2016 15:53:57 -0400
 
 haskell-exact-pi (0.4.1.2-1) unstable; urgency=low
 
diff --git a/p/haskell-exact-pi/debian/control b/p/haskell-exact-pi/debian/control
index eae284d..7b9552e 100644
--- a/p/haskell-exact-pi/debian/control
+++ b/p/haskell-exact-pi/debian/control
@@ -3,16 +3,16 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 Uploaders: Joachim Breitner <nomeata at debian.org>
 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-numtype-dk-dev (>= 0.5),
  libghc-numtype-dk-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-numtype-dk-doc,
-Standards-Version: 3.9.6
+Build-Depends-Indep: ghc-doc, libghc-numtype-dk-doc
+Standards-Version: 3.9.8
 Homepage: https://github.com/dmcclean/exact-pi/
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-exact-pi
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
@@ -23,13 +23,11 @@ X-Description: Exact rational multiples of pi (and integer powers of pi)
 
 Package: libghc-exact-pi-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
- ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
+Provides: ${haskell:Provides}
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -37,12 +35,11 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-exact-pi-prof
 Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
+Provides: ${haskell:Provides}
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -51,11 +48,10 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-exact-pi-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
+Depends: ${haskell:Depends}, ${misc:Depends}
+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