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

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 20:34:46 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 6db51708459b61c2e8707ade7aacad82f7d43d62
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 16:28:47 2016 -0400

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

diff --git a/p/haskell-stringprep/debian/changelog b/p/haskell-stringprep/debian/changelog
index 090ae26..ac59318 100644
--- a/p/haskell-stringprep/debian/changelog
+++ b/p/haskell-stringprep/debian/changelog
@@ -1,13 +1,13 @@
-haskell-stringprep (1.0.0-6) UNRELEASED; urgency=medium
+haskell-stringprep (1.0.0-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)
 
-  [ 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:15 +0300
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 16:28:38 -0400
 
 haskell-stringprep (1.0.0-5) unstable; urgency=medium
 
diff --git a/p/haskell-stringprep/debian/control b/p/haskell-stringprep/debian/control
index 8161c91..390e909 100644
--- a/p/haskell-stringprep/debian/control
+++ b/p/haskell-stringprep/debian/control
@@ -1,33 +1,40 @@
 Source: haskell-stringprep
 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-text-dev (>= 0.9),
- libghc-text-prof,
  libghc-text-icu-dev (>= 0.6),
  libghc-text-icu-prof,
-Build-Depends-Indep: ghc-doc,
+ libghc-text-prof,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-text-doc,
  libghc-text-icu-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/stringprep
-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-stringprep
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-stringprep-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: Implements the "StringPrep" algorithm${haskell:ShortBlurb}
  RFC 3454 describes a framework for preparing Unicode text strings in order to
  increase the likelihood that string input and string comparison work in ways
@@ -39,11 +46,15 @@ Description: Implements the "StringPrep" algorithm${haskell:ShortBlurb}
 
 Package: libghc-stringprep-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: Implements the "StringPrep" algorithm${haskell:ShortBlurb}
  RFC 3454 describes a framework for preparing Unicode text strings in order to
  increase the likelihood that string input and string comparison work in ways
@@ -56,10 +67,13 @@ Description: Implements the "StringPrep" algorithm${haskell:ShortBlurb}
 Package: libghc-stringprep-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: Implements the "StringPrep" algorithm${haskell:ShortBlurb}
  RFC 3454 describes a framework for preparing Unicode text strings in order to
  increase the likelihood that string input and string comparison work in ways

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