[DHG_packages] 04/05: js-flot: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 16:22:00 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 e33f656f0656e0da644f656eca003576ada0b422
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 12:19:17 2016 -0400
js-flot: build with ghc 8 in experimental
---
p/haskell-js-flot/debian/changelog | 8 ++---
p/haskell-js-flot/debian/control | 62 ++++++++++++++++++++++++--------------
2 files changed, 44 insertions(+), 26 deletions(-)
diff --git a/p/haskell-js-flot/debian/changelog b/p/haskell-js-flot/debian/changelog
index 46e8dba..a95cda9 100644
--- a/p/haskell-js-flot/debian/changelog
+++ b/p/haskell-js-flot/debian/changelog
@@ -1,13 +1,13 @@
-haskell-js-flot (0.8.3-5) UNRELEASED; urgency=medium
+haskell-js-flot (0.8.3-5) 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:38 +0300
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 12:19:10 -0400
haskell-js-flot (0.8.3-4) unstable; urgency=medium
diff --git a/p/haskell-js-flot/debian/control b/p/haskell-js-flot/debian/control
index adbce7e..8a291c1 100644
--- a/p/haskell-js-flot/debian/control
+++ b/p/haskell-js-flot/debian/control
@@ -1,18 +1,21 @@
Source: haskell-js-flot
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Iustin Pop <iustin at debian.org>
+Uploaders:
+ Iustin Pop <iustin 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-http-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/ndmitchell/js-flot#readme
-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-js-flot
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: bundles the jQuery Flot code into a Haskell package
This package bundles the minified jQuery Flot code into a Haskell
@@ -24,12 +27,16 @@ X-Description: bundles the jQuery Flot code into a Haskell package
Package: libghc-js-flot-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -37,11 +44,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-js-flot-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}
.
@@ -50,10 +61,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-js-flot-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}
.
@@ -61,11 +75,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-js-flot-data
Architecture: all
-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}; runtime files
${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