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

Clint Adams clint at moszumanska.debian.org
Thu Oct 13 14:27: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 d2b5e9079d35eede5e009141e5fac6998ecc1fd9
Author: Clint Adams <clint at debian.org>
Date:   Thu Oct 13 10:26:29 2016 -0400

    hashable: build with ghc 8 in experimental
---
 p/haskell-hashable/debian/changelog |  7 ++++---
 p/haskell-hashable/debian/control   | 30 +++++++++++++-----------------
 2 files changed, 17 insertions(+), 20 deletions(-)

diff --git a/p/haskell-hashable/debian/changelog b/p/haskell-hashable/debian/changelog
index 22c0dd6..4190c45 100644
--- a/p/haskell-hashable/debian/changelog
+++ b/p/haskell-hashable/debian/changelog
@@ -1,8 +1,9 @@
-haskell-hashable (1.2.4.0-2) UNRELEASED; urgency=medium
+haskell-hashable (1.2.4.0-2) experimental; urgency=medium
 
-  * Fix VCS fields
+  * Consolidate package descriptions into X-Description.
+  * Temporarily build-depend on ghc 8.
 
- -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 02 Jun 2016 19:12:34 +0200
+ -- Clint Adams <clint at debian.org>  Thu, 13 Oct 2016 10:26:03 -0400
 
 haskell-hashable (1.2.4.0-1) unstable; urgency=medium
 
diff --git a/p/haskell-hashable/debian/control b/p/haskell-hashable/debian/control
index b711c66..33201bf 100644
--- a/p/haskell-hashable/debian/control
+++ b/p/haskell-hashable/debian/control
@@ -6,7 +6,7 @@ Section: haskell
 Build-Depends: debhelper (>= 9),
  haskell-devscripts (>= 0.10),
  cdbs,
- ghc,
+ ghc (>= 8),
  ghc-prof,
  libghc-text-dev (>= 0.11.0.5),
  libghc-text-prof,
@@ -21,8 +21,13 @@ Build-Depends-Indep: ghc-doc,
  libghc-text-doc,
 Standards-Version: 3.9.8
 Homepage: http://github.com/tibbe/hashable
-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-hashable
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
+X-Description: class for types that can be converted to a hash value
+ It defines a class, Hashable, for types that can be converted to a
+ hash value. This class exists for the benefit of hashing-based data
+ structures. The package provides instances for basic types and a way
+ to combine hash values.
 
 Package: libghc-hashable-dev
 Architecture: any
@@ -32,11 +37,8 @@ Depends: ${haskell:Depends},
 Recommends: ${haskell:Recommends},
 Suggests: ${haskell:Suggests},
 Provides: ${haskell:Provides},
-Description: Class for types that can be converted to a hash value${haskell:ShortBlurb}
- It defines a class, Hashable, for types that can be converted to a
- hash value. This class exists for the benefit of hashing-based data
- structures. The package provides instances for basic types and a way
- to combine hash values.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
@@ -47,11 +49,8 @@ Depends: ${haskell:Depends},
 Recommends: ${haskell:Recommends},
 Suggests: ${haskell:Suggests},
 Provides: ${haskell:Provides},
-Description: Class for types that can be converted to a hash value${haskell:ShortBlurb}
- It defines a class, Hashable, for types that can be converted to a
- hash value. This class exists for the benefit of hashing-based data
- structures. The package provides instances for basic types and a way
- to combine hash values.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
@@ -62,10 +61,7 @@ Depends: ${misc:Depends},
  ${haskell:Depends},
 Recommends: ${haskell:Recommends},
 Suggests: ${haskell:Suggests},
-Description: Class for types that can be converted to a hash value${haskell:ShortBlurb}
- It defines a class, Hashable, for types that can be converted to a
- hash value. This class exists for the benefit of hashing-based data
- structures. The package provides instances for basic types and a way
- to combine hash values.
+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