[DHG_packages] 04/05: silently: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 18:08:44 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 5c2305029b88d01f0e97676871c9153c2716602b
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 14:05:37 2016 -0400

    silently: build with ghc 8 in experimental
---
 p/haskell-silently/debian/changelog |  8 ++++----
 p/haskell-silently/debian/control   | 37 +++++++++++++++++--------------------
 2 files changed, 21 insertions(+), 24 deletions(-)

diff --git a/p/haskell-silently/debian/changelog b/p/haskell-silently/debian/changelog
index 901f3d0..4f2ac9a 100644
--- a/p/haskell-silently/debian/changelog
+++ b/p/haskell-silently/debian/changelog
@@ -1,14 +1,14 @@
-haskell-silently (1.2.5-4) UNRELEASED; urgency=medium
+haskell-silently (1.2.5-4) 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 ]
+  * Temporarily build-depend on ghc 8.
 
- -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:36:11 +0300
+ -- Clint Adams <clint at debian.org>  Fri, 14 Oct 2016 14:05:19 -0400
 
 haskell-silently (1.2.5-3) unstable; urgency=medium
 
diff --git a/p/haskell-silently/debian/control b/p/haskell-silently/debian/control
index cfb689d..0dd80ba 100644
--- a/p/haskell-silently/debian/control
+++ b/p/haskell-silently/debian/control
@@ -3,25 +3,24 @@ 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.10),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
-Build-Depends-Indep: ghc-doc,
+ haskell-devscripts (>= 0.10),
+Build-Depends-Indep: ghc-doc
 Standards-Version: 3.9.8
 Homepage: https://github.com/hspec/silently
-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-silently
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-silently-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
 Description: prevent or capture writing to stdout and other handles${haskell:ShortBlurb}
  Need to prevent output to the terminal, a file, or stderr? Need to
  capture it and use it for your own means? Now you can, with silence
@@ -31,11 +30,10 @@ Description: prevent or capture writing to stdout and other handles${haskell:Sho
 
 Package: libghc-silently-prof
 Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
 Description: prevent or capture writing to stdout and other handles${haskell:ShortBlurb}
  Need to prevent output to the terminal, a file, or stderr? Need to
  capture it and use it for your own means? Now you can, with silence
@@ -46,10 +44,9 @@ Description: prevent or capture writing to stdout and other handles${haskell:Sho
 Package: libghc-silently-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
- ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
 Description: prevent or capture writing to stdout and other handles${haskell:ShortBlurb}
  Need to prevent output to the terminal, a file, or stderr? Need to
  capture it and use it for your own means? Now you can, with silence

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