[DHG_packages] 05/05: ekg: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 21:05:46 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 a8d5bff19789f1a3ddc7ebcf0382be0a97187d7c
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 17:04:03 2016 -0400
ekg: build with ghc 8 in experimental
---
p/haskell-ekg/debian/changelog | 6 ++++
p/haskell-ekg/debian/control | 66 +++++++++++++++++++++++++++---------------
2 files changed, 48 insertions(+), 24 deletions(-)
diff --git a/p/haskell-ekg/debian/changelog b/p/haskell-ekg/debian/changelog
index cd817ab..6cd8bf0 100644
--- a/p/haskell-ekg/debian/changelog
+++ b/p/haskell-ekg/debian/changelog
@@ -1,3 +1,9 @@
+haskell-ekg (0.4.0.11-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 17:03:52 -0400
+
haskell-ekg (0.4.0.11-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-ekg/debian/control b/p/haskell-ekg/debian/control
index 498d7a1..4206687 100644
--- a/p/haskell-ekg/debian/control
+++ b/p/haskell-ekg/debian/control
@@ -1,20 +1,23 @@
Source: haskell-ekg
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Iustin Pop <iustin at debian.org>, Louis Bettens <louis at bettens.info>
+Uploaders:
+ Iustin Pop <iustin at debian.org>,
+ Louis Bettens <louis at bettens.info>,
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-aeson-dev (<< 1.1),
libghc-aeson-prof,
- libghc-ekg-core-dev (>= 0.1),
libghc-ekg-core-dev (<< 0.2),
+ libghc-ekg-core-dev (>= 0.1),
libghc-ekg-core-prof,
- libghc-ekg-json-dev (>= 0.1),
libghc-ekg-json-dev (<< 0.2),
+ libghc-ekg-json-dev (>= 0.1),
libghc-ekg-json-prof,
libghc-network-dev (<< 2.7),
libghc-network-prof,
@@ -26,7 +29,8 @@ Build-Depends: debhelper (>= 9),
libghc-text-prof,
libghc-unordered-containers-dev (<< 0.3),
libghc-unordered-containers-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-aeson-doc,
libghc-ekg-core-doc,
libghc-ekg-json-doc,
@@ -37,18 +41,22 @@ Build-Depends-Indep: ghc-doc,
libghc-unordered-containers-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/tibbe/ekg
-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-ekg
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-ekg-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
+Depends:
libghc-ekg-data (= ${source:Version}),
-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: remote monitoring of Haskell processes over HTTP${haskell:ShortBlurb}
The ekg library lets you remotely monitor a running (Haskell) process
over HTTP. It provides a simple way to integrate a monitoring server
@@ -58,11 +66,15 @@ Description: remote monitoring of Haskell processes over HTTP${haskell:ShortBlur
Package: libghc-ekg-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: remote monitoring of Haskell processes over HTTP${haskell:ShortBlurb}
The ekg library lets you remotely monitor a running (Haskell) process
over HTTP. It provides a simple way to integrate a monitoring server
@@ -73,10 +85,13 @@ Description: remote monitoring of Haskell processes over HTTP${haskell:ShortBlur
Package: libghc-ekg-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: remote monitoring of Haskell processes over HTTP${haskell:ShortBlurb}
The ekg library lets you remotely monitor a running (Haskell) process
over HTTP. It provides a simple way to integrate a monitoring server
@@ -86,10 +101,13 @@ Description: remote monitoring of Haskell processes over HTTP${haskell:ShortBlur
Package: libghc-ekg-data
Architecture: all
-Depends: ${misc:Depends},
+Depends:
${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
Description: remote monitoring of Haskell processes over HTTP - common files
The ekg library lets you remotely monitor a running (Haskell) process
over HTTP. It provides a simple way to integrate a monitoring server
--
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