[DHG_packages] 01/05: c2hs: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 19:42:36 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 ce183f350cb6079ac4360bd58c794a944ba634ed
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 15:36:36 2016 -0400

    c2hs: build with ghc 8 in experimental
---
 p/c2hs/debian/c2hs-doc.docs |  2 +-
 p/c2hs/debian/changelog     |  6 +++---
 p/c2hs/debian/control       | 48 +++++++++++++++++++++++++++------------------
 3 files changed, 33 insertions(+), 23 deletions(-)

diff --git a/p/c2hs/debian/c2hs-doc.docs b/p/c2hs/debian/c2hs-doc.docs
index b60bc5d..41dac23 100644
--- a/p/c2hs/debian/c2hs-doc.docs
+++ b/p/c2hs/debian/c2hs-doc.docs
@@ -1,2 +1,2 @@
-tests
 doc/users_guide
+tests
diff --git a/p/c2hs/debian/changelog b/p/c2hs/debian/changelog
index 5bbc452..7e0c8c8 100644
--- a/p/c2hs/debian/changelog
+++ b/p/c2hs/debian/changelog
@@ -1,8 +1,8 @@
-c2hs (0.28.1-2) UNRELEASED; urgency=medium
+c2hs (0.28.1-2) experimental; urgency=medium
 
-  * Fix VCS fields
+  * Temporarily build-depend on ghc 8.
 
- -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 02 Jun 2016 19:12:10 +0200
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 15:36:30 -0400
 
 c2hs (0.28.1-1) unstable; urgency=medium
 
diff --git a/p/c2hs/debian/control b/p/c2hs/debian/control
index 8b5a26d..645a65a 100644
--- a/p/c2hs/debian/control
+++ b/p/c2hs/debian/control
@@ -1,35 +1,42 @@
 Source: c2hs
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Arjan Oosting <arjan at debian.org>, Erik de Castro Lopo <erikd at mega-nerd.com>
+Uploaders:
+ Arjan Oosting <arjan at debian.org>,
+ Erik de Castro Lopo <erikd at mega-nerd.com>,
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- dpkg-dev (>= 1.14),
- cdbs,
- ghc,
- haskell-devscripts (>= 0.10),
+Build-Depends:
  alex,
+ cdbs,
+ debhelper (>= 9),
+ docbook,
+ docbook-xsl,
+ dpkg-dev (>= 1.14),
+ ghc (>= 8),
  happy,
+ haskell-devscripts (>= 0.10),
  libghc-dlist-dev,
- libghc-language-c-dev (>= 0.5),
  libghc-language-c-dev (<< 0.6),
- docbook,
- docbook-xsl,
- xsltproc,
+ libghc-language-c-dev (>= 0.5),
  libxml2-utils,
-Build-Conflicts: libghc-wash-dev,
+ xsltproc,
+Build-Conflicts:
+ libghc-wash-dev,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/c2hs
-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/c2hs
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: c2hs
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 Description: C->Haskell Interface Generator
  C->Haskell is an interface generator that simplifies the development
  of Haskell bindings to C libraries.  The tool processes existing C
@@ -48,10 +55,13 @@ Description: C->Haskell Interface Generator
 Package: c2hs-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 Description: C->Haskell Interface Generator -- Documentation package
  C->Haskell is an interface generator that simplifies the development
  of Haskell bindings to C libraries.  The tool processes existing C

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