[DHG_packages] 04/05: maths: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Fri Oct 14 20:45:33 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 041f81c7188150b3aa71b451eb87af89da92825e
Author: Clint Adams <clint at debian.org>
Date: Fri Oct 14 16:42:05 2016 -0400
maths: build with ghc 8 in experimental
---
p/haskell-maths/debian/changelog | 8 ++++----
p/haskell-maths/debian/control | 38 +++++++++++++++++---------------------
2 files changed, 21 insertions(+), 25 deletions(-)
diff --git a/p/haskell-maths/debian/changelog b/p/haskell-maths/debian/changelog
index f8780ed..62009ee 100644
--- a/p/haskell-maths/debian/changelog
+++ b/p/haskell-maths/debian/changelog
@@ -1,13 +1,13 @@
-haskell-maths (0.4.8-3) UNRELEASED; urgency=medium
+haskell-maths (0.4.8-3) 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:44 +0300
+ -- Clint Adams <clint at debian.org> Fri, 14 Oct 2016 16:42:00 -0400
haskell-maths (0.4.8-2) unstable; urgency=medium
diff --git a/p/haskell-maths/debian/control b/p/haskell-maths/debian/control
index 9311eeb..af8af31 100644
--- a/p/haskell-maths/debian/control
+++ b/p/haskell-maths/debian/control
@@ -3,28 +3,26 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
Uploaders: Iulian Udrea <iulian at ubuntu.com>
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-random-dev,
libghc-random-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-random-doc,
+Build-Depends-Indep: ghc-doc, libghc-random-doc
Standards-Version: 3.9.8
Homepage: http://haskellformaths.blogspot.com/
-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-maths
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-maths-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: Combinatorics, group theory, (non-)commutative algebra${haskell:ShortBlurb}
A library of maths code in the areas of combinatorics, group theory,
commutative algebra, and non-commutative algebra. The library is mainly
@@ -35,11 +33,10 @@ Description: Combinatorics, group theory, (non-)commutative algebra${haskell:Sho
Package: libghc-maths-prof
Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: Combinatorics, group theory, (non-)commutative algebra${haskell:ShortBlurb}
A library of maths code in the areas of combinatorics, group theory,
commutative algebra, and non-commutative algebra. The library is mainly
@@ -51,10 +48,9 @@ Description: Combinatorics, group theory, (non-)commutative algebra${haskell:Sho
Package: libghc-maths-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
- ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
Description: Combinatorics, group theory, (non-)commutative algebra${haskell:ShortBlurb}
A library of maths code in the areas of combinatorics, group theory,
commutative algebra, and non-commutative algebra. The library is mainly
--
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