diff options
Diffstat (limited to 'p/haskell-hxt-http/debian/control')
| -rw-r--r-- | p/haskell-hxt-http/debian/control | 73 |
1 files changed, 41 insertions, 32 deletions
diff --git a/p/haskell-hxt-http/debian/control b/p/haskell-hxt-http/debian/control index b994d246a..59b5f9064 100644 --- a/p/haskell-hxt-http/debian/control +++ b/p/haskell-hxt-http/debian/control @@ -1,35 +1,40 @@ Source: haskell-hxt-http -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: TANIGUCHI Takaki <takaki@debian.org> +Priority: extra +Section: haskell Build-Depends: debhelper (>= 9), - haskell-devscripts (>= 0.9), - cdbs, - ghc, - ghc-prof, - ghc-doc, - libghc-http-dev, - libghc-http-prof, - libghc-http-doc, - libghc-network-dev (>= 2.6), - libghc-network-prof, - libghc-network-doc, - libghc-network-uri-dev (>= 2.6), - libghc-network-uri-prof, - libghc-network-uri-doc, - libghc-hxt-dev (>= 9.1), libghc-hxt-dev (<< 10), - libghc-hxt-prof (>= 9.1), libghc-hxt-prof (<< 10), - libghc-hxt-doc (>= 9.1), libghc-hxt-doc (<< 10), + haskell-devscripts (>= 0.9), + cdbs, + ghc, + ghc-prof, + ghc-doc, + libghc-http-dev, + libghc-http-prof, + libghc-http-doc, + libghc-network-dev (>= 2.6), + libghc-network-prof, + libghc-network-doc, + libghc-network-uri-dev (>= 2.6), + libghc-network-uri-prof, + libghc-network-uri-doc, + libghc-hxt-dev (>= 9.1), + libghc-hxt-dev (<< 10), + libghc-hxt-prof (>= 9.1), + libghc-hxt-prof (<< 10), + libghc-hxt-doc (>= 9.1), + libghc-hxt-doc (<< 10), Standards-Version: 3.9.4 Homepage: http://www.fh-wedel.de/~si/HXmlToolbox/ Package: libghc-hxt-http-dev Architecture: any -Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${shlibs:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: Interface to native Haskell HTTP package HTTP${haskell:ShortBlurb} This is a part of Haskell XML Toolbox. . @@ -41,10 +46,12 @@ Description: Interface to native Haskell HTTP package HTTP${haskell:ShortBlurb} Package: libghc-hxt-http-prof Architecture: any -Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${shlibs:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: Interface to native Haskell HTTP package HTTP${haskell:ShortBlurb} This is a part of Haskell XML Toolbox. . @@ -55,12 +62,14 @@ Description: Interface to native Haskell HTTP package HTTP${haskell:ShortBlurb} ${haskell:Blurb} Package: libghc-hxt-http-doc -Section: doc Architecture: all -Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Section: doc +Depends: ${haskell:Depends}, + ${shlibs:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: Interface to native Haskell HTTP package HTTP${haskell:ShortBlurb} This is a part of Haskell XML Toolbox. . |
