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

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 05:01: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 2fa109f8f8bcb55f855f97269c477032f18b50fd
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 00:59:08 2016 -0400

    asn1-types: build with ghc 8 in experimental
---
 p/haskell-asn1-types/debian/changelog |  8 +++---
 p/haskell-asn1-types/debian/control   | 50 ++++++++++++++++++++++-------------
 2 files changed, 36 insertions(+), 22 deletions(-)

diff --git a/p/haskell-asn1-types/debian/changelog b/p/haskell-asn1-types/debian/changelog
index ca5de55..a565ef4 100644
--- a/p/haskell-asn1-types/debian/changelog
+++ b/p/haskell-asn1-types/debian/changelog
@@ -1,13 +1,13 @@
-haskell-asn1-types (0.3.2-2) UNRELEASED; urgency=medium
+haskell-asn1-types (0.3.2-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 00:59:03 -0400
 
 haskell-asn1-types (0.3.2-1) unstable; urgency=medium
 
diff --git a/p/haskell-asn1-types/debian/control b/p/haskell-asn1-types/debian/control
index 6cda34c..2b50df5 100644
--- a/p/haskell-asn1-types/debian/control
+++ b/p/haskell-asn1-types/debian/control
@@ -1,33 +1,40 @@
 Source: haskell-asn1-types
 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-hourglass-dev,
  libghc-hourglass-prof,
  libghc-memory-dev,
  libghc-memory-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-hourglass-doc,
  libghc-memory-doc,
 Standards-Version: 3.9.8
 Homepage: http://github.com/vincenthz/hs-asn1-types
-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-types
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-asn1-types-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: ASN.1 types${haskell:ShortBlurb}
  These are ASN.1 standard types
  .
@@ -35,11 +42,15 @@ Description: ASN.1 types${haskell:ShortBlurb}
 
 Package: libghc-asn1-types-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: ASN.1 types${haskell:ShortBlurb}
  These are ASN.1 standard types
  .
@@ -48,10 +59,13 @@ Description: ASN.1 types${haskell:ShortBlurb}
 Package: libghc-asn1-types-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: ASN.1 types${haskell:ShortBlurb}
  These are ASN.1 standard types
  .

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