[DHG_packages] 05/05: asn1-parse: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 19:27:06 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 6a49fcd0ae00bee42cd265b70b5d79b88640f7d9
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 15:25:14 2016 -0400

    asn1-parse: build with ghc 8 in experimental
---
 p/haskell-asn1-parse/debian/changelog |  8 +++---
 p/haskell-asn1-parse/debian/control   | 52 ++++++++++++++++++++++-------------
 2 files changed, 37 insertions(+), 23 deletions(-)

diff --git a/p/haskell-asn1-parse/debian/changelog b/p/haskell-asn1-parse/debian/changelog
index 07e9393..1de8d4d 100644
--- a/p/haskell-asn1-parse/debian/changelog
+++ b/p/haskell-asn1-parse/debian/changelog
@@ -1,13 +1,13 @@
-haskell-asn1-parse (0.9.4-2) UNRELEASED; urgency=medium
+haskell-asn1-parse (0.9.4-2) 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.
 
- -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:34:46 +0300
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 15:25:03 -0400
 
 haskell-asn1-parse (0.9.4-1) unstable; urgency=medium
 
diff --git a/p/haskell-asn1-parse/debian/control b/p/haskell-asn1-parse/debian/control
index f99a6fc..ea3652b 100644
--- a/p/haskell-asn1-parse/debian/control
+++ b/p/haskell-asn1-parse/debian/control
@@ -1,24 +1,27 @@
 Source: haskell-asn1-parse
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+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,
+ haskell-devscripts (>= 0.10),
  libghc-asn1-encoding-dev (>= 0.9),
  libghc-asn1-encoding-prof,
- libghc-asn1-types-dev (>= 0.3),
  libghc-asn1-types-dev (<< 0.4),
+ libghc-asn1-types-dev (>= 0.3),
  libghc-asn1-types-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-asn1-encoding-doc,
  libghc-asn1-types-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/vincenthz/hs-asn1
-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-asn1-parse
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: simple monadic parser for ASN1 stream types
  This is a simple monadic parser for ASN1 stream types, when ASN.1
@@ -26,12 +29,16 @@ X-Description: simple monadic parser for ASN1 stream types
 
 Package: libghc-asn1-parse-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -39,11 +46,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-asn1-parse-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -52,10 +63,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-asn1-parse-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
+Depends:
  ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 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