diff options
Diffstat (limited to 'p/haskell-http-api-data/debian/control')
-rw-r--r-- | p/haskell-http-api-data/debian/control | 67 |
1 files changed, 42 insertions, 25 deletions
diff --git a/p/haskell-http-api-data/debian/control b/p/haskell-http-api-data/debian/control index 9f8011837..e26612ea9 100644 --- a/p/haskell-http-api-data/debian/control +++ b/p/haskell-http-api-data/debian/control @@ -1,26 +1,29 @@ Source: haskell-http-api-data 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.9), +Build-Depends: cdbs, - ghc, + debhelper (>= 9), + ghc (>= 8), ghc-prof, + haskell-devscripts (>= 0.9), + libghc-doctest-dev (<< 0.12), + libghc-doctest-dev (>= 0.11), + libghc-hspec-dev (>= 1.3), + libghc-hunit-dev, + libghc-quickcheck2-dev, + libghc-text-dev, libghc-text-dev (>= 0.5), libghc-text-prof, libghc-text-show-dev (>= 2), libghc-text-show-prof, libghc-time-locale-compat-dev, libghc-time-locale-compat-prof, - libghc-hunit-dev, - libghc-quickcheck2-dev, - libghc-doctest-dev (>= 0.11), - libghc-doctest-dev (<< 0.12), - libghc-hspec-dev (>= 1.3), - libghc-text-dev, -Build-Depends-Indep: ghc-doc, +Build-Depends-Indep: + ghc-doc, libghc-text-doc, libghc-text-show-doc, libghc-time-locale-compat-doc, @@ -35,13 +38,18 @@ X-Description: converting to/from HTTP API data Package: libghc-http-api-data-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} . @@ -49,12 +57,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-http-api-data-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} . @@ -63,11 +76,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-http-api-data-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} . |