[DHG_packages] 03/05: readline: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Fri Oct 14 18:01:35 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 d23b483d11aca291d69cbeafce953ea6a78bb993
Author: Clint Adams <clint at debian.org>
Date: Fri Oct 14 13:58:50 2016 -0400
readline: build with ghc 8 in experimental
---
p/haskell-readline/debian/changelog | 6 ++++++
p/haskell-readline/debian/control | 37 ++++++++++++++++++++-----------------
2 files changed, 26 insertions(+), 17 deletions(-)
diff --git a/p/haskell-readline/debian/changelog b/p/haskell-readline/debian/changelog
index b52337e..1ba7996 100644
--- a/p/haskell-readline/debian/changelog
+++ b/p/haskell-readline/debian/changelog
@@ -1,3 +1,9 @@
+haskell-readline (1.0.3.0-6) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Fri, 14 Oct 2016 13:58:28 -0400
+
haskell-readline (1.0.3.0-5) unstable; urgency=medium
* Resurrect after ftp-master removal.
diff --git a/p/haskell-readline/debian/control b/p/haskell-readline/debian/control
index 0454714..cba8709 100644
--- a/p/haskell-readline/debian/control
+++ b/p/haskell-readline/debian/control
@@ -2,15 +2,18 @@ Source: haskell-readline
Section: haskell
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>, Sean Whitton <spwhitton at spwhitton.name>
-Build-Depends: debhelper (>= 10)
- , cdbs
- , haskell-devscripts (>= 0.9)
- , ghc
- , ghc-prof
- , libreadline6-dev
- , libncurses5-dev
- , dh-autoreconf
+Uploaders:
+ Clint Adams <clint at debian.org>,
+ Sean Whitton <spwhitton at spwhitton.name>,
+Build-Depends:
+ cdbs,
+ debhelper (>= 10),
+ dh-autoreconf,
+ ghc (>= 8),
+ ghc-prof,
+ haskell-devscripts (>= 0.9),
+ libncurses5-dev,
+ libreadline6-dev,
Build-Depends-Indep: ghc-doc
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/readline
@@ -23,11 +26,12 @@ X-Description: Haskell bindings to GNU readline library
Package: libghc-readline-dev
Architecture: any
-Depends: ${haskell:Depends}
- , ${shlibs:Depends}
- , ${misc:Depends}
- , libreadline6-dev
- , libncurses5-dev
+Depends:
+ libncurses5-dev,
+ libreadline6-dev,
+ ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
@@ -38,8 +42,7 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-readline-prof
Architecture: any
-Depends: ${haskell:Depends}
- , ${misc:Depends}
+Depends: ${haskell:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
@@ -51,7 +54,7 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-readline-doc
Section: doc
Architecture: all
-Depends: ${misc:Depends}, ${haskell:Depends}
+Depends: ${haskell:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
--
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