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

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 20:11:53 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 3e1a2f709e264934e1d608799cd57038be30cd8a
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 16:05:31 2016 -0400

    Hclip: build with ghc 8 in experimental
---
 p/haskell-hclip/debian/changelog |  6 ++++++
 p/haskell-hclip/debian/control   | 43 ++++++++++++++++++----------------------
 2 files changed, 25 insertions(+), 24 deletions(-)

diff --git a/p/haskell-hclip/debian/changelog b/p/haskell-hclip/debian/changelog
index 291234e..9267aa2 100644
--- a/p/haskell-hclip/debian/changelog
+++ b/p/haskell-hclip/debian/changelog
@@ -1,3 +1,9 @@
+haskell-hclip (3.0.0.4-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Fri, 14 Oct 2016 16:05:26 -0400
+
 haskell-hclip (3.0.0.4-1) unstable; urgency=low
 
   * Initial release
diff --git a/p/haskell-hclip/debian/control b/p/haskell-hclip/debian/control
index efd8118..fa49ae2 100644
--- a/p/haskell-hclip/debian/control
+++ b/p/haskell-hclip/debian/control
@@ -3,18 +3,17 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 Uploaders: Clint Adams <clint 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-mtl-dev,
  libghc-mtl-prof,
  libghc-strict-dev,
  libghc-strict-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-mtl-doc,
- libghc-strict-doc,
+Build-Depends-Indep: ghc-doc, libghc-mtl-doc, libghc-strict-doc
 Standards-Version: 3.9.8
 Homepage: https://github.com/jetho/Hclip
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-hclip
@@ -25,13 +24,11 @@ X-Description: library to read/modify the system clipboard
 
 Package: libghc-hclip-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
- ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: xclip, ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: xclip, ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
+Provides: ${haskell:Provides}
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -39,12 +36,11 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-hclip-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}
  .
@@ -53,11 +49,10 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-hclip-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