[DHG_packages] 01/05: PSQueue: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Fri Oct 14 18:01:34 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 7ab0c86c510d1899e7acede80097fd5684420a4c
Author: Clint Adams <clint at debian.org>
Date: Fri Oct 14 13:56:29 2016 -0400
PSQueue: build with ghc 8 in experimental
---
p/haskell-psqueue/debian/changelog | 8 ++++----
p/haskell-psqueue/debian/control | 37 +++++++++++++++++--------------------
2 files changed, 21 insertions(+), 24 deletions(-)
diff --git a/p/haskell-psqueue/debian/changelog b/p/haskell-psqueue/debian/changelog
index 821c9b3..900b0fa 100644
--- a/p/haskell-psqueue/debian/changelog
+++ b/p/haskell-psqueue/debian/changelog
@@ -1,14 +1,14 @@
-haskell-psqueue (1.1-9) UNRELEASED; urgency=medium
+haskell-psqueue (1.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)
* Convert `debian/copyright' to dep5 format
- [ 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:01 +0300
+ -- Clint Adams <clint at debian.org> Fri, 14 Oct 2016 13:56:07 -0400
haskell-psqueue (1.1-8) unstable; urgency=medium
diff --git a/p/haskell-psqueue/debian/control b/p/haskell-psqueue/debian/control
index 7b545a0..75c90a1 100644
--- a/p/haskell-psqueue/debian/control
+++ b/p/haskell-psqueue/debian/control
@@ -3,25 +3,24 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
Uploaders: Kiwamu Okabe <kiwamu at debian.or.jp>
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
-Build-Depends-Indep: ghc-doc,
+ haskell-devscripts (>= 0.10),
+Build-Depends-Indep: ghc-doc
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/PSQueue
-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-psqueue
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-psqueue-dev
Architecture: any
-Depends: ${shlibs:Depends},
- ${haskell: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: Priority Search Queue
A /priority search queue/ efficiently supports the
opperations of both a search tree and a priority queue. A
@@ -35,11 +34,10 @@ Description: Priority Search Queue
Package: libghc-psqueue-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: Priority Search Queue; profiling libraries
A /priority search queue/ efficiently supports the
opperations of both a search tree and a priority queue. A
@@ -54,10 +52,9 @@ Description: Priority Search Queue; profiling libraries
Package: libghc-psqueue-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
Description: Priority Search Queue; documentation
A /priority search queue/ efficiently supports the
opperations of both a search tree and a priority queue. A
--
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