[DHG_packages] 04/05: pcre-light: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 17:20:09 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 93b1893a7dd308526118ca83c7373cd5241f6832
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 13:17:35 2016 -0400

    pcre-light: build with ghc 8 in experimental
---
 p/haskell-pcre-light/debian/changelog |  8 ++++----
 p/haskell-pcre-light/debian/control   | 38 ++++++++++++++++-------------------
 2 files changed, 21 insertions(+), 25 deletions(-)

diff --git a/p/haskell-pcre-light/debian/changelog b/p/haskell-pcre-light/debian/changelog
index 8d3588b..606a5d5 100644
--- a/p/haskell-pcre-light/debian/changelog
+++ b/p/haskell-pcre-light/debian/changelog
@@ -1,14 +1,14 @@
-haskell-pcre-light (0.4.0.4-2) UNRELEASED; urgency=medium
+haskell-pcre-light (0.4.0.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)
   * 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>  Fri, 14 Oct 2016 13:17:19 -0400
 
 haskell-pcre-light (0.4.0.4-1) unstable; urgency=medium
 
diff --git a/p/haskell-pcre-light/debian/control b/p/haskell-pcre-light/debian/control
index 3bd0ede..884e4fb 100644
--- a/p/haskell-pcre-light/debian/control
+++ b/p/haskell-pcre-light/debian/control
@@ -3,27 +3,25 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 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),
  libpcre3-dev,
  pkg-config (>=0.9.0),
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep: ghc-doc
 Standards-Version: 3.9.8
 Homepage: https://github.com/Daniel-Diaz/pcre-light
-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-pcre-light
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-pcre-light-dev
 Architecture: any
-Depends: libpcre3-dev,
- ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: libpcre3-dev, ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
 Description: Haskell library for Perl 5-compatible regular expressions${haskell:ShortBlurb}
  The PCRE library is a set of functions that implement regular expression
  pattern matching using the same syntax and semantics as Perl 5.  The library
@@ -33,9 +31,8 @@ Description: Haskell library for Perl 5-compatible regular expressions${haskell:
 
 Package: libghc-pcre-light-prof
 Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Provides: ${haskell:Provides}
 Description: pcre-light library with profiling enabled${haskell:ShortBlurb}
  The PCRE library is a set of functions that implement regular expression
  pattern matching using the same syntax and semantics as Perl 5.  The library
@@ -46,13 +43,12 @@ Description: pcre-light library with profiling enabled${haskell:ShortBlurb}
 Package: libghc-pcre-light-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: haskell-pcre-light-doc (<< 0.3.1.1-2),
-Provides: haskell-pcre-light-doc,
-Replaces: haskell-pcre-light-doc (<< 0.3.1.1-2),
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: haskell-pcre-light-doc (<< 0.3.1.1-2)
+Provides: haskell-pcre-light-doc
+Replaces: haskell-pcre-light-doc (<< 0.3.1.1-2)
 Description: library documentation for pcre-light${haskell:ShortBlurb}
  The PCRE library is a set of functions that implement regular expression
  pattern matching using the same syntax and semantics as Perl 5.  The 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