[DHG_packages] 02/02: bytestring-show: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Thu Oct 13 14:35:45 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 a0763cb99602c6c46a1a5a0afda438d5d9685961
Author: Clint Adams <clint at debian.org>
Date:   Thu Oct 13 10:33:37 2016 -0400

    bytestring-show: build with ghc 8 in experimental
---
 p/haskell-bytestring-show/debian/changelog |  9 +++++----
 p/haskell-bytestring-show/debian/control   | 19 +++++++++++--------
 2 files changed, 16 insertions(+), 12 deletions(-)

diff --git a/p/haskell-bytestring-show/debian/changelog b/p/haskell-bytestring-show/debian/changelog
index 535dee1..1c8814a 100644
--- a/p/haskell-bytestring-show/debian/changelog
+++ b/p/haskell-bytestring-show/debian/changelog
@@ -1,13 +1,14 @@
-haskell-bytestring-show (0.3.5.6-6) UNRELEASED; urgency=medium
+haskell-bytestring-show (0.3.5.6-6) 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)
 
-  [ Gianfranco Costamagna ]
-  * Fix VCS fields
+  [ Clint Adams ]
+  * Temporarily build-depend on ghc 8.
+  * Consolidate package descriptions into X-Description.
 
- -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:34:53 +0300
+ -- Clint Adams <clint at debian.org>  Thu, 13 Oct 2016 10:33:25 -0400
 
 haskell-bytestring-show (0.3.5.6-5) unstable; urgency=medium
 
diff --git a/p/haskell-bytestring-show/debian/control b/p/haskell-bytestring-show/debian/control
index 9b20c8e..e502a53 100644
--- a/p/haskell-bytestring-show/debian/control
+++ b/p/haskell-bytestring-show/debian/control
@@ -6,13 +6,15 @@ 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: http://code.haskell.org/~dolio/
-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-abstract-par
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
+X-Description: Haskell library for value converter to byte strings
+ Efficient conversion of values into readable byte strings.
 
 Package: libghc-bytestring-show-dev
 Architecture: any
@@ -22,8 +24,8 @@ Depends: ${haskell:Depends},
 Recommends: ${haskell:Recommends},
 Suggests: ${haskell:Suggests},
 Provides: ${haskell:Provides},
-Description: Haskell library for value converter to byte strings${haskell:ShortBlurb}
- Efficient conversion of values into readable byte strings.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
@@ -34,8 +36,8 @@ Depends: ${haskell:Depends},
 Recommends: ${haskell:Recommends},
 Suggests: ${haskell:Suggests},
 Provides: ${haskell:Provides},
-Description: Haskell library for value converter to byte strings${haskell:ShortBlurb}
- Efficient conversion of values into readable byte strings.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
@@ -46,7 +48,8 @@ Depends: ${haskell:Depends},
  ${misc:Depends},
 Recommends: ${haskell:Recommends},
 Suggests: ${haskell:Suggests},
-Description: Haskell library for value converter to byte strings${haskell:ShortBlurb}
- Efficient conversion of values into readable byte strings.
+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