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

Clint Adams clint at moszumanska.debian.org
Sat Oct 15 18:53:27 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 6434274ce3639df791300072ebe394865cfd24b6
Author: Clint Adams <clint at debian.org>
Date:   Sat Oct 15 14:52:42 2016 -0400

    cpphs: build with ghc 8 in experimental
---
 p/cpphs/debian/changelog |  6 +++++
 p/cpphs/debian/control   | 61 +++++++++++++++++++++++++++++++-----------------
 2 files changed, 45 insertions(+), 22 deletions(-)

diff --git a/p/cpphs/debian/changelog b/p/cpphs/debian/changelog
index 14bf78e..7c02469 100644
--- a/p/cpphs/debian/changelog
+++ b/p/cpphs/debian/changelog
@@ -1,3 +1,9 @@
+cpphs (1.20.2-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Sat, 15 Oct 2016 14:52:33 -0400
+
 cpphs (1.20.2-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/cpphs/debian/control b/p/cpphs/debian/control
index d4e33ba..446ba8e 100644
--- a/p/cpphs/debian/control
+++ b/p/cpphs/debian/control
@@ -1,33 +1,38 @@
 Source: cpphs
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>
+Uploaders:
+ Joachim Breitner <nomeata 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-old-locale-dev,
  libghc-old-locale-prof,
  libghc-old-time-dev,
  libghc-old-time-prof,
  libghc-polyparse-dev (>= 1.9),
  libghc-polyparse-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-old-locale-doc,
  libghc-old-time-doc,
  libghc-polyparse-doc,
 Standards-Version: 3.9.8
 Homepage: http://projects.haskell.org/cpphs/
-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/cpphs
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: cpphs
 Architecture: any
-Depends: ${shlibs:Depends},
+Depends:
  ${misc:Depends},
-Suggests: ghc | hugs,
+ ${shlibs:Depends},
+Suggests:
+ ghc | hugs,
 Description: Simplified cpp-a-like preprocessor for Haskell
  The C pre-processor has been widely used in Haskell source code. It
  enables conditional compilation for different compilers, different
@@ -43,34 +48,46 @@ Description: Simplified cpp-a-like preprocessor for Haskell
 
 Package: libghc-cpphs-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: cpphs-library for haskell
  This package provides some of the features of cpphs as a haskell library.
 
 Package: libghc-cpphs-prof
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: cpphs-library for haskell; profiling libraries
  This package provides some of the features of cpphs as a haskell library.
 
 Package: libghc-cpphs-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
+Depends:
  ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: haskell-cpphs-doc (<< 1.11-2),
-Provides: haskell-cpphs-doc,
-Replaces: haskell-cpphs-doc (<< 1.11-2),
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ haskell-cpphs-doc (<< 1.11-2),
+Provides:
+ haskell-cpphs-doc,
+Replaces:
+ haskell-cpphs-doc (<< 1.11-2),
 Description: cpphs-library for haskell; documentation
  This package provides some of the features of cpphs as a haskell library.
   .

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