[DHG_packages] 03/05: hslua: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 05:16:23 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 de3af81ba8de8cf35c3ac73d89d24e8a11f6b9e7
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 01:14:06 2016 -0400
hslua: build with ghc 8 in experimental
---
p/haskell-hslua/debian/changelog | 8 ++---
p/haskell-hslua/debian/control | 64 ++++++++++++++++++++++++----------------
2 files changed, 43 insertions(+), 29 deletions(-)
diff --git a/p/haskell-hslua/debian/changelog b/p/haskell-hslua/debian/changelog
index 4ac113e..47300de 100644
--- a/p/haskell-hslua/debian/changelog
+++ b/p/haskell-hslua/debian/changelog
@@ -1,13 +1,13 @@
-haskell-hslua (0.4.1-9) UNRELEASED; urgency=medium
+haskell-hslua (0.4.1-9) 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:35:29 +0300
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 01:14:02 -0400
haskell-hslua (0.4.1-8) unstable; urgency=medium
diff --git a/p/haskell-hslua/debian/control b/p/haskell-hslua/debian/control
index a05cdea..f3f97bb 100644
--- a/p/haskell-hslua/debian/control
+++ b/p/haskell-hslua/debian/control
@@ -1,26 +1,29 @@
Source: haskell-hslua
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,
- pkg-config,
- liblua5.1-0-dev,
- libluajit-5.1-dev [amd64 armel armhf i386 mips mipsel powerpc hurd-i386 kfreebsd-i386],
- libghc-hspec-dev,
+ haskell-devscripts (>= 0.10),
libghc-hspec-contrib-dev,
+ libghc-hspec-dev,
libghc-hunit-dev,
- libghc-text-dev,
- libghc-quickcheck2-dev (>= 2.7),
libghc-quickcheck-instances-dev,
-Build-Depends-Indep: ghc-doc,
+ libghc-quickcheck2-dev (>= 2.7),
+ libghc-text-dev,
+ liblua5.1-0-dev,
+ libluajit-5.1-dev [amd64 armel armhf i386 mips mipsel powerpc hurd-i386 kfreebsd-i386],
+ pkg-config,
+Build-Depends-Indep:
+ ghc-doc,
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/hslua
-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-hslua
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: Lua language interpreter embedding in Haskell
The Scripting.Lua module is a wrapper of Lua language interpreter as
@@ -28,14 +31,18 @@ X-Description: Lua language interpreter embedding in Haskell
Package: libghc-hslua-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
+Depends:
liblua5.1-0-dev,
libluajit-5.1-dev [amd64 armel armhf i386 mips mipsel powerpc hurd-i386 kfreebsd-i386],
-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:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -43,11 +50,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-hslua-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:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -56,10 +67,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-hslua-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: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
--
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