diff options
| author | Clint Adams <clint@debian.org> | 2016-10-16 12:19:17 -0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2016-10-16 12:19:17 -0400 |
| commit | e33f656f0656e0da644f656eca003576ada0b422 (patch) | |
| tree | b330510cffcd81bf8bcfda99ffcc3f41c63e802c | |
| parent | 5748960874eff403bcd5de3ee22f3bb4738a06c9 (diff) | |
| download | DHG_packages-e33f656f0656e0da644f656eca003576ada0b422.tar.gz | |
js-flot: build with ghc 8 in experimental
| -rw-r--r-- | p/haskell-js-flot/debian/changelog | 8 | ||||
| -rw-r--r-- | 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 46e8dbaa0..a95cda954 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@gnu.org> Tue, 10 May 2016 09:35:38 +0300 + -- Clint Adams <clint@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 adbce7e8c..8a291c1db 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@lists.alioth.debian.org> -Uploaders: Iustin Pop <iustin@debian.org> +Uploaders: + Iustin Pop <iustin@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} . |
