[DHG_packages] 01/05: ekg-core: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 23:53:04 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 ac2e8f17ff10b2d6203ddca4ba62400f29801713
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 19:47:53 2016 -0400
ekg-core: build with ghc 8 in experimental
---
p/haskell-ekg-core/debian/changelog | 6 ++--
p/haskell-ekg-core/debian/control | 59 ++++++++++++++++++++++++-------------
2 files changed, 41 insertions(+), 24 deletions(-)
diff --git a/p/haskell-ekg-core/debian/changelog b/p/haskell-ekg-core/debian/changelog
index fae0042..af1b522 100644
--- a/p/haskell-ekg-core/debian/changelog
+++ b/p/haskell-ekg-core/debian/changelog
@@ -1,8 +1,8 @@
-haskell-ekg-core (0.1.1.1-2) UNRELEASED; urgency=medium
+haskell-ekg-core (0.1.1.1-2) experimental; urgency=medium
- * Fix VCS fields
+ * Temporarily build-depend on ghc 8.
- -- Gianfranco Costamagna <locutusofborg at debian.org> Thu, 02 Jun 2016 19:12:28 +0200
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 19:47:48 -0400
haskell-ekg-core (0.1.1.1-1) unstable; urgency=medium
diff --git a/p/haskell-ekg-core/debian/control b/p/haskell-ekg-core/debian/control
index 10266fe..33bcada 100644
--- a/p/haskell-ekg-core/debian/control
+++ b/p/haskell-ekg-core/debian/control
@@ -1,36 +1,44 @@
Source: haskell-ekg-core
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>
+Uploaders:
+ Joachim Breitner <nomeata 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,
+ haskell-devscripts (>= 0.10),
libghc-text-dev (<< 1.3),
libghc-text-prof,
libghc-unordered-containers-dev (<< 0.3),
libghc-unordered-containers-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-text-doc,
libghc-unordered-containers-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/tibbe/ekg-core
-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-core
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Tracking of system metrics
+X-Description: tracking of system metrics
This library lets you defined and track system metrics.
Package: libghc-ekg-core-dev
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -38,12 +46,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-ekg-core-prof
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -52,11 +65,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-ekg-core-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
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