diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2011-05-27 12:06:36 +0400 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2011-05-27 12:06:36 +0400 |
commit | a9d8f576ec341624c3a8c06e500d87765084a685 (patch) | |
tree | 4546a68e9163b565bb405cf0e73b56e463c6fc82 /p/haskell-haxr | |
parent | 1afe6eddc45eb8483179c19fcf41ad7943e2b8e2 (diff) | |
download | DHG_packages-a9d8f576ec341624c3a8c06e500d87765084a685.tar.gz |
haskell-haxr: More idiomatic depends formatting
Diffstat (limited to 'p/haskell-haxr')
-rw-r--r-- | p/haskell-haxr/debian/control | 36 |
1 files changed, 22 insertions, 14 deletions
diff --git a/p/haskell-haxr/debian/control b/p/haskell-haxr/debian/control index bcdbae27d..100555e43 100644 --- a/p/haskell-haxr/debian/control +++ b/p/haskell-haxr/debian/control @@ -3,24 +3,32 @@ Section: haskell Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: TANIGUCHI Takaki <takaki@debian.org> -Build-Depends: cdbs, debhelper (>= 7), haskell-devscripts(>= 0.7), - ghc, ghc-prof, - libghc-mtl-dev, libghc-mtl-prof, - libghc-network-dev (<< 3), libghc-network-prof (<< 3), - libghc-haxml-dev (>= 1.20), libghc-haxml-dev (<< 1.21), - libghc-haxml-prof (>= 1.20), libghc-haxml-prof (<< 1.21), - libghc-http-dev (>= 4000), libghc-http-prof (>= 4000), - libghc-dataenc-dev, libghc-dataenc-prof, - libghc-utf8-string-dev, libghc-utf8-string-prof, - libghc-blaze-builder-dev (>= 0.2), libghc-blaze-builder-dev (<< 0.3) +Build-Depends: cdbs, debhelper (>= 7), haskell-devscripts(>= 0.8), + ghc, + ghc-prof, + libghc-mtl-dev, + libghc-mtl-prof, + libghc-network-dev (<< 3), + libghc-network-prof, + libghc-haxml-dev (>= 1.20), + libghc-haxml-dev (<< 1.21), + libghc-haxml-prof, + libghc-http-dev (>= 4000), + libghc-dataenc-dev, + libghc-dataenc-prof, + libghc-utf8-string-dev, + libghc-utf8-string-prof, + libghc-blaze-builder-dev (>= 0.2), + libghc-blaze-builder-dev (<< 0.3) Build-Depends-Indep: ghc-doc, libghc-mtl-doc, - libghc-network-doc (<< 3), - libghc-haxml-doc (>= 1.20), libghc-haxml-doc (<< 1.21), - libghc-http-doc (>= 4000), + libghc-network-doc, + libghc-haxml-doc, + libghc-http-doc, libghc-dataenc-doc, libghc-utf8-string-doc, - libghc-blaze-builder-doc (>= 0.2), libghc-blaze-builder-doc (<< 0.3) + libghc-blaze-builder-doc, + libghc-blaze-builder-doc Standards-Version: 3.9.2 Homepage: http://www.haskell.org/haxr/ Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-haxr |