[DHG_packages] 04/05: text-icu: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 19:35: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 a1da139f8bb2aaacc43a2fdf96377b37f4b7da37
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 15:32:54 2016 -0400
text-icu: build with ghc 8 in experimental
---
p/haskell-text-icu/debian/changelog | 8 ++---
p/haskell-text-icu/debian/control | 59 +++++++++++++++++++++++--------------
2 files changed, 41 insertions(+), 26 deletions(-)
diff --git a/p/haskell-text-icu/debian/changelog b/p/haskell-text-icu/debian/changelog
index b5bba35..29201d0 100644
--- a/p/haskell-text-icu/debian/changelog
+++ b/p/haskell-text-icu/debian/changelog
@@ -1,13 +1,13 @@
-haskell-text-icu (0.7.0.1-5) UNRELEASED; urgency=medium
+haskell-text-icu (0.7.0.1-5) 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:21 +0300
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 15:32:32 -0400
haskell-text-icu (0.7.0.1-4) unstable; urgency=medium
diff --git a/p/haskell-text-icu/debian/control b/p/haskell-text-icu/debian/control
index 5db51e9..ccdf481 100644
--- a/p/haskell-text-icu/debian/control
+++ b/p/haskell-text-icu/debian/control
@@ -1,16 +1,16 @@
Source: haskell-text-icu
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>, Dmitry Bogatov <KAction at gnu.org>
+Uploaders:
+ Clint Adams <clint at debian.org>,
+ Dmitry Bogatov <KAction at gnu.org>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
- libghc-text-dev (>= 0.9.1.0),
- libghc-text-prof,
- libicu-dev,
+ haskell-devscripts (>= 0.10),
libghc-hunit-dev (>= 1.2),
libghc-quickcheck2-dev (>= 2.4),
libghc-random-dev,
@@ -18,22 +18,30 @@ Build-Depends: debhelper (>= 9),
libghc-test-framework-hunit-dev (>= 0.2),
libghc-test-framework-quickcheck2-dev (>= 0.2),
libghc-text-dev,
-Build-Depends-Indep: ghc-doc,
+ libghc-text-dev (>= 0.9.1.0),
+ libghc-text-prof,
+ libicu-dev,
+Build-Depends-Indep:
+ ghc-doc,
libghc-text-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/bos/text-icu
-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-text-icu
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-text-icu-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
+Depends:
libicu-dev,
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: bindings to the ICU library${haskell:ShortBlurb}
Haskell bindings to the International Components for Unicode (ICU)
libraries. These libraries provide robust and full-featured Unicode
@@ -65,11 +73,15 @@ Description: bindings to the ICU library${haskell:ShortBlurb}
Package: libghc-text-icu-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: bindings to the ICU library${haskell:ShortBlurb}
Haskell bindings to the International Components for Unicode (ICU)
libraries. These libraries provide robust and full-featured Unicode
@@ -102,10 +114,13 @@ Description: bindings to the ICU library${haskell:ShortBlurb}
Package: libghc-text-icu-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: bindings to the ICU library${haskell:ShortBlurb}
Haskell bindings to the International Components for Unicode (ICU)
libraries. These libraries provide robust and full-featured Unicode
--
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