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

Clint Adams clint at moszumanska.debian.org
Thu Oct 13 15:00:17 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 f1ccd385f058f7227aa8695274727f90bb914c70
Author: Clint Adams <clint at debian.org>
Date:   Thu Oct 13 10:59:20 2016 -0400

    clock: build with ghc 8 in experimental
---
 p/haskell-clock/debian/changelog |  7 ++++---
 p/haskell-clock/debian/control   | 22 +++++++++++-----------
 2 files changed, 15 insertions(+), 14 deletions(-)

diff --git a/p/haskell-clock/debian/changelog b/p/haskell-clock/debian/changelog
index f8cc4e1..cc826cf 100644
--- a/p/haskell-clock/debian/changelog
+++ b/p/haskell-clock/debian/changelog
@@ -1,8 +1,9 @@
-haskell-clock (0.7.2-2) UNRELEASED; urgency=medium
+haskell-clock (0.7.2-2) experimental; urgency=medium
 
-  * Fix VCS fields
+  * Temporarily build-depend on ghc 8.
+  * Consolidate package descriptions into X-Description.
 
- -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 02 Jun 2016 19:12:19 +0200
+ -- Clint Adams <clint at debian.org>  Thu, 13 Oct 2016 10:59:03 -0400
 
 haskell-clock (0.7.2-1) unstable; urgency=medium
 
diff --git a/p/haskell-clock/debian/control b/p/haskell-clock/debian/control
index e34b328..ab11f00 100644
--- a/p/haskell-clock/debian/control
+++ b/p/haskell-clock/debian/control
@@ -6,13 +6,16 @@ Section: haskell
 Build-Depends: debhelper (>= 9),
  haskell-devscripts (>= 0.10),
  cdbs,
- ghc,
+ ghc (>= 8),
  ghc-prof,
 Build-Depends-Indep: ghc-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/corsis/clock
-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-clock
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
+X-Description: High-resolution clock and timer
+ This library provides convenient access to high-resolution clock and timer
+ functions.
 
 Package: libghc-clock-dev
 Architecture: any
@@ -22,9 +25,8 @@ Depends: ${haskell:Depends},
 Recommends: ${haskell:Recommends},
 Suggests: ${haskell:Suggests},
 Provides: ${haskell:Provides},
-Description: High-resolution clock and timer${haskell:ShortBlurb}
- This library provides convenient access to high-resolution clock and timer
- functions.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
@@ -35,9 +37,8 @@ Depends: ${haskell:Depends},
 Recommends: ${haskell:Recommends},
 Suggests: ${haskell:Suggests},
 Provides: ${haskell:Provides},
-Description: High-resolution clock and timer${haskell:ShortBlurb}
- This library provides convenient access to high-resolution clock and timer
- functions.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
@@ -48,8 +49,7 @@ Depends: ${misc:Depends},
  ${haskell:Depends},
 Recommends: ${haskell:Recommends},
 Suggests: ${haskell:Suggests},
-Description: High-resolution clock and timer${haskell:ShortBlurb}
- This library provides convenient access to high-resolution clock and timer
- functions.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}

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