[DHG_packages] 03/05: regex-pcre: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 05:10: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 17a150bc7ed9485122c4e66be2c56c0a5b66066d
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 01:07:55 2016 -0400

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

diff --git a/p/haskell-regex-pcre/debian/changelog b/p/haskell-regex-pcre/debian/changelog
index 95f5d1b..b2d01a4 100644
--- a/p/haskell-regex-pcre/debian/changelog
+++ b/p/haskell-regex-pcre/debian/changelog
@@ -1,14 +1,14 @@
-haskell-regex-pcre (0.94.4-8) UNRELEASED; urgency=medium
+haskell-regex-pcre (0.94.4-8) 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:36:06 +0300
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 01:07:50 -0400
 
 haskell-regex-pcre (0.94.4-7) unstable; urgency=medium
 
diff --git a/p/haskell-regex-pcre/debian/control b/p/haskell-regex-pcre/debian/control
index 67e4b18..7a7b788 100644
--- a/p/haskell-regex-pcre/debian/control
+++ b/p/haskell-regex-pcre/debian/control
@@ -1,32 +1,39 @@
 Source: haskell-regex-pcre
 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-regex-base-dev (>= 0.93),
  libghc-regex-base-prof,
  libpcre3-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-regex-base-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/regex-pcre
-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-regex-pcre
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-regex-pcre-dev
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ libpcre3-dev,
+ ${haskell:Depends},
  ${misc:Depends},
  ${shlibs:Depends},
- libpcre3-dev,
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: Perl-compatible regular expressions
  A library containing the PCRE backend to accompany regex-base.
  .
@@ -34,11 +41,15 @@ Description: Perl-compatible regular expressions
 
 Package: libghc-regex-pcre-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: Perl-compatible regular expressions; profiling libraries
  A library containing the PCRE backend to accompany regex-base.
  .
@@ -48,13 +59,19 @@ Description: Perl-compatible regular expressions; profiling libraries
 Package: libghc-regex-pcre-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: haskell-regex-pcre-doc (<< 0.93.1-7),
-Provides: ${haskell:Provides},
-Replaces: haskell-regex-pcre-doc (<< 0.93.1-7),
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ haskell-regex-pcre-doc (<< 0.93.1-7),
+Provides:
+ ${haskell:Provides},
+Replaces:
+ haskell-regex-pcre-doc (<< 0.93.1-7),
 Description: Perl-compatible regular expressions; documentation
  A library containing the PCRE backend to accompany regex-base.
  .

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