[DHG_packages] 01/05: ncurses: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 00:17:08 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 ecb87fb8ee3726342bb29a3d0b05dc1025888b4b
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 20:13:24 2016 -0400
ncurses: build with ghc 8 in experimental
---
p/haskell-ncurses/debian/changelog | 7 ++++--
p/haskell-ncurses/debian/control | 50 ++++++++++++++++++++++++--------------
2 files changed, 37 insertions(+), 20 deletions(-)
diff --git a/p/haskell-ncurses/debian/changelog b/p/haskell-ncurses/debian/changelog
index 17942b7..f4e0911 100644
--- a/p/haskell-ncurses/debian/changelog
+++ b/p/haskell-ncurses/debian/changelog
@@ -1,4 +1,4 @@
-haskell-ncurses (0.2.15-2) UNRELEASED; urgency=medium
+haskell-ncurses (0.2.15-2) experimental; urgency=medium
[ Dmitry Bogatov ]
* Use secure (https) uri in Vcs-Git field in 'debian/control'
@@ -7,7 +7,10 @@ haskell-ncurses (0.2.15-2) UNRELEASED; urgency=medium
[ Ilias Tsitsimpis ]
* Update d/watch file to use hackage
- -- Dmitry Bogatov <KAction at gnu.org> Tue, 10 May 2016 09:35:50 +0300
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 20:13:19 -0400
haskell-ncurses (0.2.15-1) unstable; urgency=medium
diff --git a/p/haskell-ncurses/debian/control b/p/haskell-ncurses/debian/control
index 3640641..eb48011 100644
--- a/p/haskell-ncurses/debian/control
+++ b/p/haskell-ncurses/debian/control
@@ -1,35 +1,42 @@
Source: haskell-ncurses
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: John Millikin <jmillikin at gmail.com>
+Uploaders:
+ John Millikin <jmillikin at gmail.com>,
Priority: optional
Section: haskell
-Build-Depends: c2hs (>= 0.16.6),
+Build-Depends:
+ c2hs (>= 0.16.6),
cdbs,
debhelper (>= 9),
- haskell-devscripts (>= 0.10),
ghc (>= 6.12),
ghc-prof,
+ haskell-devscripts (>= 0.10),
libghc-text-dev (>= 0.7),
libghc-text-prof,
libncurses5-dev,
libncursesw5-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-text-doc,
Standards-Version: 3.9.8
Homepage: https://john-millikin.com/software/haskell-ncurses/
-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-ncurses
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-ncurses-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
- ${shlibs:Depends},
+Depends:
libncurses5-dev,
libncursesw5-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: Haskell bindings to the GNU ncurses library${haskell:ShortBlurb}
Haskell bindings to GNU ncurses, a library for creating advanced text-based
user interfaces.
@@ -38,11 +45,15 @@ Description: Haskell bindings to the GNU ncurses library${haskell:ShortBlurb}
Package: libghc-ncurses-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: Haskell bindings to the GNU ncurses library${haskell:ShortBlurb}
Haskell bindings to GNU ncurses, a library for creating advanced text-based
user interfaces.
@@ -52,10 +63,13 @@ Description: Haskell bindings to the GNU ncurses library${haskell:ShortBlurb}
Package: libghc-ncurses-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
Description: Haskell bindings to the GNU ncurses library${haskell:ShortBlurb}
Haskell bindings to GNU ncurses, a library for creating advanced text-based
user interfaces.
--
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