[DHG_packages] 02/05: pem: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 20:21:49 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 9c8e97e5b1c39920feda9231a44996d72cf95d3c
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 16:18:18 2016 -0400

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

diff --git a/p/haskell-pem/debian/changelog b/p/haskell-pem/debian/changelog
index 59e087f..152fa68 100644
--- a/p/haskell-pem/debian/changelog
+++ b/p/haskell-pem/debian/changelog
@@ -1,14 +1,14 @@
-haskell-pem (0.2.2-6) UNRELEASED; urgency=medium
+haskell-pem (0.2.2-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)
   * Convert `debian/copyright' to dep5 format
 
-  [ Gianfranco Costamagna ]
-  * Fix VCS fields
+  [ Clint Adams ]
+  * Temporarily build-depend on ghc 8.
 
- -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:35:57 +0300
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 16:18:02 -0400
 
 haskell-pem (0.2.2-5) unstable; urgency=medium
 
diff --git a/p/haskell-pem/debian/control b/p/haskell-pem/debian/control
index b4ab184..0eb91e1 100644
--- a/p/haskell-pem/debian/control
+++ b/p/haskell-pem/debian/control
@@ -1,38 +1,45 @@
 Source: haskell-pem
 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-base64-bytestring-dev (>= 1.0.0),
  libghc-base64-bytestring-prof,
+ libghc-hunit-dev,
  libghc-mtl-dev,
  libghc-mtl-prof,
- libghc-hunit-dev,
  libghc-quickcheck2-dev (>= 2.4.0.1),
  libghc-test-framework-dev (>= 0.3.3),
  libghc-test-framework-hunit-dev,
  libghc-test-framework-quickcheck2-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-base64-bytestring-doc,
  libghc-mtl-doc,
 Standards-Version: 3.9.8
 Homepage: http://github.com/vincenthz/hs-pem
-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-pem
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-pem-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: Privacy Enhanced Mail (PEM) format reader and writer${haskell:ShortBlurb}
  It is for reading and writing PEM (Privacy Enhanced Mail; see
  RFCs 1421 through 1424) structures.
@@ -41,11 +48,15 @@ Description: Privacy Enhanced Mail (PEM) format reader and writer${haskell:Short
 
 Package: libghc-pem-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: Privacy Enhanced Mail (PEM) format reader and writer${haskell:ShortBlurb}
  It is for reading and writing PEM (Privacy Enhanced Mail; see
  RFCs 1421 through 1424) structures.
@@ -55,10 +66,13 @@ Description: Privacy Enhanced Mail (PEM) format reader and writer${haskell:Short
 Package: libghc-pem-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: Privacy Enhanced Mail (PEM) format reader and writer${haskell:ShortBlurb}
  It is for reading and writing PEM (Privacy Enhanced Mail; see
  RFCs 1421 through 1424) structures.

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