diff options
author | Clint Adams <clint@debian.org> | 2016-10-17 20:42:46 -0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2016-10-17 20:42:46 -0400 |
commit | 9a28775b1ba39f5ac63a96edd8b81a99268c8ebd (patch) | |
tree | 36263148fb3938f4b9359c625055cc862b4a0f35 /p/haskell-gitlib/debian | |
parent | 8f3b333dc4b2126915ec7369c7ea8d809ada81cd (diff) | |
download | DHG_packages-9a28775b1ba39f5ac63a96edd8b81a99268c8ebd.tar.gz |
gitlib: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-gitlib/debian')
-rw-r--r-- | p/haskell-gitlib/debian/changelog | 8 | ||||
-rw-r--r-- | p/haskell-gitlib/debian/control | 56 |
2 files changed, 39 insertions, 25 deletions
diff --git a/p/haskell-gitlib/debian/changelog b/p/haskell-gitlib/debian/changelog index 6dc503902..ce870e18f 100644 --- a/p/haskell-gitlib/debian/changelog +++ b/p/haskell-gitlib/debian/changelog @@ -1,13 +1,13 @@ -haskell-gitlib (3.1.1-2) UNRELEASED; urgency=medium +haskell-gitlib (3.1.1-2) 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:21 +0300 + -- Clint Adams <clint@debian.org> Mon, 17 Oct 2016 20:42:42 -0400 haskell-gitlib (3.1.1-1) unstable; urgency=medium diff --git a/p/haskell-gitlib/debian/control b/p/haskell-gitlib/debian/control index a77f52a8b..d1e9c01d6 100644 --- a/p/haskell-gitlib/debian/control +++ b/p/haskell-gitlib/debian/control @@ -1,19 +1,21 @@ Source: haskell-gitlib Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> -Uploaders: Clint Adams <clint@debian.org> +Uploaders: + Clint Adams <clint@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-base16-bytestring-dev (>= 0.1.1.5), libghc-base16-bytestring-prof, - libghc-conduit-dev (>= 1.1.0), - libghc-conduit-prof, libghc-conduit-combinators-dev (>= 1), libghc-conduit-combinators-prof, + libghc-conduit-dev (>= 1.1.0), + libghc-conduit-prof, libghc-exceptions-dev (>= 0.5), libghc-exceptions-prof, libghc-hashable-dev (>= 1.1.2.5), @@ -36,10 +38,11 @@ Build-Depends: debhelper (>= 9), libghc-text-prof, libghc-unordered-containers-dev (>= 0.2.3.0), libghc-unordered-containers-prof, -Build-Depends-Indep: ghc-doc, +Build-Depends-Indep: + ghc-doc, libghc-base16-bytestring-doc, - libghc-conduit-doc, libghc-conduit-combinators-doc, + libghc-conduit-doc, libghc-exceptions-doc, libghc-hashable-doc, libghc-lifted-async-doc, @@ -53,7 +56,7 @@ Build-Depends-Indep: ghc-doc, libghc-unordered-containers-doc, Standards-Version: 3.9.8 Homepage: http://hackage.haskell.org/package/gitlib -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-gitlib Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git X-Description: API library for working with Git repositories gitlib is a high-level, lazy and conduit-aware set of abstractions @@ -69,12 +72,16 @@ X-Description: API library for working with Git repositories Package: libghc-gitlib-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} . @@ -82,11 +89,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-gitlib-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} . @@ -95,10 +106,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-gitlib-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} . |