diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2015-08-12 20:17:21 +0200 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2015-08-12 20:17:21 +0200 |
commit | 9fa2cdb713769ca89053c21e8700c29bb4bbb005 (patch) | |
tree | d8f74cd79b335d63b8eeae05c47a8b2324446c5f | |
parent | 0443e71918b6bdf9dbe9f6a02899c4296dd947af (diff) | |
download | DHG_packages-9fa2cdb713769ca89053c21e8700c29bb4bbb005.tar.gz |
Normalize all control files
by reading them into cabal-debian, and serializing them again. This
_should_ only change whitespace, linebreaks and order of fields. At
least I hope so :-)
632 files changed, 23017 insertions, 22709 deletions
diff --git a/p/alex/debian/control b/p/alex/debian/control index 9a3e95571..3535541c9 100644 --- a/p/alex/debian/control +++ b/p/alex/debian/control @@ -1,31 +1,30 @@ Source: alex -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> -Uploaders: Joachim Breitner <nomeata@debian.org>, Clint Adams <clint@debian.org> - , Louis Bettens <louis@bettens.info> -Standards-Version: 3.9.4 +Uploaders: Joachim Breitner <nomeata@debian.org>, Clint Adams <clint@debian.org>, Louis Bettens <louis@bettens.info> +Priority: extra +Section: haskell Build-Depends: cdbs (>= 0.4.59), - haskell-devscripts (>= 0.9), - debhelper (>= 9), - ghc, - alex, - happy, - jade, - docbook-utils, - docbook-xsl, - docbook-xml, - xsltproc, - autoconf, - libghc-quickcheck2-dev + haskell-devscripts (>= 0.9), + debhelper (>= 9), + ghc, + alex, + happy, + jade, + docbook-utils, + docbook-xsl, + docbook-xml, + xsltproc, + autoconf, + libghc-quickcheck2-dev, +Standards-Version: 3.9.4 Homepage: http://www.haskell.org/alex/ -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/alex Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/alex +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/alex Package: alex Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Multi-Arch: foreign +Depends: ${shlibs:Depends}, + ${misc:Depends}, Description: lexical analyser generator for Haskell Alex is a tool for generating lexical analysers in Haskell, given a description of the tokens to be recognised in the form of regular diff --git a/p/c2hs/debian/control b/p/c2hs/debian/control index 9fd28fffe..f57ea1523 100644 --- a/p/c2hs/debian/control +++ b/p/c2hs/debian/control @@ -1,8 +1,8 @@ Source: c2hs -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Arjan Oosting <arjan@debian.org>, Erik de Castro Lopo <erikd@mega-nerd.com> +Priority: extra +Section: haskell Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.14), cdbs, @@ -16,18 +16,20 @@ Build-Depends: debhelper (>= 9), docbook, docbook-xsl, xsltproc, - libxml2-utils -Build-Conflicts: libghc-wash-dev + libxml2-utils, +Build-Conflicts: libghc-wash-dev, Standards-Version: 3.9.4 -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/c2hs -Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/c2hs Homepage: http://hackage.haskell.org/package/c2hs +Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/c2hs +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/c2hs Package: c2hs Architecture: any -Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Depends: ${haskell:Depends}, + ${shlibs:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: C->Haskell Interface Generator C->Haskell is an interface generator that simplifies the development of Haskell bindings to C libraries. The tool processes existing C @@ -44,11 +46,12 @@ Description: C->Haskell Interface Generator This package contains the c2hs parser. Package: c2hs-doc -Section: doc Architecture: all -Depends: ${haskell:Depends}, ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: C->Haskell Interface Generator -- Documentation package C->Haskell is an interface generator that simplifies the development of Haskell bindings to C libraries. The tool processes existing C diff --git a/p/cabal-debian/debian/control b/p/cabal-debian/debian/control index 618c7f053..89c4f81df 100644 --- a/p/cabal-debian/debian/control +++ b/p/cabal-debian/debian/control @@ -1,51 +1,51 @@ Source: cabal-debian -Priority: extra -Section: haskell Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org>, Dmitry Bogatov <KAction@gnu.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-bifunctors-dev - , libghc-lens-dev - , libghc-debian-dev (>> 3.87) - , libghc-diff-dev (>= 0.3.1) - , libghc-exceptions-dev - , libghc-hsemail-dev - , libghc-hunit-dev - , libghc-memoize-dev (>= 0.7) - , libghc-mtl-dev - , libghc-parsec3-dev - , libghc-puremd5-dev - , libghc-regex-tdfa-dev - , libghc-set-extra-dev - , libghc-syb-dev - , libghc-text-dev - , libghc-unixutils-dev (>= 1.53) - , libghc-utf8-string-dev - , libghc-cabal-dev (>= 1.19) - , libghc-data-default-dev, - , libghc-network-uri-dev - , libghc-newtype-generics-dev - , libghc-optparse-applicative-dev (>= 0.11) - , libghc-optparse-applicative-dev (<< 0.12) - , libghc-ansi-wl-pprint-dev (>= 0.6) - , libghc-ansi-wl-pprint-dev (<< 0.7) - , libghc-prettyclass-dev +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-bifunctors-dev, + libghc-lens-dev, + libghc-debian-dev (>> 3.87), + libghc-diff-dev (>= 0.3.1), + libghc-exceptions-dev, + libghc-hsemail-dev, + libghc-hunit-dev, + libghc-memoize-dev (>= 0.7), + libghc-mtl-dev, + libghc-parsec3-dev, + libghc-puremd5-dev, + libghc-regex-tdfa-dev, + libghc-set-extra-dev, + libghc-syb-dev, + libghc-text-dev, + libghc-unixutils-dev (>= 1.53), + libghc-utf8-string-dev, + libghc-cabal-dev (>= 1.19), + libghc-data-default-dev, + libghc-network-uri-dev, + libghc-newtype-generics-dev, + libghc-optparse-applicative-dev (>= 0.11), + libghc-optparse-applicative-dev (<< 0.12), + libghc-ansi-wl-pprint-dev (>= 0.6), + libghc-ansi-wl-pprint-dev (<< 0.7), + libghc-prettyclass-dev, Standards-Version: 3.9.6 Homepage: https://github.com/ddssff/cabal-debian Package: cabal-debian Architecture: any Section: utils -Depends: ${shlibs:Depends} - , ${haskell:Depends} - , ${misc:Depends} - , debhelper (>= 9) -Recommends: apt-file -Conflicts: haskell-debian-utils (<< 3.59) +Depends: ${shlibs:Depends}, + ${haskell:Depends}, + ${misc:Depends}, + debhelper (>= 9), +Recommends: apt-file, +Conflicts: haskell-debian-utils (<< 3.59), Description: Create a debianization for a cabal package Tool for creating debianizations of Haskell packages based on the .cabal file. If apt-file is installed it will use it to discover what is the diff --git a/p/darcs-monitor/debian/control b/p/darcs-monitor/debian/control index 917079f0f..9f06617c2 100644 --- a/p/darcs-monitor/debian/control +++ b/p/darcs-monitor/debian/control @@ -1,26 +1,25 @@ Source: darcs-monitor Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> -Uploaders: Marco Túlio Gontijo e Silva <marcot@debian.org> - , Louis Bettens <louis@bettens.info> -Section: vcs Priority: optional -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , libghc-mtl-dev - , libghc-haxml-dev (>= 1:1.25) - , libghc-haxml-dev (<< 1:1.26) +Section: vcs +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + libghc-mtl-dev, + libghc-haxml-dev (>= 1:1.25), + libghc-haxml-dev (<< 1:1.26), Standards-Version: 3.9.4 Homepage: http://wiki.darcs.net/RelatedSoftware/DarcsMonitor -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/darcs-monitor Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/darcs-monitor +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/darcs-monitor Package: darcs-monitor Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, darcs (>= 1.0.0rc2-1) -Recommends: exim4 | mail-transport-agent -Enhances: darcs +Depends: ${shlibs:Depends}, + ${misc:Depends}, + darcs (>= 1.0.0rc2-1), +Recommends: exim4 | mail-transport-agent, Description: Darcs add-on that sends mail about newly pushed changes It is often desirable to send mail about new changes to software to a mailing list as soon as they are committed to a version control diff --git a/p/darcs/debian/control b/p/darcs/debian/control index 045af3c8c..111e524d2 100644 --- a/p/darcs/debian/control +++ b/p/darcs/debian/control @@ -1,10 +1,11 @@ Source: darcs -Section: haskell -Priority: optional Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> -Uploaders: Erik de Castro Lopo <merikd@mega-nerd.com>, - Petr Rockai <mornfall@debian.org> -Build-Depends: cdbs, debhelper (>= 9), haskell-devscripts (>= 0.9), +Uploaders: Erik de Castro Lopo <merikd@mega-nerd.com>, Petr Rockai <mornfall@debian.org> +Priority: optional +Section: haskell +Build-Depends: cdbs, + debhelper (>= 9), + haskell-devscripts (>= 0.9), ghc (>= 7.4), bash-completion (>= 1:1.1), libcurl4-gnutls-dev (>= 7.19.1), @@ -51,17 +52,17 @@ Build-Depends: cdbs, debhelper (>= 9), haskell-devscripts (>= 0.9), libghc-dataenc-dev (<< 0.15), libghc-unix-compat-dev (>= 0.1.2), libghc-unix-compat-dev (<< 0.5), +Standards-Version: 3.9.6 Homepage: http://darcs.net/ -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/darcs Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/darcs -Standards-Version: 3.9.6 +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/darcs Package: darcs -Section: vcs Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Recommends: default-mta | mail-transport-agent -Multi-Arch: foreign +Section: vcs +Depends: ${shlibs:Depends}, + ${misc:Depends}, +Recommends: default-mta | mail-transport-agent, Description: distributed, interactive, smart revision control system Darcs is a free, open source revision control system. It is: . diff --git a/p/djinn/debian/control b/p/djinn/debian/control index 3384f0673..243b08b02 100644 --- a/p/djinn/debian/control +++ b/p/djinn/debian/control @@ -1,29 +1,28 @@ Source: djinn -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> -Uploaders: Raúl Benencia <rul@kalgan.cc> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-mtl-dev - , libghc-haskeline-dev - , libghc-pretty-dev +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-mtl-dev, + libghc-haskeline-dev, + libghc-pretty-dev, Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/djinn -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/djinn Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/djinn +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/djinn Package: djinn 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: generate Haskell expressions from types Djinn uses a theorem prover for intuitionistic propositional logic to generate a Haskell expression when given a type. diff --git a/p/ftphs/debian/control b/p/ftphs/debian/control index d5123db22..302c49c39 100644 --- a/p/ftphs/debian/control +++ b/p/ftphs/debian/control @@ -1,34 +1,32 @@ Source: ftphs +Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> +Uploaders: John Goerzen <jgoerzen@complete.org>, Louis Bettens <louis@bettens.info> Priority: extra Section: haskell -Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> -Uploaders: John Goerzen <jgoerzen@complete.org> - , Louis Bettens <louis@bettens.info> -Build-Depends: - debhelper (>= 9) - , haskell-devscripts (>= 0.9) - , cpphs - , libghc-mtl-dev - , libghc-mtl-prof - , libghc-missingh-dev (>= 1.0.3.2) - , libghc-missingh-prof - , libghc-hslogger-dev (>= 1.0.7.2) - , libghc-hslogger-prof - , libghc-hunit-dev - , libghc-hunit-prof - , libghc-regex-compat-dev - , libghc-regex-compat-prof - , cdbs -Build-Depends-Indep: ghc-doc - , libghc-mtl-doc - , libghc-missingh-doc - , libghc-hslogger-doc - , libghc-hunit-doc - , libghc-regex-compat-doc +Build-Depends: debhelper (>= 9), + haskell-devscripts (>= 0.9), + cpphs, + libghc-mtl-dev, + libghc-mtl-prof, + libghc-missingh-dev (>= 1.0.3.2), + libghc-missingh-prof, + libghc-hslogger-dev (>= 1.0.7.2), + libghc-hslogger-prof, + libghc-hunit-dev, + libghc-hunit-prof, + libghc-regex-compat-dev, + libghc-regex-compat-prof, + cdbs, +Build-Depends-Indep: ghc-doc, + libghc-mtl-doc, + libghc-missingh-doc, + libghc-hslogger-doc, + libghc-hunit-doc, + libghc-regex-compat-doc, Standards-Version: 3.9.4 Homepage: http://software.complete.org/ftphs -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/ftphs Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/ftphs +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/ftphs X-Description: FTP Client and Server Library for Haskell ftphs provides a Haskell library to implement a FTP client and a FTP server. @@ -43,12 +41,12 @@ X-Description: FTP Client and Server Library for Haskell Package: libghc-ftphs-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -56,22 +54,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-ftphs-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-ftphs-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/ghc-mod/debian/control b/p/ghc-mod/debian/control index 7103cf062..e6fc38b6d 100644 --- a/p/ghc-mod/debian/control +++ b/p/ghc-mod/debian/control @@ -1,54 +1,55 @@ Source: ghc-mod +Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Priority: extra Section: haskell -Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> -Uploaders: Daniel Gröber <dxld@darkboxed.org>, Kiwamu Okabe <kiwamu@debian.or.jp> Build-Depends: debhelper (>= 9), - haskell-devscripts (>= 0.9), - cdbs, - ghc, - ghc-ghci, - libghc-async-dev, - libghc-convertible-dev, - libghc-djinn-ghc-dev (>= 0.0.2.2), - libghc-data-default-dev, - libghc-ghc-paths-dev, - libghc-ghc-syb-utils-dev, - libghc-src-exts-dev, - libghc-hlint-dev (>= 1.8.61), - libghc-io-choice-dev, - libghc-monad-control-dev, - libghc-monad-journal-dev (>= 0.4), - libghc-mtl-dev (>= 2.0), - libghc-split-dev, - libghc-syb-dev, - libghc-text-dev, - libghc-transformers-base-dev, - libghc-temporary-dev + haskell-devscripts (>= 0.9), + cdbs, + ghc, + ghc-ghci, + libghc-async-dev, + libghc-convertible-dev, + libghc-djinn-ghc-dev (>= 0.0.2.2), + libghc-data-default-dev, + libghc-ghc-paths-dev, + libghc-ghc-syb-utils-dev, + libghc-src-exts-dev, + libghc-hlint-dev (>= 1.8.61), + libghc-io-choice-dev, + libghc-monad-control-dev, + libghc-monad-journal-dev (>= 0.4), + libghc-mtl-dev (>= 2.0), + libghc-split-dev, + libghc-syb-dev, + libghc-text-dev, + libghc-transformers-base-dev, + libghc-temporary-dev, Standards-Version: 3.9.5 Homepage: http://www.mew.org/~kazu/proj/ghc-mod/ -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/ghc-mod Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/ghc-mod +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/ghc-mod Package: ghc-mod Architecture: any -Recommends: ghc-mod-el (=${binary:Version}) -Depends: ${shlibs:Depends}, ${misc:Depends}, - ${haskell:ghc-version} +Depends: ${shlibs:Depends}, + ${misc:Depends}, + ${haskell:ghc-version}, +Recommends: ghc-mod-el (= ${binary:Version}), Description: Happy Haskell programming This package provides the executables ghc-mod and ghc-modi. The GNU Emacs integration code is provided by a separate package, namely ghc-mod-el. Package: ghc-mod-el Architecture: all -Recommends: haskell-mode -Depends: ${shlibs:Depends}, ${misc:Depends}, - ${haskell:ghc-version}, - emacsen-common (>= 2.0.8), - ghc-mod (>= ${source:Version}), - ghc-mod (<< ${source:Version}.1~) -Replaces: ghc-mod (<< 5.2.1.1-1) -Breaks: ghc-mod (<< 5.2.1.1-1) +Depends: ${shlibs:Depends}, + ${misc:Depends}, + ${haskell:ghc-version}, + emacsen-common (>= 2.0.8), + ghc-mod (>= ${source:Version}), + ghc-mod (<< ${source:Version}.1~), +Recommends: haskell-mode, +Breaks: ghc-mod (<< 5.2.1.1-1), +Replaces: ghc-mod (<< 5.2.1.1-1), Description: Happy Haskell programming with Emacs This package proviceds the GNU Emacs integration code for ghc-mod. . diff --git a/p/gtk2hs-buildtools/debian/control b/p/gtk2hs-buildtools/debian/control index c56897d72..feb9eb938 100644 --- a/p/gtk2hs-buildtools/debian/control +++ b/p/gtk2hs-buildtools/debian/control @@ -1,24 +1,24 @@ Source: gtk2hs-buildtools -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> -Uploaders: Marco Túlio Gontijo e Silva <marcot@debian.org>, Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc (>= 7.0.4) - , alex (>= 3.0.1) - , happy (>= 1.18.9) - , libghc-hashtables-dev - , libghc-random-dev +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc (>= 7.0.4), + alex (>= 3.0.1), + happy (>= 1.18.9), + libghc-hashtables-dev, + libghc-random-dev, Standards-Version: 3.9.4 Homepage: http://projects.haskell.org/gtk2hs/ -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/gtk2hs-buildtools Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/gtk2hs-buildtools +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/gtk2hs-buildtools Package: gtk2hs-buildtools Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, + ${misc:Depends}, Description: Tools to build the Gtk2Hs suite of User Interface libraries This package provides a set of helper programs necessary to build the Gtk2Hs suite of libraries. These tools include a modified c2hs binding tool that is diff --git a/p/haskell-asn1-parse/debian/control b/p/haskell-asn1-parse/debian/control index ecb041f5c..c2566918d 100644 --- a/p/haskell-asn1-parse/debian/control +++ b/p/haskell-asn1-parse/debian/control @@ -1,40 +1,40 @@ Source: haskell-asn1-parse -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-asn1-encoding-dev (>= 0.9) - , libghc-asn1-encoding-prof - , libghc-asn1-types-dev (>= 0.3) - , libghc-asn1-types-dev (<< 0.4) - , libghc-asn1-types-prof - , libghc-mtl-dev - , libghc-mtl-prof -Build-Depends-Indep: ghc-doc - , libghc-asn1-encoding-doc - , libghc-asn1-types-doc - , libghc-mtl-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-asn1-encoding-dev (>= 0.9), + libghc-asn1-encoding-prof, + libghc-asn1-types-dev (>= 0.3), + libghc-asn1-types-dev (<< 0.4), + libghc-asn1-types-prof, + libghc-mtl-dev, + libghc-mtl-prof, +Build-Depends-Indep: ghc-doc, + libghc-asn1-encoding-doc, + libghc-asn1-types-doc, + libghc-mtl-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/asn1-parse -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-asn1-parse Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-asn1-parse +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-asn1-parse X-Description: simple monadic parser for ASN1 stream types This is a simple monadic parser for ASN1 stream types, when ASN.1 pattern matching is not convenient. Package: libghc-asn1-parse-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -42,22 +42,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-asn1-parse-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-asn1-parse-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/haskell-bindings-sane/debian/control b/p/haskell-bindings-sane/debian/control index 37142af29..a0f4c5833 100644 --- a/p/haskell-bindings-sane/debian/control +++ b/p/haskell-bindings-sane/debian/control @@ -1,31 +1,31 @@ Source: haskell-bindings-sane -Priority: extra -Section: haskell Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , haskell-devscripts (>= 0.9) - , cdbs - , ghc - , ghc-prof - , libghc-bindings-dsl-dev (>> 1.0.15) - , libghc-bindings-dsl-dev (<< 1.1) - , libsane-dev - , pkg-config -Build-Depends-Indep: ghc-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + haskell-devscripts (>= 0.9), + cdbs, + ghc, + ghc-prof, + libghc-bindings-dsl-dev (>> 1.0.15), + libghc-bindings-dsl-dev (<< 1.1), + libsane-dev, + pkg-config, +Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.4 +Homepage: http://floss.scru.org/bindings-sane Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-bindings-sane Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-bindings-sane -Homepage: http://floss.scru.org/bindings-sane Package: libghc-bindings-sane-dev Architecture: any -Depends: ${shlibs:Depends} - , ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${shlibs:Depends}, + ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: FFI bindings to libsane These are Haskell bindings to the SANE API (version 1.0) . @@ -33,11 +33,11 @@ Description: FFI bindings to libsane Package: libghc-bindings-sane-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: FFI bindings to libsane These are Haskell bindings to the SANE API (version 1.0) . @@ -46,10 +46,10 @@ Description: FFI bindings to libsane Package: libghc-bindings-sane-doc Architecture: all Section: doc -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: FFI bindings to libsane These are Haskell bindings to the SANE API (version 1.0) . diff --git a/p/haskell-blaze-builder-enumerator/debian/control b/p/haskell-blaze-builder-enumerator/debian/control index 88f522d7a..35629917a 100644 --- a/p/haskell-blaze-builder-enumerator/debian/control +++ b/p/haskell-blaze-builder-enumerator/debian/control @@ -1,39 +1,39 @@ Source: haskell-blaze-builder-enumerator -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-blaze-builder-dev (>> 0.2.1.4) - , libghc-blaze-builder-dev (<< 0.5) - , libghc-blaze-builder-prof - , libghc-enumerator-dev (>> 0.4.3.1) - , libghc-enumerator-dev (<< 0.5) - , libghc-enumerator-prof - , libghc-streaming-commons-dev (>= 0.1.10) - , libghc-streaming-commons-dev (<< 0.2) - , libghc-streaming-commons-prof -Build-Depends-Indep: ghc-doc - , libghc-blaze-builder-doc - , libghc-enumerator-doc - , libghc-streaming-commons-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-blaze-builder-dev (>> 0.2.1.4), + libghc-blaze-builder-dev (<< 0.5), + libghc-blaze-builder-prof, + libghc-enumerator-dev (>> 0.4.3.1), + libghc-enumerator-dev (<< 0.5), + libghc-enumerator-prof, + libghc-streaming-commons-dev (>= 0.1.10), + libghc-streaming-commons-dev (<< 0.2), + libghc-streaming-commons-prof, +Build-Depends-Indep: ghc-doc, + libghc-blaze-builder-doc, + libghc-enumerator-doc, + libghc-streaming-commons-doc, Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/blaze-builder-enumerator -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-blaze-builder-enumerator Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-blaze-builder-enumerator +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-blaze-builder-enumerator Package: libghc-blaze-builder-enumerator-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: enumeratees for incremental conversion of builders to bytestrings${haskell:ShortBlurb} It integrates the builders from the blaze-builder package with the enumerator package. It provides infrastructure and enumeratees for @@ -44,11 +44,11 @@ Description: enumeratees for incremental conversion of builders to bytestrings${ Package: libghc-blaze-builder-enumerator-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: enumeratees for conversion of builders to bytestrings${haskell:ShortBlurb} It integrates the builders from the blaze-builder package with the enumerator package. It provides infrastructure and enumeratees for @@ -58,11 +58,12 @@ Description: enumeratees for conversion of builders to bytestrings${haskell:Shor ${haskell:Blurb} Package: libghc-blaze-builder-enumerator-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: enumeratees for conversion of builders to bytestrings${haskell:ShortBlurb} It integrates the builders from the blaze-builder package with the enumerator package. It provides infrastructure and enumeratees for diff --git a/p/haskell-blaze-builder/debian/control b/p/haskell-blaze-builder/debian/control index fad9b3390..4b70fc4ef 100644 --- a/p/haskell-blaze-builder/debian/control +++ b/p/haskell-blaze-builder/debian/control @@ -1,22 +1,21 @@ Source: haskell-blaze-builder -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> -Uploaders: Marco Túlio Gontijo e Silva <marcot@debian.org>, Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-text-dev (>= 0.10) - , libghc-text-dev (<< 1.3) - , libghc-text-prof -Build-Depends-Indep: ghc-doc - , libghc-text-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-text-dev (>= 0.10), + libghc-text-dev (<< 1.3), + libghc-text-prof, +Build-Depends-Indep: ghc-doc, + libghc-text-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/blaze-builder -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-blaze-builder Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-blaze-builder +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-blaze-builder X-Description: abstraction of buffered output of byte streams This library provides an abstraction of buffered output of byte streams and several convenience functions to exploit it. For example, it allows one to @@ -28,12 +27,12 @@ X-Description: abstraction of buffered output of byte streams Package: libghc-blaze-builder-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -41,22 +40,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-blaze-builder-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-blaze-builder-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/haskell-blaze-markup/debian/control b/p/haskell-blaze-markup/debian/control index c01de4fd7..28b4de2b0 100644 --- a/p/haskell-blaze-markup/debian/control +++ b/p/haskell-blaze-markup/debian/control @@ -1,47 +1,45 @@ Source: haskell-blaze-markup -Priority: extra -Section: haskell Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , haskell-devscripts (>= 0.9) - , cdbs - , ghc - , ghc-prof - , ghc-doc - , libghc-blaze-builder-dev (>> 0.3) - , libghc-blaze-builder-dev (<< 0.5) - , libghc-blaze-builder-prof - , libghc-text-dev (>> 0.10) - , libghc-text-dev (<< 1.3) - , libghc-text-prof - , libghc-hunit-dev (>> 1.2) - , libghc-hunit-dev (<< 1.3) - , libghc-quickcheck2-dev (>> 2.4) - , libghc-quickcheck2-dev (<< 2.9) - , libghc-test-framework-dev (>> 0.4) - , libghc-test-framework-dev (<< 0.9) - , libghc-test-framework-hunit-dev (>> 0.3) - , libghc-test-framework-hunit-dev (<< 0.4) - , libghc-test-framework-quickcheck2-dev (>> 0.3) - , libghc-test-framework-quickcheck2-dev (<< 0.4) -Build-Depends-Indep: - , libghc-blaze-builder-doc - , libghc-text-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + haskell-devscripts (>= 0.9), + cdbs, + ghc, + ghc-prof, + ghc-doc, + libghc-blaze-builder-dev (>> 0.3), + libghc-blaze-builder-dev (<< 0.5), + libghc-blaze-builder-prof, + libghc-text-dev (>> 0.10), + libghc-text-dev (<< 1.3), + libghc-text-prof, + libghc-hunit-dev (>> 1.2), + libghc-hunit-dev (<< 1.3), + libghc-quickcheck2-dev (>> 2.4), + libghc-quickcheck2-dev (<< 2.9), + libghc-test-framework-dev (>> 0.4), + libghc-test-framework-dev (<< 0.9), + libghc-test-framework-hunit-dev (>> 0.3), + libghc-test-framework-hunit-dev (<< 0.4), + libghc-test-framework-quickcheck2-dev (>> 0.3), + libghc-test-framework-quickcheck2-dev (<< 0.4), +Build-Depends-Indep: libghc-blaze-builder-doc, + libghc-text-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/blaze-markup -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-blaze-markup Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-blaze-markup +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-blaze-markup Package: libghc-blaze-markup-dev Architecture: any -Depends: - ${haskell:Depends}, +Depends: ${haskell:Depends}, ${misc:Depends}, - ${shlibs:Depends} -Suggests: ${haskell:Suggests} -Recommends: ${haskell:Recommends} -Provides: ${haskell:Provides} + ${shlibs:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: blazingly-fast markup combinator library${haskell:ShortBlurb} Core modules of a blazingly fast markup combinator library for the Haskell programming language. The Text.Blaze module is a good starting @@ -51,12 +49,11 @@ Description: blazingly-fast markup combinator library${haskell:ShortBlurb} Package: libghc-blaze-markup-prof Architecture: any -Depends: - ${haskell:Depends}, - ${misc:Depends} -Suggests: ${haskell:Suggests} -Recommends: ${haskell:Recommends} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: blazingly-fast markup combinator library${haskell:ShortBlurb} Core modules of a blazingly fast markup combinator library for the Haskell programming language. The Text.Blaze module is a good starting @@ -65,13 +62,12 @@ Description: blazingly-fast markup combinator library${haskell:ShortBlurb} ${haskell:Blurb} Package: libghc-blaze-markup-doc -Section: doc Architecture: all -Depends: - ${haskell:Depends}, - ${misc:Depends} -Suggests: ${haskell:Suggests} -Recommends: ${haskell:Recommends} +Section: doc +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: blazingly-fast markup combinator library${haskell:ShortBlurb} Core modules of a blazingly fast markup combinator library for the Haskell programming language. The Text.Blaze module is a good starting diff --git a/p/haskell-blaze-svg/debian/control b/p/haskell-blaze-svg/debian/control index 6242588cf..6992aae78 100644 --- a/p/haskell-blaze-svg/debian/control +++ b/p/haskell-blaze-svg/debian/control @@ -1,35 +1,35 @@ Source: haskell-blaze-svg -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Joachim Breitner <nomeata@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-mtl-dev (>=2) - , libghc-mtl-dev (<< 3) - , libghc-mtl-prof - , libghc-blaze-markup-dev (>= 0.5) - , libghc-blaze-markup-dev (<< 0.8) - , libghc-blaze-markup-prof -Build-Depends-Indep: ghc-doc - , libghc-mtl-doc - , libghc-blaze-markup-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-mtl-dev (>= 2), + libghc-mtl-dev (<< 3), + libghc-mtl-prof, + libghc-blaze-markup-dev (>= 0.5), + libghc-blaze-markup-dev (<< 0.8), + libghc-blaze-markup-prof, +Build-Depends-Indep: ghc-doc, + libghc-mtl-doc, + libghc-blaze-markup-doc, Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/blaze-svg -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-blaze-svg Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-blaze-svg +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-blaze-svg Package: libghc-blaze-svg-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: SVG combinator library${haskell:ShortBlurb} A blazingly fast SVG combinator library for the Haskell programming language. The "Text.Blaze.SVG" module is a good starting point. @@ -38,11 +38,11 @@ Description: SVG combinator library${haskell:ShortBlurb} Package: libghc-blaze-svg-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: SVG combinator library${haskell:ShortBlurb} A blazingly fast SVG combinator library for the Haskell programming language. The "Text.Blaze.SVG" module is a good starting point. @@ -50,11 +50,12 @@ Description: SVG combinator library${haskell:ShortBlurb} ${haskell:Blurb} Package: libghc-blaze-svg-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: SVG combinator library${haskell:ShortBlurb} A blazingly fast SVG combinator library for the Haskell programming language. The "Text.Blaze.SVG" module is a good starting point. diff --git a/p/haskell-blaze-textual/debian/control b/p/haskell-blaze-textual/debian/control index a4d06e5b7..15c287741 100644 --- a/p/haskell-blaze-textual/debian/control +++ b/p/haskell-blaze-textual/debian/control @@ -1,36 +1,36 @@ Source: haskell-blaze-textual -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-blaze-builder-dev (>= 0.2.1.4) - , libghc-blaze-builder-prof - , libghc-text-dev (>> 0.11.0.2) - , libghc-text-prof - , libghc-vector-dev - , libghc-vector-prof -Build-Depends-Indep: ghc-doc - , libghc-blaze-builder-doc - , libghc-text-doc - , libghc-vector-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-blaze-builder-dev (>= 0.2.1.4), + libghc-blaze-builder-prof, + libghc-text-dev (>> 0.11.0.2), + libghc-text-prof, + libghc-vector-dev, + libghc-vector-prof, +Build-Depends-Indep: ghc-doc, + libghc-blaze-builder-doc, + libghc-text-doc, + libghc-vector-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/blaze-textual -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-blaze-textual Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-blaze-textual +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-blaze-textual Package: libghc-blaze-textual-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: Fast rendering of common datatypes${haskell:ShortBlurb} It is a library for efficiently rendering Haskell datatypes to bytestrings. @@ -39,11 +39,11 @@ Description: Fast rendering of common datatypes${haskell:ShortBlurb} Package: libghc-blaze-textual-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: Fast rendering of common datatypes${haskell:ShortBlurb} It is a library for efficiently rendering Haskell datatypes to bytestrings. @@ -51,11 +51,12 @@ Description: Fast rendering of common datatypes${haskell:ShortBlurb} ${haskell:Blurb} Package: libghc-blaze-textual-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: Fast rendering of common datatypes${haskell:ShortBlurb} It is a library for efficiently rendering Haskell datatypes to bytestrings. diff --git a/p/haskell-blogliterately/debian/control b/p/haskell-blogliterately/debian/control index 6fa238f20..5f37ab08e 100644 --- a/p/haskell-blogliterately/debian/control +++ b/p/haskell-blogliterately/debian/control @@ -3,83 +3,83 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or Uploaders: Dmitry Bogatov <KAction@gnu.org> Priority: extra Section: haskell +Build-Depends: debhelper (>= 9.0), + pandoc, + haskell-devscripts (>= 0.8), + cdbs, + ghc, + ghc-prof, + libghc-haxml-dev (>= 1:1.22), + libghc-haxml-dev (<< 1:1.26), + libghc-haxml-prof, + libghc-blaze-html-dev (>= 0.5), + libghc-blaze-html-dev (<< 0.9), + libghc-blaze-html-prof, + libghc-bool-extras-dev, + libghc-bool-extras-prof, + libghc-cmdargs-dev (>= 0.9.5), + libghc-cmdargs-dev (<< 0.11), + libghc-cmdargs-prof, + libghc-data-default-dev (>= 0.5), + libghc-data-default-dev (<< 0.6), + libghc-data-default-prof, + libghc-haxr-dev (>= 3000.9), + libghc-haxr-dev (<< 3000.11), + libghc-haxr-prof, + libghc-highlighting-kate-dev (>= 0.5), + libghc-highlighting-kate-dev (<< 0.6), + libghc-highlighting-kate-prof, + libghc-hscolour-dev (>= 1.20), + libghc-hscolour-dev (<< 1.24), + libghc-hscolour-prof, + libghc-lens-dev (>= 3.8), + libghc-lens-dev (<< 4.12), + libghc-lens-prof, + libghc-mtl-dev, + libghc-mtl-prof, + libghc-pandoc-dev (>= 1.12), + libghc-pandoc-dev (<< 1.14), + libghc-pandoc-prof, + libghc-pandoc-citeproc-dev (>= 0.1.2), + libghc-pandoc-citeproc-dev (<< 0.8), + libghc-pandoc-citeproc-prof, + libghc-pandoc-types-dev (>= 1.12), + libghc-pandoc-types-dev (<< 1.13), + libghc-pandoc-types-prof, + libghc-parsec3-dev (>= 3), + libghc-parsec3-dev (<< 3.2), + libghc-parsec3-prof, + libghc-split-dev (>= 0.1.4), + libghc-split-dev (<< 0.3), + libghc-split-prof, + libghc-strict-dev (>= 0.3), + libghc-strict-dev (<< 0.4), + libghc-strict-prof, + libghc-temporary-dev (>= 1.1), + libghc-temporary-dev (<< 1.3), + libghc-temporary-prof, +Build-Depends-Indep: ghc-doc, + libghc-haxml-doc, + libghc-blaze-html-doc, + libghc-bool-extras-doc, + libghc-cmdargs-doc, + libghc-data-default-doc, + libghc-haxr-doc, + libghc-highlighting-kate-doc, + libghc-hscolour-doc, + libghc-lens-doc, + libghc-mtl-doc, + libghc-pandoc-doc, + libghc-pandoc-citeproc-doc, + libghc-pandoc-types-doc, + libghc-parsec3-doc, + libghc-split-doc, + libghc-strict-doc, + libghc-temporary-doc, Standards-Version: 3.9.6 Homepage: http://byorgey.wordpress.com/blogliterately/ -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-blogliterately Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-blogliterately -Build-Depends: debhelper (>= 9.0) - , pandoc - , haskell-devscripts (>= 0.8) - , cdbs - , ghc - , ghc-prof - , libghc-haxml-dev (>= 1:1.22) - , libghc-haxml-dev (<< 1:1.26) - , libghc-haxml-prof - , libghc-blaze-html-dev (>= 0.5) - , libghc-blaze-html-dev (<< 0.9) - , libghc-blaze-html-prof - , libghc-bool-extras-dev - , libghc-bool-extras-prof - , libghc-cmdargs-dev (>= 0.9.5) - , libghc-cmdargs-dev (<< 0.11) - , libghc-cmdargs-prof - , libghc-data-default-dev (>= 0.5) - , libghc-data-default-dev (<< 0.6) - , libghc-data-default-prof - , libghc-haxr-dev (>= 3000.9) - , libghc-haxr-dev (<< 3000.11) - , libghc-haxr-prof - , libghc-highlighting-kate-dev (>= 0.5) - , libghc-highlighting-kate-dev (<< 0.6) - , libghc-highlighting-kate-prof - , libghc-hscolour-dev (>= 1.20) - , libghc-hscolour-dev (<< 1.24) - , libghc-hscolour-prof - , libghc-lens-dev (>= 3.8) - , libghc-lens-dev (<< 4.12) - , libghc-lens-prof - , libghc-mtl-dev - , libghc-mtl-prof - , libghc-pandoc-dev (>= 1.12) - , libghc-pandoc-dev (<< 1.14) - , libghc-pandoc-prof - , libghc-pandoc-citeproc-dev (>= 0.1.2) - , libghc-pandoc-citeproc-dev (<< 0.8) - , libghc-pandoc-citeproc-prof - , libghc-pandoc-types-dev (>= 1.12) - , libghc-pandoc-types-dev (<< 1.13) - , libghc-pandoc-types-prof - , libghc-parsec3-dev (>= 3) - , libghc-parsec3-dev (<< 3.2) - , libghc-parsec3-prof - , libghc-split-dev (>= 0.1.4) - , libghc-split-dev (<< 0.3) - , libghc-split-prof - , libghc-strict-dev (>= 0.3) - , libghc-strict-dev (<< 0.4) - , libghc-strict-prof - , libghc-temporary-dev (>= 1.1) - , libghc-temporary-dev (<< 1.3) - , libghc-temporary-prof -Build-Depends-Indep: ghc-doc - , libghc-haxml-doc - , libghc-blaze-html-doc - , libghc-bool-extras-doc - , libghc-cmdargs-doc - , libghc-data-default-doc - , libghc-haxr-doc - , libghc-highlighting-kate-doc - , libghc-hscolour-doc - , libghc-lens-doc - , libghc-mtl-doc - , libghc-pandoc-doc - , libghc-pandoc-citeproc-doc - , libghc-pandoc-types-doc - , libghc-parsec3-doc - , libghc-split-doc - , libghc-strict-doc - , libghc-temporary-doc +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-blogliterately X-Description: Tool for posting articles to blogs (internals) This package provides development internals of BlogLiterately tool, allowing you write blog posts in Markdown format, then use it to do @@ -95,14 +95,14 @@ X-Description: Tool for posting articles to blogs (internals) Package: libghc-blogliterately-dev Architecture: any -Depends: ${shlibs:Depends} - , ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Conflicts: ${haskell:Conflicts} -Provides: ${haskell:Provides} -Replaces: ${haskell:Replaces} +Depends: ${shlibs:Depends}, + ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Conflicts: ${haskell:Conflicts}, +Provides: ${haskell:Provides}, +Replaces: ${haskell:Replaces}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -110,14 +110,14 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-blogliterately-prof Architecture: any -Depends: ${shlibs:Depends} - , ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Conflicts: ${haskell:Conflicts} -Provides: ${haskell:Provides} -Replaces: ${haskell:Replaces} +Depends: ${shlibs:Depends}, + ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Conflicts: ${haskell:Conflicts}, +Provides: ${haskell:Provides}, +Replaces: ${haskell:Replaces}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -126,14 +126,14 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-blogliterately-doc Architecture: all Section: doc -Depends: ${shlibs:Depends} - , ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Conflicts: ${haskell:Conflicts} -Provides: ${haskell:Provides} -Replaces: ${haskell:Replaces} +Depends: ${shlibs:Depends}, + ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Conflicts: ${haskell:Conflicts}, +Provides: ${haskell:Provides}, +Replaces: ${haskell:Replaces}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -142,14 +142,14 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: blogliterately Architecture: any Section: web -Depends: ${shlibs:Depends} - , ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Conflicts: ${haskell:Conflicts} -Provides: ${haskell:Provides} -Replaces: ${haskell:Replaces} +Depends: ${shlibs:Depends}, + ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Conflicts: ${haskell:Conflicts}, +Provides: ${haskell:Provides}, +Replaces: ${haskell:Replaces}, Description: Tool for posting Haskelly articles to blogs This package provides BlogLiterately executable, which allows you to write blog posts in Markdown format, then use it to do syntax diff --git a/p/haskell-bloomfilter/debian/control b/p/haskell-bloomfilter/debian/control index 877d9cee0..6897d486e 100644 --- a/p/haskell-bloomfilter/debian/control +++ b/p/haskell-bloomfilter/debian/control @@ -1,31 +1,31 @@ Source: haskell-bloomfilter -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Joey Hess <joeyh@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-quickcheck2-dev (>= 2.5) - , libghc-random-dev - , libghc-test-framework-dev - , libghc-test-framework-quickcheck2-dev -Build-Depends-Indep: ghc-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-quickcheck2-dev (>= 2.5), + libghc-random-dev, + libghc-test-framework-dev, + libghc-test-framework-quickcheck2-dev, +Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/bloomfilter -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-bloomfilter Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-bloomfilter +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-bloomfilter Package: libghc-bloomfilter-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: Haskell bloom filter library${haskell:ShortBlurb} The Haskell library provides pure and impure bloom filter implementations. . @@ -33,22 +33,23 @@ Description: Haskell bloom filter library${haskell:ShortBlurb} Package: libghc-bloomfilter-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: Haskell bloom filter library${haskell:ShortBlurb} This Haskell library provides pure and impure bloom filter implementations. . ${haskell:Blurb} Package: libghc-bloomfilter-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: Haskell bloom filter library${haskell:ShortBlurb} This Haskell library provides pure and impure bloom filter implementations. . diff --git a/p/haskell-bmp/debian/control b/p/haskell-bmp/debian/control index 73ec5b40e..e224646df 100644 --- a/p/haskell-bmp/debian/control +++ b/p/haskell-bmp/debian/control @@ -1,27 +1,27 @@ Source: haskell-bmp -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Joachim Breitner <nomeata@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof -Build-Depends-Indep: ghc-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, +Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.2 Homepage: http://hackage.haskell.org/package/bmp -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-bmp Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-bmp +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-bmp Package: libghc-bmp-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: Read and write BMP image files${haskell:ShortBlurb} This is a pure Haskell implementation of the BMP image file format, supporting both reading and writing. @@ -30,11 +30,11 @@ Description: Read and write BMP image files${haskell:ShortBlurb} Package: libghc-bmp-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: Read and write BMP image files${haskell:ShortBlurb} This is a pure Haskell implementation of the BMP image file format, supporting both reading and writing. @@ -42,11 +42,12 @@ Description: Read and write BMP image files${haskell:ShortBlurb} ${haskell:Blurb} Package: libghc-bmp-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: Read and write BMP image files${haskell:ShortBlurb} This is a pure Haskell implementation of the BMP image file format, supporting both reading and writing. diff --git a/p/haskell-bool-extras/debian/control b/p/haskell-bool-extras/debian/control index c818813b3..90e0a4990 100644 --- a/p/haskell-bool-extras/debian/control +++ b/p/haskell-bool-extras/debian/control @@ -1,18 +1,18 @@ Source: haskell-bool-extras Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> +Uploaders: Dmitry Bogatov <KAction@gnu.org> Priority: extra Section: haskell -Uploaders: Dmitry Bogatov <KAction@gnu.org> -Build-Depends: debhelper (>= 9.0) - , haskell-devscripts (>= 0.8) - , cdbs - , ghc - , ghc-prof +Build-Depends: debhelper (>= 9.0), + haskell-devscripts (>= 0.8), + cdbs, + ghc, + ghc-prof, +Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.6 -Build-Depends-Indep: ghc-doc -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-bool-extras -Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-bool-extras Homepage: http://tom.lokhorst.eu/bool-extras +Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-bool-extras +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-bool-extras X-Description: Fold function for Bool type Function `bool' allows folding over boolean values, that is comparable to the `maybe' or `either' functions on their respective @@ -24,14 +24,14 @@ X-Description: Fold function for Bool type Package: libghc-bool-extras-dev Architecture: any -Depends: ${shlibs:Depends} - , ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Conflicts: ${haskell:Conflicts} -Provides: ${haskell:Provides} -Replaces: ${haskell:Replaces} +Depends: ${shlibs:Depends}, + ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Conflicts: ${haskell:Conflicts}, +Provides: ${haskell:Provides}, +Replaces: ${haskell:Replaces}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -39,31 +39,30 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-bool-extras-prof Architecture: any -Depends: ${shlibs:Depends} - , ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Conflicts: ${haskell:Conflicts} -Provides: ${haskell:Provides} -Replaces: ${haskell:Replaces} +Depends: ${shlibs:Depends}, + ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Conflicts: ${haskell:Conflicts}, +Provides: ${haskell:Provides}, +Replaces: ${haskell:Replaces}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} - Package: libghc-bool-extras-doc Architecture: all Section: doc -Depends: ${shlibs:Depends} - , ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Conflicts: ${haskell:Conflicts} -Provides: ${haskell:Provides} -Replaces: ${haskell:Replaces} +Depends: ${shlibs:Depends}, + ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Conflicts: ${haskell:Conflicts}, +Provides: ${haskell:Provides}, +Replaces: ${haskell:Replaces}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/haskell-boolean/debian/control b/p/haskell-boolean/debian/control index e33715eb2..499d82549 100644 --- a/p/haskell-boolean/debian/control +++ b/p/haskell-boolean/debian/control @@ -1,27 +1,27 @@ Source: haskell-boolean -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org>, Dmitry Bogatov <KAction@gnu.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof -Build-Depends-Indep: ghc-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, +Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.6 Homepage: http://hackage.haskell.org/package/MemoTrie -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-boolean Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-boolean +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-boolean Package: libghc-boolean-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: generalized booleans${haskell:ShortBlurb} It contains some classes for generalized boolean operations. . @@ -29,22 +29,23 @@ Description: generalized booleans${haskell:ShortBlurb} Package: libghc-boolean-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: generalized booleans${haskell:ShortBlurb} It contains some classes for generalized boolean operations. . ${haskell:Blurb} Package: libghc-boolean-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: generalized booleans${haskell:ShortBlurb} It contains some classes for generalized boolean operations. . diff --git a/p/haskell-boomerang/debian/control b/p/haskell-boomerang/debian/control index e43da28c8..6998c9eeb 100644 --- a/p/haskell-boomerang/debian/control +++ b/p/haskell-boomerang/debian/control @@ -1,23 +1,23 @@ Source: haskell-boomerang -Priority: extra -Section: haskell Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , haskell-devscripts (>= 0.9), - , cdbs, - , ghc, - , ghc-prof, - , libghc-mtl-dev (>= 2.0) - , libghc-mtl-dev (<< 2.3) - , libghc-mtl-prof - , libghc-text-dev (>= 0.11) - , libghc-text-dev (<< 1.3) - , libghc-text-prof - , ghc-ghci -Build-Depends-Indep: ghc-doc - , libghc-mtl-doc - , libghc-text-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + haskell-devscripts (>= 0.9), + cdbs, + ghc, + ghc-prof, + libghc-mtl-dev (>= 2.0), + libghc-mtl-dev (<< 2.3), + libghc-mtl-prof, + libghc-text-dev (>= 0.11), + libghc-text-dev (<< 1.3), + libghc-text-prof, + ghc-ghci, +Build-Depends-Indep: ghc-doc, + libghc-mtl-doc, + libghc-text-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/boomerang Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-boomerang @@ -26,11 +26,11 @@ Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-boomerang Package: libghc-boomerang-dev Architecture: any Depends: ${shlibs:Depends}, - ${haskell:Depends}, - ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} + ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: invertible parsing and printing Specify a single unified grammar which can be used for parsing and pretty-printing. @@ -48,10 +48,10 @@ Description: invertible parsing and printing Package: libghc-boomerang-prof Architecture: any Depends: ${haskell:Depends}, - ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: invertible parsing and printing; profiling libraries Specify a single unified grammar which can be used for parsing and pretty-printing. @@ -70,9 +70,9 @@ Package: libghc-boomerang-doc Architecture: all Section: doc Depends: ${haskell:Depends}, - ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: invertible parsing and printing; documentation Specify a single unified grammar which can be used for parsing and pretty-printing. diff --git a/p/haskell-boundedchan/debian/control b/p/haskell-boundedchan/debian/control index ad5201b42..184505f48 100644 --- a/p/haskell-boundedchan/debian/control +++ b/p/haskell-boundedchan/debian/control @@ -1,27 +1,27 @@ Source: haskell-boundedchan -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof -Build-Depends-Indep: ghc-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, +Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/BoundedChan -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-boundedchan Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-boundedchan +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-boundedchan Package: libghc-boundedchan-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: bounded (maximum-limited) channels${haskell:ShortBlurb} This library introduces BoundedChan. BoundedChans differ from Chans in that they are guaranteed to contain no more than a certain number @@ -31,11 +31,11 @@ Description: bounded (maximum-limited) channels${haskell:ShortBlurb} Package: libghc-boundedchan-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: bounded (maximum-limited) channels${haskell:ShortBlurb} This library introduces BoundedChan. BoundedChans differ from Chans in that they are guaranteed to contain no more than a certain number @@ -44,11 +44,12 @@ Description: bounded (maximum-limited) channels${haskell:ShortBlurb} ${haskell:Blurb} Package: libghc-boundedchan-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: bounded (maximum-limited) channels${haskell:ShortBlurb} This library introduces BoundedChan. BoundedChans differ from Chans in that they are guaranteed to contain no more than a certain number diff --git a/p/haskell-boxes/debian/control b/p/haskell-boxes/debian/control index e3bbc59a0..fb2aff8c4 100644 --- a/p/haskell-boxes/debian/control +++ b/p/haskell-boxes/debian/control @@ -1,34 +1,34 @@ Source: haskell-boxes -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Joachim Breitner <nomeata@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-split-dev (>= 0.2) - , libghc-split-dev (<< 0.3) - , libghc-split-prof -Build-Depends-Indep: ghc-doc - , libghc-split-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-split-dev (>= 0.2), + libghc-split-dev (<< 0.3), + libghc-split-prof, +Build-Depends-Indep: ghc-doc, + libghc-split-doc, Standards-Version: 3.9.2 Homepage: http://hackage.haskell.org/package/boxes -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-boxes Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-boxes +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-boxes X-Description: 2D text pretty-printing library A pretty-printing library for laying out text in two dimensions, using a simple box model. Package: libghc-boxes-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -36,22 +36,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-boxes-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-boxes-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/haskell-brainfuck/debian/control b/p/haskell-brainfuck/debian/control index cec907ac7..81b892200 100644 --- a/p/haskell-brainfuck/debian/control +++ b/p/haskell-brainfuck/debian/control @@ -1,30 +1,30 @@ Source: haskell-brainfuck -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-mtl-dev - , libghc-mtl-prof -Build-Depends-Indep: ghc-doc - , libghc-mtl-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-mtl-dev, + libghc-mtl-prof, +Build-Depends-Indep: ghc-doc, + libghc-mtl-doc, Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/brainfuck -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-brainfuck Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-brainfuck +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-brainfuck Package: libghc-brainfuck-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: Brainfuck interpreter library${haskell:ShortBlurb} It is an interpreter for the Brainfuck language, written in the pure, lazy, functional language Haskell. @@ -33,11 +33,11 @@ Description: Brainfuck interpreter library${haskell:ShortBlurb} Package: libghc-brainfuck-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: Brainfuck interpreter library${haskell:ShortBlurb} It is an interpreter for the Brainfuck language, written in the pure, lazy, functional language Haskell. @@ -45,11 +45,12 @@ Description: Brainfuck interpreter library${haskell:ShortBlurb} ${haskell:Blurb} Package: libghc-brainfuck-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: Brainfuck interpreter library${haskell:ShortBlurb} It is an interpreter for the Brainfuck language, written in the pure, lazy, functional language Haskell. @@ -58,12 +59,12 @@ Description: Brainfuck interpreter library${haskell:ShortBlurb} Package: hsbrainfuck Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} - , ${shlibs:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} -Description: interpreter for the brainfuck programming language +Depends: ${haskell:Depends}, + ${misc:Depends}, + ${shlibs:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, +Description: interpreter for the brainfuck programming language This package provides an interpreter for the Brainfuck programming language, written in the pure, lazy, functional language Haskell. diff --git a/p/haskell-byteable/debian/control b/p/haskell-byteable/debian/control index 5627e6265..b02152ce5 100644 --- a/p/haskell-byteable/debian/control +++ b/p/haskell-byteable/debian/control @@ -1,18 +1,18 @@ Source: haskell-byteable -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof -Build-Depends-Indep: ghc-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, +Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/byteable -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-byteable Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-byteable +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-byteable X-Description: typeclass for byte sequences Abstract class to manipulate sequence of bytes; the use case of this class is abstracting manipulation of types that are just wrapping a @@ -20,12 +20,12 @@ X-Description: typeclass for byte sequences Package: libghc-byteable-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -33,22 +33,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-byteable-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-byteable-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/haskell-bytedump/debian/control b/p/haskell-bytedump/debian/control index 13ceb5dd3..df38f0852 100644 --- a/p/haskell-bytedump/debian/control +++ b/p/haskell-bytedump/debian/control @@ -1,30 +1,30 @@ Source: haskell-bytedump -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof -Build-Depends-Indep: ghc-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, +Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/bytedump -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-bytedump Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-bytedump +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-bytedump X-Description: flexible byte dump helpers for human readers A set of helpers to dump bytes with lots of different output formats easy to read for humans eyes. Package: libghc-bytedump-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -32,22 +32,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-bytedump-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-bytedump-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/haskell-byteorder/debian/control b/p/haskell-byteorder/debian/control index 27788ec4d..695860574 100644 --- a/p/haskell-byteorder/debian/control +++ b/p/haskell-byteorder/debian/control @@ -1,27 +1,27 @@ Source: haskell-byteorder -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof -Build-Depends-Indep: ghc-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, +Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/byteorder -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-byteorder Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-byteorder +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-byteorder Package: libghc-byteorder-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: exposes the native endianness or byte ordering of the system${haskell:ShortBlurb} This is for working with the native byte-ordering of the system. . @@ -29,22 +29,23 @@ Description: exposes the native endianness or byte ordering of the system${haske Package: libghc-byteorder-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: exposes the native endianness of the system${haskell:ShortBlurb} This is for working with the native byte-ordering of the system. . ${haskell:Blurb} Package: libghc-byteorder-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: exposes the native endianness or byte ordering of the system${haskell:ShortBlurb} This is for working with the native byte-ordering of the system. . diff --git a/p/haskell-bytes/debian/control b/p/haskell-bytes/debian/control index d4c7024be..c5f2bef86 100644 --- a/p/haskell-bytes/debian/control +++ b/p/haskell-bytes/debian/control @@ -1,51 +1,51 @@ Source: haskell-bytes -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.8.15) - , ghc - , ghc-prof - , libghc-cereal-dev (>= 0.3.5) - , libghc-cereal-dev (<< 0.5) - , libghc-cereal-prof - , libghc-mtl-dev (>= 2.0) - , libghc-mtl-dev (<< 2.3) - , libghc-mtl-prof - , libghc-text-dev (>= 0.2) - , libghc-text-dev (<< 1.3) - , libghc-text-prof - , libghc-transformers-compat-dev (>= 0.3) - , libghc-transformers-compat-dev (<< 1) - , libghc-transformers-compat-prof - , libghc-void-dev (>= 0.6) - , libghc-void-dev (<< 1) - , libghc-void-prof - , libghc-doctest-dev (>= 0.9.1) -Build-Depends-Indep: ghc-doc - , libghc-cereal-doc - , libghc-mtl-doc - , libghc-text-doc - , libghc-transformers-compat-doc - , libghc-void-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.8.15), + ghc, + ghc-prof, + libghc-cereal-dev (>= 0.3.5), + libghc-cereal-dev (<< 0.5), + libghc-cereal-prof, + libghc-mtl-dev (>= 2.0), + libghc-mtl-dev (<< 2.3), + libghc-mtl-prof, + libghc-text-dev (>= 0.2), + libghc-text-dev (<< 1.3), + libghc-text-prof, + libghc-transformers-compat-dev (>= 0.3), + libghc-transformers-compat-dev (<< 1), + libghc-transformers-compat-prof, + libghc-void-dev (>= 0.6), + libghc-void-dev (<< 1), + libghc-void-prof, + libghc-doctest-dev (>= 0.9.1), +Build-Depends-Indep: ghc-doc, + libghc-cereal-doc, + libghc-mtl-doc, + libghc-text-doc, + libghc-transformers-compat-doc, + libghc-void-doc, Standards-Version: 3.9.6 Homepage: http://hackage.haskell.org/package/bytes -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-bytes Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-bytes +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-bytes X-Description: Sharing code for serialization between binary and cereal This module generalizes the binary and cereal monads in an ad-hoc fashion to permit code to be written that is compatible across them. Package: libghc-bytes-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -53,22 +53,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-bytes-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-bytes-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/haskell-bytestring-lexing/debian/control b/p/haskell-bytestring-lexing/debian/control index 5188be1e4..f6ae4839a 100644 --- a/p/haskell-bytestring-lexing/debian/control +++ b/p/haskell-bytestring-lexing/debian/control @@ -1,31 +1,31 @@ Source: haskell-bytestring-lexing -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , alex (>> 2.3) -Build-Depends-Indep: ghc-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + alex (>> 2.3), +Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/bytestring-lexing -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-bytestring-lexing Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-bytestring-lexing +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-bytestring-lexing X-Description: parsing and printing numbers to bytestrings. This package contains efficient parsers and printers of floating-point and integer literals to strict and lazy bytesstrings. Package: libghc-bytestring-lexing-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -33,22 +33,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-bytestring-lexing-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-bytestring-lexing-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/haskell-bytestring-mmap/debian/control b/p/haskell-bytestring-mmap/debian/control index ceaf7f127..eea70148a 100644 --- a/p/haskell-bytestring-mmap/debian/control +++ b/p/haskell-bytestring-mmap/debian/control @@ -1,28 +1,28 @@ Source: haskell-bytestring-mmap -Priority: extra -Section: haskell Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Kiwamu Okabe <kiwamu@debian.or.jp> +DM-Upload-Allowed: yes +Priority: extra +Section: haskell Build-Depends: debhelper (>= 9), - haskell-devscripts (>= 0.9), - cdbs, - ghc, - ghc-prof -Build-Depends-Indep: ghc-doc + haskell-devscripts (>= 0.9), + cdbs, + ghc, + ghc-prof, +Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.4 Homepage: http://code.haskell.org/~dons/code/bytestring-mmap/ -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-bytestring-mmap Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-bytestring-mmap -DM-Upload-Allowed: yes +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-bytestring-mmap Package: libghc-bytestring-mmap-dev Architecture: any Depends: ${shlibs:Depends}, - ${haskell:Depends}, - ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} + ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: mmap support for strict ByteStrings This library provides a wrapper to mmap(2), allowing files or devices to be lazily loaded into memory as strict or lazy @@ -34,10 +34,10 @@ Description: mmap support for strict ByteStrings Package: libghc-bytestring-mmap-prof Architecture: any Depends: ${haskell:Depends}, - ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: mmap support for strict ByteStrings; profiling libraries This library provides a wrapper to mmap(2), allowing files or devices to be lazily loaded into memory as strict or lazy @@ -50,9 +50,9 @@ Package: libghc-bytestring-mmap-doc Architecture: all Section: doc Depends: ${haskell:Depends}, - ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: mmap support for strict ByteStrings; documentation This library provides a wrapper to mmap(2), allowing files or devices to be lazily loaded into memory as strict or lazy diff --git a/p/haskell-bytestring-progress/debian/control b/p/haskell-bytestring-progress/debian/control index ea47982a5..caefbc75d 100644 --- a/p/haskell-bytestring-progress/debian/control +++ b/p/haskell-bytestring-progress/debian/control @@ -1,27 +1,27 @@ Source: haskell-bytestring-progress -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Joachim Breitner <nomeata@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof -Build-Depends-Indep: ghc-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, +Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/bytestring-progress -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-bytestring-progress Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-bytestring-progress +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-bytestring-progress Package: libghc-bytestring-progress-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: A library for tracking the consumption of a lazy ByteString${haskell:ShortBlurb} In some cases, it is useful to know how fast a ByteString is being consumed. Typically, this could be to report some measure of progress @@ -32,11 +32,11 @@ Description: A library for tracking the consumption of a lazy ByteString${haskel Package: libghc-bytestring-progress-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: A library for tracking the consumption of a lazy ByteString${haskell:ShortBlurb} In some cases, it is useful to know how fast a ByteString is being consumed. Typically, this could be to report some measure of progress @@ -46,11 +46,12 @@ Description: A library for tracking the consumption of a lazy ByteString${haskel ${haskell:Blurb} Package: libghc-bytestring-progress-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: A library for tracking the consumption of a lazy ByteString${haskell:ShortBlurb} In some cases, it is useful to know how fast a ByteString is being consumed. Typically, this could be to report some measure of progress diff --git a/p/haskell-bytestring-show/debian/control b/p/haskell-bytestring-show/debian/control index a65625a62..946f13277 100644 --- a/p/haskell-bytestring-show/debian/control +++ b/p/haskell-bytestring-show/debian/control @@ -1,23 +1,27 @@ Source: haskell-bytestring-show -Section: haskell -Priority: optional Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: TANIGUCHI Takaki <takaki@debian.org> -Build-Depends: cdbs, debhelper (>= 9), haskell-devscripts (>= 0.9), - , ghc - , ghc-prof -Build-Depends-Indep: ghc-doc +Priority: optional +Section: haskell +Build-Depends: cdbs, + debhelper (>= 9), + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, +Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.4 Homepage: http://code.haskell.org/~dolio/ -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-bytestring-show Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-bytestring-show +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-bytestring-show Package: libghc-bytestring-show-dev Architecture: any -Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} -Recommends: ${haskell:Recommends} -Provides: ${haskell:Provides} -Suggests: ${haskell:Suggests} +Depends: ${haskell:Depends}, + ${shlibs:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: Haskell library for value converter to byte strings${haskell:ShortBlurb} Efficient conversion of values into readable byte strings. . @@ -25,10 +29,11 @@ Description: Haskell library for value converter to byte strings${haskell:ShortB Package: libghc-bytestring-show-prof Architecture: any -Depends: ${haskell:Depends}, ${misc:Depends} -Recommends: ${haskell:Recommends} -Provides: ${haskell:Provides} -Suggests: ${haskell:Suggests} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: Haskell library for value converter to byte strings${haskell:ShortBlurb} Efficient conversion of values into readable byte strings. . @@ -37,9 +42,10 @@ Description: Haskell library for value converter to byte strings${haskell:ShortB Package: libghc-bytestring-show-doc Architecture: all Section: doc -Depends: ${haskell:Depends}, ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: Haskell library for value converter to byte strings${haskell:ShortBlurb} Efficient conversion of values into readable byte strings. . diff --git a/p/haskell-bzlib/debian/control b/p/haskell-bzlib/debian/control index d33880f1b..583edd295 100644 --- a/p/haskell-bzlib/debian/control +++ b/p/haskell-bzlib/debian/control @@ -1,26 +1,28 @@ Source: haskell-bzlib -Priority: extra -Section: haskell Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Erik de Castro Lopo <erikd@mega-nerd.com> -Build-Depends: - , cdbs - , debhelper (>= 9) - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libbz2-dev -Build-Depends-Indep: ghc-doc +Priority: extra +Section: haskell +Build-Depends: cdbs, + debhelper (>= 9), + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libbz2-dev, +Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/bzlib -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-bzlib Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-bzlib +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-bzlib Package: libghc-bzlib-dev Architecture: any -Depends: libbz2-dev, ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: libbz2-dev, + ${haskell:Depends}, + ${misc:Depends}, + ${shlibs:Depends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: Haskell bindings to the bzip2 library${haskell:ShortBlurb} . This package provides a pure interface for compressing and decompressing @@ -35,9 +37,10 @@ Description: Haskell bindings to the bzip2 library${haskell:ShortBlurb} Package: libghc-bzlib-prof Architecture: any -Depends: ${haskell:Depends}, ${misc:Depends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: Profiling libraries for the Haskell bindings to the bzip2 library${haskell:ShortBlurb} . This package provides a pure interface for compressing and decompressing @@ -51,11 +54,12 @@ Description: Profiling libraries for the Haskell bindings to the bzip2 library${ ${haskell:Blurb} Package: libghc-bzlib-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: Documentation for the Haskell bindings to the bzip2 library${haskell:ShortBlurb} . This package provides a pure interface for compressing and decompressing diff --git a/p/haskell-cabal-file-th/debian/control b/p/haskell-cabal-file-th/debian/control index a228c5236..4141ac15a 100644 --- a/p/haskell-cabal-file-th/debian/control +++ b/p/haskell-cabal-file-th/debian/control @@ -1,28 +1,28 @@ Source: haskell-cabal-file-th -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , ghc-ghci -Build-Depends-Indep: ghc-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + ghc-ghci, +Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/cabal-file-th -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cabal-file-th Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-cabal-file-th +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cabal-file-th Package: libghc-cabal-file-th-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: TH expressions for reading fields from a project's cabal file${haskell:ShortBlurb} Template Haskell expressions for reading fields from a project's cabal file. . @@ -30,22 +30,23 @@ Description: TH expressions for reading fields from a project's cabal file${hask Package: libghc-cabal-file-th-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: TH expressions for reading fields from a project's cabal file${haskell:ShortBlurb} Template Haskell expressions for reading fields from a project's cabal file. . ${haskell:Blurb} Package: libghc-cabal-file-th-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: TH expressions for reading fields from a project's cabal file${haskell:ShortBlurb} Template Haskell expressions for reading fields from a project's cabal file. . diff --git a/p/haskell-cabal-install/debian/control b/p/haskell-cabal-install/debian/control index ed8bb605d..8cfdaf839 100644 --- a/p/haskell-cabal-install/debian/control +++ b/p/haskell-cabal-install/debian/control @@ -1,48 +1,48 @@ Source: haskell-cabal-install -Priority: extra -Section: haskell Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Iain Lane <laney@debian.org>, Dmitry Bogatov <KAction@gnu.org> +Priority: extra +Section: haskell Build-Depends: debhelper (>= 9), - haskell-devscripts (>= 0.9), - cdbs, - bash-completion (>= 1.0), - ghc, - libghc-http-dev (>= 1:4000.2.17), - libghc-http-dev (<< 1:4000.3), - libghc-network-dev (>> 2.6), - libghc-network-dev (<< 2.7), - libghc-network-uri-dev (>> 2.6), - libghc-network-uri-dev (<< 2.7), - libghc-random-dev (>= 1), - libghc-random-dev (<< 1.2), - libghc-zlib-dev (>= 0.5.3), - libghc-zlib-dev (<< 0.6), - libghc-mtl-dev (>= 2.0), - libghc-mtl-dev (<< 3), - libghc-cabal-dev (>= 1.22), - libghc-cabal-dev (<< 1.23), - libghc-stm-dev (>= 2.0), - libghc-stm-dev (<< 3), -# for the test suite - libghc-test-framework-dev, - libghc-test-framework-hunit-dev, - libghc-test-framework-quickcheck2-dev (>= 0.3), - libghc-hunit-dev, - libghc-quickcheck2-dev (>= 2.5), + haskell-devscripts (>= 0.9), + cdbs, + bash-completion (>= 1.0), + ghc, + libghc-http-dev (>= 1:4000.2.17), + libghc-http-dev (<< 1:4000.3), + libghc-network-dev (>> 2.6), + libghc-network-dev (<< 2.7), + libghc-network-uri-dev (>> 2.6), + libghc-network-uri-dev (<< 2.7), + libghc-random-dev (>= 1), + libghc-random-dev (<< 1.2), + libghc-zlib-dev (>= 0.5.3), + libghc-zlib-dev (<< 0.6), + libghc-mtl-dev (>= 2.0), + libghc-mtl-dev (<< 3), + libghc-cabal-dev (>= 1.22), + libghc-cabal-dev (<< 1.23), + libghc-stm-dev (>= 2.0), + libghc-stm-dev (<< 3), + libghc-test-framework-dev, + libghc-test-framework-hunit-dev, + libghc-test-framework-quickcheck2-dev (>= 0.3), + libghc-hunit-dev, + libghc-quickcheck2-dev (>= 2.5), Standards-Version: 3.9.6 Homepage: http://www.haskell.org/cabal/ -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cabal-install Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-cabal-install +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cabal-install Package: cabal-install Architecture: any Depends: ${shlibs:Depends}, - ${haskell:Depends}, - ${misc:Depends}, - ${cabal-dep} -Recommends: ${haskell:Recommends}, ghc -Suggests: ${haskell:Suggests} + ${haskell:Depends}, + ${misc:Depends}, + ${cabal-dep}, +Recommends: ${haskell:Recommends}, + ghc, +Suggests: ${haskell:Suggests}, Description: command-line interface for Cabal and Hackage The 'cabal' command-line program simplifies the process of managing Haskell software by automating the fetching, configuration, compilation diff --git a/p/haskell-cabal/debian/control b/p/haskell-cabal/debian/control index 39f87b867..133d88dcb 100644 --- a/p/haskell-cabal/debian/control +++ b/p/haskell-cabal/debian/control @@ -1,18 +1,18 @@ Source: haskell-cabal -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Joachim Breitner <nomeata@debian.org>, Dmitry Bogatov <KAction@gnu.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof -Build-Depends-Indep: ghc-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, +Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.6 Homepage: http://hackage.haskell.org/package/Cabal -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cabal Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-cabal +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cabal X-Description: Framework for packaging Haskell software The Haskell Common Architecture for Building Applications and Libraries: a framework defining a common interface for authors to more @@ -20,12 +20,12 @@ X-Description: Framework for packaging Haskell software Package: libghc-cabal-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -33,22 +33,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-cabal-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-cabal-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/haskell-cairo/debian/control b/p/haskell-cairo/debian/control index 223d6609f..382f1c875 100644 --- a/p/haskell-cairo/debian/control +++ b/p/haskell-cairo/debian/control @@ -1,40 +1,39 @@ Source: haskell-cairo -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> -Uploaders: Marco Túlio Gontijo e Silva <marcot@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-utf8-string-dev (>= 0.2) - , libghc-utf8-string-dev (<< 1.1) - , libghc-utf8-string-prof - , libghc-text-dev (<< 1.3) - , libghc-text-prof - , libghc-mtl-dev - , libghc-mtl-prof - , libcairo2-dev - , gtk2hs-buildtools (>= 0.13.0.3) -Build-Depends-Indep: ghc-doc - , libghc-utf8-string-doc - , libghc-mtl-doc - , libghc-text-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-utf8-string-dev (>= 0.2), + libghc-utf8-string-dev (<< 1.1), + libghc-utf8-string-prof, + libghc-text-dev (<< 1.3), + libghc-text-prof, + libghc-mtl-dev, + libghc-mtl-prof, + libcairo2-dev, + gtk2hs-buildtools (>= 0.13.0.3), +Build-Depends-Indep: ghc-doc, + libghc-utf8-string-doc, + libghc-mtl-doc, + libghc-text-doc, Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/cairo -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cairo Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-cairo +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cairo Package: libghc-cairo-dev Architecture: any -Depends: ${haskell:Depends} - , ${shlibs:Depends} - , ${misc:Depends} - , libcairo2-dev -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${shlibs:Depends}, + ${misc:Depends}, + libcairo2-dev, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: Binding to the Cairo library${haskell:ShortBlurb} Cairo is a library to render high quality vector graphics. There exist various backends that allows rendering to Gtk windows, PDF, PS, PNG and SVG documents, @@ -44,11 +43,11 @@ Description: Binding to the Cairo library${haskell:ShortBlurb} Package: libghc-cairo-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: Binding to the Cairo library${haskell:ShortBlurb} Cairo is a library to render high quality vector graphics. There exist various backends that allows rendering to Gtk windows, PDF, PS, PNG and SVG documents, @@ -57,11 +56,12 @@ Description: Binding to the Cairo library${haskell:ShortBlurb} ${haskell:Blurb} Package: libghc-cairo-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: Binding to the Cairo library${haskell:ShortBlurb} Cairo is a library to render high quality vector graphics. There exist various backends that allows rendering to Gtk windows, PDF, PS, PNG and SVG documents, diff --git a/p/haskell-case-insensitive/debian/control b/p/haskell-case-insensitive/debian/control index 61a686764..d3a3dddd7 100644 --- a/p/haskell-case-insensitive/debian/control +++ b/p/haskell-case-insensitive/debian/control @@ -1,41 +1,41 @@ Source: haskell-case-insensitive -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-text-dev (>> 0.3) - , libghc-text-dev (<< 1.3) - , libghc-text-prof - , libghc-hashable-dev (>> 1.0) - , libghc-hashable-dev (<< 1.3) - , libghc-hashable-prof - , libghc-hunit-dev (>= 1.2.2) - , libghc-hunit-dev (<< 1.3) - , libghc-test-framework-dev (>= 0.2.4) - , libghc-test-framework-dev (<< 0.9) - , libghc-test-framework-hunit-dev (>= 0.2.4) - , libghc-test-framework-hunit-dev (<< 0.4) -Build-Depends-Indep: ghc-doc - , libghc-text-doc - , libghc-hashable-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-text-dev (>> 0.3), + libghc-text-dev (<< 1.3), + libghc-text-prof, + libghc-hashable-dev (>> 1.0), + libghc-hashable-dev (<< 1.3), + libghc-hashable-prof, + libghc-hunit-dev (>= 1.2.2), + libghc-hunit-dev (<< 1.3), + libghc-test-framework-dev (>= 0.2.4), + libghc-test-framework-dev (<< 0.9), + libghc-test-framework-hunit-dev (>= 0.2.4), + libghc-test-framework-hunit-dev (<< 0.4), +Build-Depends-Indep: ghc-doc, + libghc-text-doc, + libghc-hashable-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/case-insensitive -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-case-insensitive Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-case-insensitive +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-case-insensitive Package: libghc-case-insensitive-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: case-insensitive string comparison${haskell:ShortBlurb} The module Data.CaseInsensitive provides the CI type constructor which can be parameterised by a string-like type like: String, ByteString, @@ -46,11 +46,11 @@ Description: case-insensitive string comparison${haskell:ShortBlurb} Package: libghc-case-insensitive-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: case-insensitive string comparison${haskell:ShortBlurb} The module Data.CaseInsensitive provides the CI type constructor which can be parameterised by a string-like type like: String, ByteString, @@ -60,11 +60,12 @@ Description: case-insensitive string comparison${haskell:ShortBlurb} ${haskell:Blurb} Package: libghc-case-insensitive-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: case-insensitive string comparison${haskell:ShortBlurb} The module Data.CaseInsensitive provides the CI type constructor which can be parameterised by a string-like type like: String, ByteString, diff --git a/p/haskell-cassava/debian/control b/p/haskell-cassava/debian/control index 31308e3d9..eefe3ac8f 100644 --- a/p/haskell-cassava/debian/control +++ b/p/haskell-cassava/debian/control @@ -1,54 +1,54 @@ Source: haskell-cassava -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-attoparsec-dev (>= 0.10.2) - , libghc-attoparsec-dev (<< 0.14) - , libghc-attoparsec-prof - , libghc-blaze-builder-dev (<< 0.5) - , libghc-blaze-builder-prof - , libghc-hashable-dev (<< 1.3) - , libghc-hashable-prof - , libghc-text-dev (<< 1.3) - , libghc-text-prof - , libghc-unordered-containers-dev (<< 0.3) - , libghc-unordered-containers-prof - , libghc-vector-dev (<< 0.12) - , libghc-vector-prof - , libghc-hunit-dev - , libghc-quickcheck2-dev - , libghc-test-framework-dev - , libghc-test-framework-hunit-dev - , libghc-test-framework-quickcheck2-dev -Build-Depends-Indep: ghc-doc - , libghc-attoparsec-doc - , libghc-blaze-builder-doc - , libghc-hashable-doc - , libghc-text-doc - , libghc-unordered-containers-doc - , libghc-vector-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-attoparsec-dev (>= 0.10.2), + libghc-attoparsec-dev (<< 0.14), + libghc-attoparsec-prof, + libghc-blaze-builder-dev (<< 0.5), + libghc-blaze-builder-prof, + libghc-hashable-dev (<< 1.3), + libghc-hashable-prof, + libghc-text-dev (<< 1.3), + libghc-text-prof, + libghc-unordered-containers-dev (<< 0.3), + libghc-unordered-containers-prof, + libghc-vector-dev (<< 0.12), + libghc-vector-prof, + libghc-hunit-dev, + libghc-quickcheck2-dev, + libghc-test-framework-dev, + libghc-test-framework-hunit-dev, + libghc-test-framework-quickcheck2-dev, +Build-Depends-Indep: ghc-doc, + libghc-attoparsec-doc, + libghc-blaze-builder-doc, + libghc-hashable-doc, + libghc-text-doc, + libghc-unordered-containers-doc, + libghc-vector-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/cassava -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cassava Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-cassava +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cassava X-Description: CSV parsing and encoding library A CSV parsing and encoding library optimized for ease of use and high performance. Package: libghc-cassava-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -56,22 +56,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-cassava-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-cassava-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/haskell-categories/debian/control b/p/haskell-categories/debian/control index e3df97cd9..07397dcfa 100644 --- a/p/haskell-categories/debian/control +++ b/p/haskell-categories/debian/control @@ -1,29 +1,32 @@ Source: haskell-categories -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Iulian Udrea <iulian@linux.com> +Priority: extra +Section: haskell Build-Depends: debhelper (>= 9), - cdbs, - haskell-devscripts (>= 0.9), - ghc, - ghc-prof, - libghc-void-dev (>= 0.5.4.2), - libghc-void-prof -Build-Depends-Indep: ghc-doc, libghc-void-doc + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-void-dev (>= 0.5.4.2), + libghc-void-prof, +Build-Depends-Indep: ghc-doc, + libghc-void-doc, Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/categories -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-categories Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-categories +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-categories X-Description: categories from category-extras categories from category-extras. Package: libghc-categories-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -31,21 +34,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-categories-prof Architecture: any -Depends: ${haskell:Depends}, ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-categories-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/haskell-cereal-conduit/debian/control b/p/haskell-cereal-conduit/debian/control index 1f94ac9bb..9ea05c370 100644 --- a/p/haskell-cereal-conduit/debian/control +++ b/p/haskell-cereal-conduit/debian/control @@ -1,42 +1,42 @@ Source: haskell-cereal-conduit -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-cereal-dev (>> 0.4.0.0) - , libghc-cereal-dev (<< 0.5) - , libghc-cereal-prof - , libghc-conduit-dev (>> 1.0.0) - , libghc-conduit-dev (<< 1.3) - , libghc-conduit-prof - , libghc-resourcet-dev (>> 0.4) - , libghc-resourcet-dev (<< 1.2) - , libghc-resourcet-prof - , libghc-hunit-dev - , libghc-resourcet-dev - , libghc-mtl-dev -Build-Depends-Indep: ghc-doc - , libghc-cereal-doc - , libghc-conduit-doc - , libghc-resourcet-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-cereal-dev (>> 0.4.0.0), + libghc-cereal-dev (<< 0.5), + libghc-cereal-prof, + libghc-conduit-dev (>> 1.0.0), + libghc-conduit-dev (<< 1.3), + libghc-conduit-prof, + libghc-resourcet-dev (>> 0.4), + libghc-resourcet-dev (<< 1.2), + libghc-resourcet-prof, + libghc-hunit-dev, + libghc-resourcet-dev, + libghc-mtl-dev, +Build-Depends-Indep: ghc-doc, + libghc-cereal-doc, + libghc-conduit-doc, + libghc-resourcet-doc, Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/cereal-conduit -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cereal-conduit Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-cereal-conduit +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cereal-conduit Package: libghc-cereal-conduit-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: turn Data.Serialize Gets and Puts into Sources and Sinks${haskell:ShortBlurb} Data.Conduit.Cereal provides a conduit interface to cereal. . @@ -44,22 +44,23 @@ Description: turn Data.Serialize Gets and Puts into Sources and Sinks${haskell:S Package: libghc-cereal-conduit-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: turn Data.Serialize Gets and Puts into Sources and Sinks${haskell:ShortBlurb} Data.Conduit.Cereal provides a conduit interface to cereal. . ${haskell:Blurb} Package: libghc-cereal-conduit-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: turn Data.Serialize Gets and Puts into Sources and Sinks${haskell:ShortBlurb} Data.Conduit.Cereal provides a conduit interface to cereal. . diff --git a/p/haskell-cereal/debian/control b/p/haskell-cereal/debian/control index 57036d2cb..1ee89e610 100644 --- a/p/haskell-cereal/debian/control +++ b/p/haskell-cereal/debian/control @@ -1,12 +1,14 @@ Source: haskell-cereal -Section: haskell -Priority: optional Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: TANIGUCHI Takaki <takaki@debian.org> -Build-Depends: cdbs, debhelper (>= 9), haskell-devscripts (>= 0.9), - ghc, - ghc-prof, - ghc-doc, +Priority: optional +Section: haskell +Build-Depends: cdbs, + debhelper (>= 9), + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + ghc-doc, Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/cereal Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-cereal @@ -14,10 +16,12 @@ Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cereal Package: libghc-cereal-dev Architecture: any -Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} -Recommends: ${haskell:Recommends} -Provides: ${haskell:Provides} -Suggests: ${haskell:Suggests} +Depends: ${haskell:Depends}, + ${shlibs:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: binary serialization library${haskell:ShortBlurb} A binary serialization library, similar to binary, that introduces an isolate primitive for parser isolation, and replaces the asynchronous errors with a @@ -29,10 +33,11 @@ Description: binary serialization library${haskell:ShortBlurb} Package: libghc-cereal-prof Architecture: any -Depends: ${haskell:Depends}, ${misc:Depends} -Recommends: ${haskell:Recommends} -Provides: ${haskell:Provides} -Suggests: ${haskell:Suggests} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: binary serialization library${haskell:ShortBlurb} A binary serialization library, similar to binary, that introduces an isolate primitive for parser isolation, and replaces the asynchronous errors with a @@ -45,9 +50,10 @@ Description: binary serialization library${haskell:ShortBlurb} Package: libghc-cereal-doc Architecture: all Section: doc -Depends: ${haskell:Depends}, ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: binary serialization library${haskell:ShortBlurb} A binary serialization library, similar to binary, that introduces an isolate primitive for parser isolation, and replaces the asynchronous errors with a diff --git a/p/haskell-certificate/debian/control b/p/haskell-certificate/debian/control index 2cd65128a..ddd2d9244 100644 --- a/p/haskell-certificate/debian/control +++ b/p/haskell-certificate/debian/control @@ -1,45 +1,45 @@ Source: haskell-certificate -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-asn1-data-dev (>= 0.7.1) - , libghc-asn1-data-dev (<< 0.8.0) - , libghc-asn1-data-prof - , libghc-crypto-pubkey-types-dev (>= 0.4) - , libghc-crypto-pubkey-types-dev (<< 0.5) - , libghc-crypto-pubkey-types-prof - , libghc-cryptohash-dev - , libghc-cryptohash-prof - , libghc-mtl-dev - , libghc-mtl-prof - , libghc-pem-dev (>= 0.1) - , libghc-pem-dev (<< 0.3) - , libghc-pem-prof -Build-Depends-Indep: ghc-doc - , libghc-asn1-data-doc - , libghc-crypto-pubkey-types-doc - , libghc-cryptohash-doc - , libghc-mtl-doc - , libghc-pem-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-asn1-data-dev (>= 0.7.1), + libghc-asn1-data-dev (<< 0.8.0), + libghc-asn1-data-prof, + libghc-crypto-pubkey-types-dev (>= 0.4), + libghc-crypto-pubkey-types-dev (<< 0.5), + libghc-crypto-pubkey-types-prof, + libghc-cryptohash-dev, + libghc-cryptohash-prof, + libghc-mtl-dev, + libghc-mtl-prof, + libghc-pem-dev (>= 0.1), + libghc-pem-dev (<< 0.3), + libghc-pem-prof, +Build-Depends-Indep: ghc-doc, + libghc-asn1-data-doc, + libghc-crypto-pubkey-types-doc, + libghc-cryptohash-doc, + libghc-mtl-doc, + libghc-pem-doc, Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/certificate -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-certificate Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-certificate +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-certificate Package: libghc-certificate-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: certificate and key Reader/Writer${haskell:ShortBlurb} It is a certificate and key Reader/Writer. At the moment only X.509 certificate and unencrypted private keys are supported, but will @@ -49,11 +49,11 @@ Description: certificate and key Reader/Writer${haskell:ShortBlurb} Package: libghc-certificate-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: certificate and key Reader/Writer${haskell:ShortBlurb} It is a certificate and key Reader/Writer. At the moment only X.509 certificate and unencrypted private keys are supported, but will @@ -62,11 +62,12 @@ Description: certificate and key Reader/Writer${haskell:ShortBlurb} ${haskell:Blurb} Package: libghc-certificate-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: certificate and key Reader/Writer${haskell:ShortBlurb} It is a certificate and key Reader/Writer. At the moment only X.509 certificate and unencrypted private keys are supported, but will diff --git a/p/haskell-cgi/debian/control b/p/haskell-cgi/debian/control index 6aed8e46d..e8078994f 100644 --- a/p/haskell-cgi/debian/control +++ b/p/haskell-cgi/debian/control @@ -1,53 +1,52 @@ Source: haskell-cgi -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Joachim Breitner <nomeata@debian.org>, Clint Adams <clint@debian.org> +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + haskell-devscripts (>= 0.9), + cdbs, + ghc, + ghc-prof, + libghc-parsec3-dev, + libghc-parsec3-prof, + libghc-exceptions-dev (<< 0.9), + libghc-exceptions-prof, + libghc-multipart-dev (>= 0.1.2), + libghc-multipart-dev (<< 0.2), + libghc-multipart-prof, + libghc-network-dev (>= 2.6), + libghc-network-dev (<< 2.7), + libghc-network-prof, + libghc-network-uri-dev (>= 2.6), + libghc-network-uri-dev (<< 2.7), + libghc-network-uri-prof, + libghc-mtl-dev (>= 2.1.3.1), + libghc-mtl-dev (<< 2.3), + libghc-mtl-prof, + libghc-mtl-compat-dev (>= 0.2.1.1), + libghc-mtl-compat-dev (<< 0.3), + libghc-mtl-compat-prof, +Build-Depends-Indep: ghc-doc, + libghc-parsec3-doc, + libghc-exceptions-doc, + libghc-multipart-doc, + libghc-network-doc, + libghc-network-uri-doc, + libghc-mtl-doc, + libghc-mtl-compat-doc, Standards-Version: 3.9.4 -Build-Depends: debhelper (>= 9) - , haskell-devscripts (>= 0.9) - , cdbs - , ghc - , ghc-prof - , libghc-parsec3-dev - , libghc-parsec3-prof - , libghc-exceptions-dev (<< 0.9) - , libghc-exceptions-prof - , libghc-multipart-dev (>= 0.1.2) - , libghc-multipart-dev (<< 0.2) - , libghc-multipart-prof - , libghc-network-dev (>= 2.6) - , libghc-network-dev (<< 2.7) - , libghc-network-prof - , libghc-network-uri-dev (>= 2.6) - , libghc-network-uri-dev (<< 2.7) - , libghc-network-uri-prof - , libghc-mtl-dev (>= 2.1.3.1) - , libghc-mtl-dev (<< 2.3) - , libghc-mtl-prof - , libghc-mtl-compat-dev (>= 0.2.1.1) - , libghc-mtl-compat-dev (<< 0.3) - , libghc-mtl-compat-prof -Build-Depends-Indep: ghc-doc - , libghc-parsec3-doc - , libghc-exceptions-doc - , libghc-multipart-doc - , libghc-network-doc - , libghc-network-uri-doc - , libghc-mtl-doc - , libghc-mtl-compat-doc Homepage: http://hackage.haskell.org/package/cgi -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cgi Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-cgi - +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cgi Package: libghc-cgi-dev Architecture: any -Depends: ${haskell:Depends} - , ${shlibs:Depends} - , ${misc:Depends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${shlibs:Depends}, + ${misc:Depends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: Haskell CGI library for GHC${haskell:ShortBlurb} This library is for writing CGI programs. . @@ -55,23 +54,22 @@ Description: Haskell CGI library for GHC${haskell:ShortBlurb} Package: libghc-cgi-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Provides: ${haskell:Provides}, Description: Haskell CGI library for GHC${haskell:ShortBlurb} This library is for writing CGI programs. . ${haskell:Blurb} Package: libghc-cgi-doc -Section: doc Architecture: all -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: Haskell CGI library for GHC${haskell:ShortBlurb} This library is for writing CGI programs. . ${haskell:Blurb} - diff --git a/p/haskell-charset/debian/control b/p/haskell-charset/debian/control index 953b89849..a2aa2f7c5 100644 --- a/p/haskell-charset/debian/control +++ b/p/haskell-charset/debian/control @@ -1,37 +1,37 @@ Source: haskell-charset -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-semigroups-dev (>= 0.8.3.1) - , libghc-semigroups-dev (<< 1) - , libghc-semigroups-prof - , libghc-unordered-containers-dev (>= 0.1.4.6) - , libghc-unordered-containers-dev (<< 0.3) - , libghc-unordered-containers-prof -Build-Depends-Indep: ghc-doc - , libghc-semigroups-doc - , libghc-unordered-containers-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-semigroups-dev (>= 0.8.3.1), + libghc-semigroups-dev (<< 1), + libghc-semigroups-prof, + libghc-unordered-containers-dev (>= 0.1.4.6), + libghc-unordered-containers-dev (<< 0.3), + libghc-unordered-containers-prof, +Build-Depends-Indep: ghc-doc, + libghc-semigroups-doc, + libghc-unordered-containers-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/charset -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-charset Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-charset +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-charset X-Description: Fast Unicode character sets Fast Unicode character sets based on complemented PATRICIA tries. Package: libghc-charset-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -39,22 +39,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-charset-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-charset-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/haskell-chart/debian/control b/p/haskell-chart/debian/control index 054d2ab84..6396274f8 100644 --- a/p/haskell-chart/debian/control +++ b/p/haskell-chart/debian/control @@ -1,50 +1,50 @@ Source: haskell-chart -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org>, Dmitry Bogatov <KAction@gnu.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , ghc-ghci - , libghc-colour-dev (>= 2.2.1) - , libghc-colour-dev (<< 2.4) - , libghc-colour-prof - , libghc-data-default-class-dev (<< 0.1) - , libghc-data-default-class-prof - , libghc-lens-dev (>= 3.9) - , libghc-lens-dev (<< 4.8) - , libghc-lens-prof - , libghc-mtl-dev (>= 2.0) - , libghc-mtl-dev (<< 2.3) - , libghc-mtl-prof - , libghc-operational-dev (>= 0.2.2) - , libghc-operational-dev (<< 0.3) - , libghc-operational-prof -Build-Depends-Indep: ghc-doc - , libghc-colour-doc - , libghc-data-default-class-doc - , libghc-lens-doc - , libghc-mtl-doc - , libghc-operational-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + ghc-ghci, + libghc-colour-dev (>= 2.2.1), + libghc-colour-dev (<< 2.4), + libghc-colour-prof, + libghc-data-default-class-dev (<< 0.1), + libghc-data-default-class-prof, + libghc-lens-dev (>= 3.9), + libghc-lens-dev (<< 4.8), + libghc-lens-prof, + libghc-mtl-dev (>= 2.0), + libghc-mtl-dev (<< 2.3), + libghc-mtl-prof, + libghc-operational-dev (>= 0.2.2), + libghc-operational-dev (<< 0.3), + libghc-operational-prof, +Build-Depends-Indep: ghc-doc, + libghc-colour-doc, + libghc-data-default-class-doc, + libghc-lens-doc, + libghc-mtl-doc, + libghc-operational-doc, Standards-Version: 3.9.6 Homepage: http://hackage.haskell.org/package/Chart -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-chart Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-chart +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-chart X-Description: library for generating 2D Charts and Plots Chart is a library for generating 2D Charts and Plots. There are backends available for Cairo and Diagrams. Package: libghc-chart-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -52,22 +52,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-chart-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-chart-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/haskell-chasingbottoms/debian/control b/p/haskell-chasingbottoms/debian/control index 436871832..f8bb832d1 100644 --- a/p/haskell-chasingbottoms/debian/control +++ b/p/haskell-chasingbottoms/debian/control @@ -1,34 +1,34 @@ Source: haskell-chasingbottoms -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Joachim Breitner <nomeata@debian.org>, Dmitry Bogatov <KAction@gnu.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-quickcheck2-dev (>= 2.1) - , libghc-quickcheck2-dev (<< 2.9) - , libghc-quickcheck2-prof - , libghc-mtl-dev (>= 1.1) - , libghc-mtl-dev (<< 2.3) - , libghc-mtl-prof - , libghc-random-dev (>= 1.0) - , libghc-random-dev (<< 1.2) - , libghc-random-prof - , libghc-syb-dev (>= 0.1.0.2) - , libghc-syb-dev (<< 0.6) - , libghc-syb-prof -Build-Depends-Indep: ghc-doc - , libghc-quickcheck2-doc - , libghc-mtl-doc - , libghc-random-doc - , libghc-syb-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-quickcheck2-dev (>= 2.1), + libghc-quickcheck2-dev (<< 2.9), + libghc-quickcheck2-prof, + libghc-mtl-dev (>= 1.1), + libghc-mtl-dev (<< 2.3), + libghc-mtl-prof, + libghc-random-dev (>= 1.0), + libghc-random-dev (<< 1.2), + libghc-random-prof, + libghc-syb-dev (>= 0.1.0.2), + libghc-syb-dev (<< 0.6), + libghc-syb-prof, +Build-Depends-Indep: ghc-doc, + libghc-quickcheck2-doc, + libghc-mtl-doc, + libghc-random-doc, + libghc-syb-doc, Standards-Version: 3.9.6 Homepage: http://hackage.haskell.org/package/ChasingBottoms -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-chasingbottoms Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-chasingbottoms +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-chasingbottoms X-Description: Library for testing partial and infinite values Do you ever feel the need to test code involving bottoms (e.g. calls to the error function), or code involving infinite values? Then this library could be @@ -41,12 +41,12 @@ X-Description: Library for testing partial and infinite values Package: libghc-chasingbottoms-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -54,22 +54,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-chasingbottoms-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-chasingbottoms-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/haskell-chell-quickcheck2/debian/control b/p/haskell-chell-quickcheck2/debian/control index c12ec4479..d166c687c 100644 --- a/p/haskell-chell-quickcheck2/debian/control +++ b/p/haskell-chell-quickcheck2/debian/control @@ -1,27 +1,25 @@ Source: haskell-chell-quickcheck2 -Priority: optional -Section: haskell Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: John Millikin <jmillikin@gmail.com> -Build-Depends: - cdbs - , debhelper (>= 9) - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-chell-dev (>= 0.3) - , libghc-chell-dev (<< 0.5) - , libghc-chell-prof - , libghc-quickcheck2-dev (>= 2.3) - , libghc-quickcheck2-dev (<< 2.9) - , libghc-quickcheck2-prof - , libghc-random-dev - , libghc-random-prof -Build-Depends-Indep: - ghc-doc - , haddock - , libghc-chell-doc - , libghc-quickcheck2-doc +Priority: optional +Section: haskell +Build-Depends: cdbs, + debhelper (>= 9), + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-chell-dev (>= 0.3), + libghc-chell-dev (<< 0.5), + libghc-chell-prof, + libghc-quickcheck2-dev (>= 2.3), + libghc-quickcheck2-dev (<< 2.9), + libghc-quickcheck2-prof, + libghc-random-dev, + libghc-random-prof, +Build-Depends-Indep: ghc-doc, + haddock, + libghc-chell-doc, + libghc-quickcheck2-doc, Standards-Version: 3.9.5 Homepage: https://john-millikin.com/software/chell/ Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-chell-quickcheck2 @@ -29,13 +27,12 @@ Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-chell-quickcheck2 Package: libghc-chell-quickcheck2-dev Architecture: any -Depends: - ${haskell:Depends} - , ${misc:Depends} - , ${shlibs:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, + ${shlibs:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: QuickCheck2 support for the Chell testing library${haskell:ShortBlurb} Chell is a simple and intuitive library for automated testing. It natively supports assertion-based testing, and can use companion libraries to @@ -48,12 +45,11 @@ Description: QuickCheck2 support for the Chell testing library${haskell:ShortBlu Package: libghc-chell-quickcheck2-prof Architecture: any -Depends: - ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: QuickCheck2 support for the Chell testing library${haskell:ShortBlurb} Chell is a simple and intuitive library for automated testing. It natively supports assertion-based testing, and can use companion libraries to @@ -65,13 +61,12 @@ Description: QuickCheck2 support for the Chell testing library${haskell:ShortBlu ${haskell:Blurb} Package: libghc-chell-quickcheck2-doc -Section: doc Architecture: all -Depends: - ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: QuickCheck2 support for the Chell testing library${haskell:ShortBlurb} Chell is a simple and intuitive library for automated testing. It natively supports assertion-based testing, and can use companion libraries to diff --git a/p/haskell-chell/debian/control b/p/haskell-chell/debian/control index f14b319a5..be260af29 100644 --- a/p/haskell-chell/debian/control +++ b/p/haskell-chell/debian/control @@ -1,35 +1,33 @@ Source: haskell-chell -Priority: optional -Section: haskell Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: John Millikin <jmillikin@gmail.com> -Build-Depends: - cdbs - , debhelper (>= 9) - , haskell-devscripts (>= 0.9) - , ghc (>= 6.12) - , ghc-prof - , ghc-ghci - , libghc-options-dev (>= 1.0) - , libghc-options-dev (<< 2.0) - , libghc-options-prof - , libghc-patience-dev (>= 0.1) - , libghc-patience-dev (<< 0.2) - , libghc-patience-prof - , libghc-random-dev (>= 1.0) - , libghc-random-prof - , libghc-text-dev - , libghc-text-prof - , libghc-ansi-terminal-dev (>= 0.5) - , libghc-ansi-terminal-dev (<< 0.7) - , libghc-ansi-terminal-prof -Build-Depends-Indep: - ghc-doc - , haddock - , libghc-options-doc - , libghc-patience-doc - , libghc-text-doc - , libghc-ansi-terminal-doc +Priority: optional +Section: haskell +Build-Depends: cdbs, + debhelper (>= 9), + haskell-devscripts (>= 0.9), + ghc (>= 6.12), + ghc-prof, + ghc-ghci, + libghc-options-dev (>= 1.0), + libghc-options-dev (<< 2.0), + libghc-options-prof, + libghc-patience-dev (>= 0.1), + libghc-patience-dev (<< 0.2), + libghc-patience-prof, + libghc-random-dev (>= 1.0), + libghc-random-prof, + libghc-text-dev, + libghc-text-prof, + libghc-ansi-terminal-dev (>= 0.5), + libghc-ansi-terminal-dev (<< 0.7), + libghc-ansi-terminal-prof, +Build-Depends-Indep: ghc-doc, + haddock, + libghc-options-doc, + libghc-patience-doc, + libghc-text-doc, + libghc-ansi-terminal-doc, Standards-Version: 3.9.4 Homepage: https://john-millikin.com/software/chell/ Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-chell @@ -37,13 +35,12 @@ Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-chell Package: libghc-chell-dev Architecture: any -Depends: - ${haskell:Depends} - , ${misc:Depends} - , ${shlibs:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, + ${shlibs:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: Haskell library for simple and intuitive automated testing${haskell:ShortBlurb} Chell is a simple and intuitive library for automated testing. It natively supports assertion-based testing, and can use companion libraries to @@ -53,12 +50,11 @@ Description: Haskell library for simple and intuitive automated testing${haskell Package: libghc-chell-prof Architecture: any -Depends: - ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: Haskell library for simple and intuitive automated testing${haskell:ShortBlurb} Chell is a simple and intuitive library for automated testing. It natively supports assertion-based testing, and can use companion libraries to @@ -67,13 +63,12 @@ Description: Haskell library for simple and intuitive automated testing${haskell ${haskell:Blurb} Package: libghc-chell-doc -Section: doc Architecture: all -Depends: - ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: Haskell library for simple and intuitive automated testing${haskell:ShortBlurb} Chell is a simple and intuitive library for automated testing. It natively supports assertion-based testing, and can use companion libraries to diff --git a/p/haskell-chunked-data/debian/control b/p/haskell-chunked-data/debian/control index 531766a36..3848d3135 100644 --- a/p/haskell-chunked-data/debian/control +++ b/p/haskell-chunked-data/debian/control @@ -1,48 +1,48 @@ Source: haskell-chunked-data -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-blaze-builder-dev - , libghc-blaze-builder-prof - , libghc-mono-traversable-dev (>= 0.2) - , libghc-mono-traversable-prof - , libghc-semigroups-dev - , libghc-semigroups-prof - , libghc-system-filepath-dev - , libghc-system-filepath-prof - , libghc-text-dev (>= 0.11) - , libghc-text-prof - , libghc-vector-dev - , libghc-vector-prof -Build-Depends-Indep: ghc-doc - , libghc-blaze-builder-doc - , libghc-mono-traversable-doc - , libghc-semigroups-doc - , libghc-system-filepath-doc - , libghc-text-doc - , libghc-vector-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-blaze-builder-dev, + libghc-blaze-builder-prof, + libghc-mono-traversable-dev (>= 0.2), + libghc-mono-traversable-prof, + libghc-semigroups-dev, + libghc-semigroups-prof, + libghc-system-filepath-dev, + libghc-system-filepath-prof, + libghc-text-dev (>= 0.11), + libghc-text-prof, + libghc-vector-dev, + libghc-vector-prof, +Build-Depends-Indep: ghc-doc, + libghc-blaze-builder-doc, + libghc-mono-traversable-doc, + libghc-semigroups-doc, + libghc-system-filepath-doc, + libghc-text-doc, + libghc-vector-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/chunked-data -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-chunked-data Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-chunked-data +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-chunked-data X-Description: typeclasses for dealing with various chunked data representations Typeclasses for dealing with various chunked data representations, originally present in classy-prelude. Package: libghc-chunked-data-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -50,22 +50,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-chunked-data-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-chunked-data-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/haskell-cipher-aes/debian/control b/p/haskell-cipher-aes/debian/control index 82bbdda7a..7e6ba7870 100644 --- a/p/haskell-cipher-aes/debian/control +++ b/p/haskell-cipher-aes/debian/control @@ -1,32 +1,32 @@ Source: haskell-cipher-aes -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-byteable-dev - , libghc-byteable-prof - , libghc-securemem-dev (>= 0.1.2) - , libghc-securemem-prof - , libghc-crypto-cipher-types-dev (>= 0.0.6) - , libghc-crypto-cipher-types-dev (<< 0.1) - , libghc-crypto-cipher-types-prof - , libghc-crypto-cipher-tests-dev (>> 0.0.8) - , libghc-quickcheck2-dev - , libghc-test-framework-dev (>= 0.3.3) - , libghc-test-framework-quickcheck2-dev (>= 0.2.9) -Build-Depends-Indep: ghc-doc - , libghc-crypto-cipher-types-doc - , libghc-byteable-doc - , libghc-securemem-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-byteable-dev, + libghc-byteable-prof, + libghc-securemem-dev (>= 0.1.2), + libghc-securemem-prof, + libghc-crypto-cipher-types-dev (>= 0.0.6), + libghc-crypto-cipher-types-dev (<< 0.1), + libghc-crypto-cipher-types-prof, + libghc-crypto-cipher-tests-dev (>> 0.0.8), + libghc-quickcheck2-dev, + libghc-test-framework-dev (>= 0.3.3), + libghc-test-framework-quickcheck2-dev (>= 0.2.9), +Build-Depends-Indep: ghc-doc, + libghc-crypto-cipher-types-doc, + libghc-byteable-doc, + libghc-securemem-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/cipher-aes -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cipher-aes Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-cipher-aes +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cipher-aes X-Description: Fast AES cipher implementation The modes of operations available are ECB (Electronic code book), CBC (Cipher block chaining), CTR (Counter), XTS (XEX with ciphertext @@ -44,12 +44,12 @@ X-Description: Fast AES cipher implementation Package: libghc-cipher-aes-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -57,22 +57,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-cipher-aes-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-cipher-aes-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/haskell-cipher-aes128/debian/control b/p/haskell-cipher-aes128/debian/control index cd2617c6a..d462ed95a 100644 --- a/p/haskell-cipher-aes128/debian/control +++ b/p/haskell-cipher-aes128/debian/control @@ -20,6 +20,8 @@ Build-Depends-Indep: ghc-doc, libghc-tagged-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/cipher-aes128 +Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-cipher-aes128 +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cipher-aes128 X-Description: AES and common modes Cipher-aes128 is an implementation of AES and common modes of operation. . @@ -30,8 +32,6 @@ X-Description: AES and common modes * build-in crypto-api support. Cipher-aes128 was originally developed as "'cipher-aes' plus trampolines", which has since been adopted into cipher-aes. -Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-cipher-aes128 -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cipher-aes128 Package: libghc-cipher-aes128-dev Architecture: any diff --git a/p/haskell-cipher-blowfish/debian/control b/p/haskell-cipher-blowfish/debian/control index f75578297..2d9072945 100644 --- a/p/haskell-cipher-blowfish/debian/control +++ b/p/haskell-cipher-blowfish/debian/control @@ -1,46 +1,46 @@ Source: haskell-cipher-blowfish -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-byteable-dev - , libghc-byteable-prof - , libghc-crypto-cipher-types-dev (>= 0.0.3) - , libghc-crypto-cipher-types-dev (<< 0.1) - , libghc-crypto-cipher-types-prof - , libghc-securemem-dev (>> 0.1.2) - , libghc-securemem-prof - , libghc-vector-dev - , libghc-vector-prof - , libghc-test-framework-dev (>= 0.3.3) - , libghc-test-framework-quickcheck2-dev (>= 0.2.9) - , libghc-quickcheck2-dev - , libghc-crypto-cipher-tests-dev -Build-Depends-Indep: ghc-doc - , libghc-byteable-doc - , libghc-crypto-cipher-types-doc - , libghc-securemem-doc - , libghc-vector-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-byteable-dev, + libghc-byteable-prof, + libghc-crypto-cipher-types-dev (>= 0.0.3), + libghc-crypto-cipher-types-dev (<< 0.1), + libghc-crypto-cipher-types-prof, + libghc-securemem-dev (>> 0.1.2), + libghc-securemem-prof, + libghc-vector-dev, + libghc-vector-prof, + libghc-test-framework-dev (>= 0.3.3), + libghc-test-framework-quickcheck2-dev (>= 0.2.9), + libghc-quickcheck2-dev, + libghc-crypto-cipher-tests-dev, +Build-Depends-Indep: ghc-doc, + libghc-byteable-doc, + libghc-crypto-cipher-types-doc, + libghc-securemem-doc, + libghc-vector-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/cipher-blowfish -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cipher-blowfish Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-cipher-blowfish +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cipher-blowfish X-Description: Blowfish cipher Blowfish cipher primitives. Package: libghc-cipher-blowfish-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -48,22 +48,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-cipher-blowfish-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-cipher-blowfish-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/haskell-cipher-camellia/debian/control b/p/haskell-cipher-camellia/debian/control index 8a85bea1e..191124f7f 100644 --- a/p/haskell-cipher-camellia/debian/control +++ b/p/haskell-cipher-camellia/debian/control @@ -1,46 +1,46 @@ Source: haskell-cipher-camellia -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-byteable-dev - , libghc-byteable-prof - , libghc-crypto-cipher-types-dev (>= 0.0.3) - , libghc-crypto-cipher-types-dev (<< 0.1) - , libghc-crypto-cipher-types-prof - , libghc-securemem-dev (>> 0.1.2) - , libghc-securemem-prof - , libghc-vector-dev - , libghc-vector-prof - , libghc-quickcheck2-dev - , libghc-test-framework-dev (>= 0.3.3) - , libghc-test-framework-quickcheck2-dev (>= 0.2.9) - , libghc-crypto-cipher-tests-dev -Build-Depends-Indep: ghc-doc - , libghc-byteable-doc - , libghc-crypto-cipher-types-doc - , libghc-securemem-doc - , libghc-vector-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-byteable-dev, + libghc-byteable-prof, + libghc-crypto-cipher-types-dev (>= 0.0.3), + libghc-crypto-cipher-types-dev (<< 0.1), + libghc-crypto-cipher-types-prof, + libghc-securemem-dev (>> 0.1.2), + libghc-securemem-prof, + libghc-vector-dev, + libghc-vector-prof, + libghc-quickcheck2-dev, + libghc-test-framework-dev (>= 0.3.3), + libghc-test-framework-quickcheck2-dev (>= 0.2.9), + libghc-crypto-cipher-tests-dev, +Build-Depends-Indep: ghc-doc, + libghc-byteable-doc, + libghc-crypto-cipher-types-doc, + libghc-securemem-doc, + libghc-vector-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/cipher-camellia -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cipher-camellia Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-cipher-camellia +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cipher-camellia X-Description: Camellia cipher Camellia cipher primitives. Package: libghc-cipher-camellia-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -48,22 +48,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-cipher-camellia-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-cipher-camellia-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/haskell-cipher-des/debian/control b/p/haskell-cipher-des/debian/control index 85923f6fb..5449649a3 100644 --- a/p/haskell-cipher-des/debian/control +++ b/p/haskell-cipher-des/debian/control @@ -1,45 +1,45 @@ Source: haskell-cipher-des -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-byteable-dev - , libghc-byteable-prof - , libghc-crypto-cipher-types-dev (>> 0.0.3) - , libghc-crypto-cipher-types-prof - , libghc-securemem-dev (>> 0.1.2) - , libghc-securemem-prof - , libghc-vector-dev - , libghc-vector-prof - , libghc-quickcheck2-dev - , libghc-test-framework-dev (>= 0.3.3) - , libghc-test-framework-quickcheck2-dev (>= 0.2.9) - , libghc-crypto-cipher-tests-dev -Build-Depends-Indep: ghc-doc - , libghc-byteable-doc - , libghc-crypto-cipher-types-doc - , libghc-securemem-doc - , libghc-vector-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-byteable-dev, + libghc-byteable-prof, + libghc-crypto-cipher-types-dev (>> 0.0.3), + libghc-crypto-cipher-types-prof, + libghc-securemem-dev (>> 0.1.2), + libghc-securemem-prof, + libghc-vector-dev, + libghc-vector-prof, + libghc-quickcheck2-dev, + libghc-test-framework-dev (>= 0.3.3), + libghc-test-framework-quickcheck2-dev (>= 0.2.9), + libghc-crypto-cipher-tests-dev, +Build-Depends-Indep: ghc-doc, + libghc-byteable-doc, + libghc-crypto-cipher-types-doc, + libghc-securemem-doc, + libghc-vector-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/cipher-des -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cipher-des Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-cipher-des +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cipher-des X-Description: DES and 3DES ciphers DES and 3DES cipher primitives. Package: libghc-cipher-des-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -47,22 +47,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-cipher-des-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-cipher-des-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/haskell-cipher-rc4/debian/control b/p/haskell-cipher-rc4/debian/control index b16d3bf45..eb92080df 100644 --- a/p/haskell-cipher-rc4/debian/control +++ b/p/haskell-cipher-rc4/debian/control @@ -1,38 +1,38 @@ Source: haskell-cipher-rc4 -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Joachim Breitner <nomeata@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-byteable-dev - , libghc-byteable-prof - , libghc-crypto-cipher-types-dev (>= 0.0.5) - , libghc-crypto-cipher-types-dev (<< 0.1) - , libghc-crypto-cipher-types-prof - , libghc-quickcheck2-dev (>= 0.2) - , libghc-test-framework-dev (>= 0.3.3) - , libghc-test-framework-quickcheck2-dev (>= 0.2.9) - , libghc-crypto-cipher-tests-dev (>= 0.0.7) -Build-Depends-Indep: ghc-doc - , libghc-byteable-doc - , libghc-crypto-cipher-types-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-byteable-dev, + libghc-byteable-prof, + libghc-crypto-cipher-types-dev (>= 0.0.5), + libghc-crypto-cipher-types-dev (<< 0.1), + libghc-crypto-cipher-types-prof, + libghc-quickcheck2-dev (>= 0.2), + libghc-test-framework-dev (>= 0.3.3), + libghc-test-framework-quickcheck2-dev (>= 0.2.9), + libghc-crypto-cipher-tests-dev (>= 0.0.7), +Build-Depends-Indep: ghc-doc, + libghc-byteable-doc, + libghc-crypto-cipher-types-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/cipher-rc4 -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cipher-rc4 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-cipher-rc4 +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cipher-rc4 Package: libghc-cipher-rc4-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: Fast RC4 cipher implementation${haskell:ShortBlurb} This package provides a RC 4 cipher implementation. . @@ -40,22 +40,23 @@ Description: Fast RC4 cipher implementation${haskell:ShortBlurb} Package: libghc-cipher-rc4-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: Fast RC4 cipher implementation${haskell:ShortBlurb} This package provides a RC 4 cipher implementation. . ${haskell:Blurb} Package: libghc-cipher-rc4-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: Fast RC4 cipher implementation${haskell:ShortBlurb} This package provides a RC 4 cipher implementation. . diff --git a/p/haskell-classy-prelude-conduit/debian/control b/p/haskell-classy-prelude-conduit/debian/control index b9eb22f44..c9f9ca164 100644 --- a/p/haskell-classy-prelude-conduit/debian/control +++ b/p/haskell-classy-prelude-conduit/debian/control @@ -1,52 +1,52 @@ Source: haskell-classy-prelude-conduit -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 7) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-classy-prelude-dev (>= 0.11.1) - , libghc-classy-prelude-dev (<< 0.11.2) - , libghc-classy-prelude-prof - , libghc-conduit-dev (>= 1.0) - , libghc-conduit-dev (<< 1.3) - , libghc-conduit-prof - , libghc-conduit-combinators-dev (>= 0.2.8) - , libghc-conduit-combinators-prof - , libghc-monad-control-dev - , libghc-monad-control-prof - , libghc-resourcet-dev - , libghc-resourcet-prof - , libghc-system-fileio-dev - , libghc-system-fileio-prof - , libghc-void-dev - , libghc-void-prof - , libghc-hspec-dev - , libghc-quickcheck2-dev -Build-Depends-Indep: ghc-doc - , libghc-classy-prelude-doc - , libghc-conduit-doc - , libghc-conduit-combinators-doc - , libghc-monad-control-doc - , libghc-resourcet-doc - , libghc-system-fileio-doc - , libghc-void-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 7), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-classy-prelude-dev (>= 0.11.1), + libghc-classy-prelude-dev (<< 0.11.2), + libghc-classy-prelude-prof, + libghc-conduit-dev (>= 1.0), + libghc-conduit-dev (<< 1.3), + libghc-conduit-prof, + libghc-conduit-combinators-dev (>= 0.2.8), + libghc-conduit-combinators-prof, + libghc-monad-control-dev, + libghc-monad-control-prof, + libghc-resourcet-dev, + libghc-resourcet-prof, + libghc-system-fileio-dev, + libghc-system-fileio-prof, + libghc-void-dev, + libghc-void-prof, + libghc-hspec-dev, + libghc-quickcheck2-dev, +Build-Depends-Indep: ghc-doc, + libghc-classy-prelude-doc, + libghc-conduit-doc, + libghc-conduit-combinators-doc, + libghc-monad-control-doc, + libghc-resourcet-doc, + libghc-system-fileio-doc, + libghc-void-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/classy-prelude-conduit -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-classy-prelude-conduit Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-classy-prelude-conduit +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-classy-prelude-conduit Package: libghc-classy-prelude-conduit-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: conduit instances for classy-prelude classy-prelude-conduit contains conduit instances for classy-prelude. . @@ -55,11 +55,11 @@ Description: conduit instances for classy-prelude Package: libghc-classy-prelude-conduit-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: conduit instances for classy-prelude; profiling libraries classy-prelude-conduit contains conduit instances for classy-prelude. . @@ -67,11 +67,12 @@ Description: conduit instances for classy-prelude; profiling libraries for profiling. See http://www.haskell.org/ for more information on Haskell. Package: libghc-classy-prelude-conduit-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: conduit instances for classy-prelude; documentation classy-prelude-conduit contains conduit instances for classy-prelude. . diff --git a/p/haskell-classy-prelude/debian/control b/p/haskell-classy-prelude/debian/control index e94372395..a4d6b9efd 100644 --- a/p/haskell-classy-prelude/debian/control +++ b/p/haskell-classy-prelude/debian/control @@ -1,86 +1,86 @@ Source: haskell-classy-prelude -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-basic-prelude-dev (>= 0.3.10) - , libghc-basic-prelude-dev (<< 0.4) - , libghc-basic-prelude-prof - , libghc-time-locale-compat-dev - , libghc-time-locale-compat-prof - , libghc-chunked-data-dev - , libghc-chunked-data-prof - , libghc-enclosed-exceptions-dev - , libghc-enclosed-exceptions-prof - , libghc-exceptions-dev (>= 0.5) - , libghc-exceptions-prof - , libghc-hashable-dev - , libghc-hashable-prof - , libghc-lifted-base-dev (>= 0.2) - , libghc-lifted-base-prof - , libghc-mono-traversable-dev (>= 0.9.1) - , libghc-mono-traversable-prof - , libghc-semigroups-dev - , libghc-semigroups-prof - , libghc-stm-dev - , libghc-stm-prof - , libghc-primitive-dev - , libghc-primitive-prof - , libghc-bifunctors-dev - , libghc-bifunctors-prof - , libghc-system-filepath-dev (>= 0.4) - , libghc-system-filepath-dev (<< 0.5) - , libghc-system-filepath-prof - , libghc-text-dev - , libghc-text-prof - , libghc-unordered-containers-dev - , libghc-unordered-containers-prof - , libghc-vector-dev - , libghc-vector-prof - , libghc-vector-instances-dev - , libghc-vector-instances-prof - , libghc-mutable-containers-dev (>= 0.2) - , libghc-mutable-containers-dev (<< 0.4) - , libghc-mutable-containers-prof - , libghc-hspec-dev (>= 1.3) - , libghc-quickcheck2-dev -Build-Depends-Indep: ghc-doc - , libghc-basic-prelude-doc - , libghc-time-locale-compat-doc - , libghc-chunked-data-doc - , libghc-enclosed-exceptions-doc - , libghc-exceptions-doc - , libghc-hashable-doc - , libghc-lifted-base-doc - , libghc-mono-traversable-doc - , libghc-semigroups-doc - , libghc-stm-doc - , libghc-bifunctors-doc - , libghc-primitive-doc - , libghc-system-filepath-doc - , libghc-text-doc - , libghc-unordered-containers-doc - , libghc-vector-doc - , libghc-vector-instances-doc - , libghc-mutable-containers-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-basic-prelude-dev (>= 0.3.10), + libghc-basic-prelude-dev (<< 0.4), + libghc-basic-prelude-prof, + libghc-time-locale-compat-dev, + libghc-time-locale-compat-prof, + libghc-chunked-data-dev, + libghc-chunked-data-prof, + libghc-enclosed-exceptions-dev, + libghc-enclosed-exceptions-prof, + libghc-exceptions-dev (>= 0.5), + libghc-exceptions-prof, + libghc-hashable-dev, + libghc-hashable-prof, + libghc-lifted-base-dev (>= 0.2), + libghc-lifted-base-prof, + libghc-mono-traversable-dev (>= 0.9.1), + libghc-mono-traversable-prof, + libghc-semigroups-dev, + libghc-semigroups-prof, + libghc-stm-dev, + libghc-stm-prof, + libghc-primitive-dev, + libghc-primitive-prof, + libghc-bifunctors-dev, + libghc-bifunctors-prof, + libghc-system-filepath-dev (>= 0.4), + libghc-system-filepath-dev (<< 0.5), + libghc-system-filepath-prof, + libghc-text-dev, + libghc-text-prof, + libghc-unordered-containers-dev, + libghc-unordered-containers-prof, + libghc-vector-dev, + libghc-vector-prof, + libghc-vector-instances-dev, + libghc-vector-instances-prof, + libghc-mutable-containers-dev (>= 0.2), + libghc-mutable-containers-dev (<< 0.4), + libghc-mutable-containers-prof, + libghc-hspec-dev (>= 1.3), + libghc-quickcheck2-dev, +Build-Depends-Indep: ghc-doc, + libghc-basic-prelude-doc, + libghc-time-locale-compat-doc, + libghc-chunked-data-doc, + libghc-enclosed-exceptions-doc, + libghc-exceptions-doc, + libghc-hashable-doc, + libghc-lifted-base-doc, + libghc-mono-traversable-doc, + libghc-semigroups-doc, + libghc-stm-doc, + libghc-bifunctors-doc, + libghc-primitive-doc, + libghc-system-filepath-doc, + libghc-text-doc, + libghc-unordered-containers-doc, + libghc-vector-doc, + libghc-vector-instances-doc, + libghc-mutable-containers-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/classy-prelude -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-classy-prelude Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-classy-prelude +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-classy-prelude Package: libghc-classy-prelude-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: typeclass-based prelude${haskell:ShortBlurb} Focuses on using common typeclasses when possible, and creating new ones to avoid name clashing. Exposes many recommended datastructures (Map, @@ -91,11 +91,11 @@ Description: typeclass-based prelude${haskell:ShortBlurb} Package: libghc-classy-prelude-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: typeclass-based prelude${haskell:ShortBlurb} Focuses on using common typeclasses when possible, and creating new ones to avoid name clashing. Exposes many recommended datastructures (Map, @@ -105,11 +105,12 @@ Description: typeclass-based prelude${haskell:ShortBlurb} ${haskell:Blurb} Package: libghc-classy-prelude-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: typeclass-based prelude${haskell:ShortBlurb} Focuses on using common typeclasses when possible, and creating new ones to avoid name clashing. Exposes many recommended datastructures (Map, diff --git a/p/haskell-clientsession/debian/control b/p/haskell-clientsession/debian/control index a35f845f5..21c8fd0ec 100644 --- a/p/haskell-clientsession/debian/control +++ b/p/haskell-clientsession/debian/control @@ -1,62 +1,62 @@ Source: haskell-clientsession -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , ghc-ghci - , libghc-base64-bytestring-dev (>= 0.1.1.1) - , libghc-base64-bytestring-prof - , libghc-cereal-dev (>= 0.3) - , libghc-cereal-prof - , libghc-cipher-aes-dev (>= 0.1.7) - , libghc-cipher-aes-prof - , libghc-cprng-aes-dev (>= 0.2) - , libghc-cprng-aes-prof - , libghc-crypto-api-dev (>= 0.8) - , libghc-crypto-api-prof - , libghc-crypto-random-dev - , libghc-crypto-random-prof - , libghc-entropy-dev (>= 0.2.1) - , libghc-entropy-prof - , libghc-setenv-dev - , libghc-setenv-prof - , libghc-skein-dev (>= 1.0) - , libghc-skein-dev (<< 1.1) - , libghc-skein-prof - , libghc-tagged-dev (>= 0.1) - , libghc-tagged-prof - , libghc-hspec-dev (>= 1.3) - , libghc-quickcheck2-dev - , libghc-hunit-dev -Build-Depends-Indep: ghc-doc - , libghc-base64-bytestring-doc - , libghc-cereal-doc - , libghc-cipher-aes-doc - , libghc-cprng-aes-doc - , libghc-crypto-api-doc - , libghc-crypto-random-doc - , libghc-entropy-doc - , libghc-setenv-doc - , libghc-skein-doc - , libghc-tagged-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + ghc-ghci, + libghc-base64-bytestring-dev (>= 0.1.1.1), + libghc-base64-bytestring-prof, + libghc-cereal-dev (>= 0.3), + libghc-cereal-prof, + libghc-cipher-aes-dev (>= 0.1.7), + libghc-cipher-aes-prof, + libghc-cprng-aes-dev (>= 0.2), + libghc-cprng-aes-prof, + libghc-crypto-api-dev (>= 0.8), + libghc-crypto-api-prof, + libghc-crypto-random-dev, + libghc-crypto-random-prof, + libghc-entropy-dev (>= 0.2.1), + libghc-entropy-prof, + libghc-setenv-dev, + libghc-setenv-prof, + libghc-skein-dev (>= 1.0), + libghc-skein-dev (<< 1.1), + libghc-skein-prof, + libghc-tagged-dev (>= 0.1), + libghc-tagged-prof, + libghc-hspec-dev (>= 1.3), + libghc-quickcheck2-dev, + libghc-hunit-dev, +Build-Depends-Indep: ghc-doc, + libghc-base64-bytestring-doc, + libghc-cereal-doc, + libghc-cipher-aes-doc, + libghc-cprng-aes-doc, + libghc-crypto-api-doc, + libghc-crypto-random-doc, + libghc-entropy-doc, + libghc-setenv-doc, + libghc-skein-doc, + libghc-tagged-doc, Standards-Version: 3.9.6 Homepage: http://hackage.haskell.org/package/clientsession -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-clientsession Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-clientsession +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-clientsession Package: libghc-clientsession-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: library for web session data in cookies${haskell:ShortBlurb} Achieves security through AES encryption and MD5 hashing. Uses base64 encoding to avoid any issues with characters. @@ -65,11 +65,11 @@ Description: library for web session data in cookies${haskell:ShortBlurb} Package: libghc-clientsession-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: library for web session data in cookies${haskell:ShortBlurb} Achieves security through AES encryption and MD5 hashing. Uses base64 encoding to avoid any issues with characters. @@ -77,11 +77,12 @@ Description: library for web session data in cookies${haskell:ShortBlurb} ${haskell:Blurb} Package: libghc-clientsession-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: library for web session data in cookies${haskell:ShortBlurb} Achieves security through AES encryption and MD5 hashing. Uses base64 encoding to avoid any issues with characters. diff --git a/p/haskell-clock/debian/control b/p/haskell-clock/debian/control index 3434b3939..846f99c48 100644 --- a/p/haskell-clock/debian/control +++ b/p/haskell-clock/debian/control @@ -1,28 +1,27 @@ Source: haskell-clock -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> -Uploaders: Joachim Breitner <nomeata@debian.org>, - Dmitry Bogatov <KAction@gnu.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof -Build-Depends-Indep: ghc-doc +Uploaders: Joachim Breitner <nomeata@debian.org>, Dmitry Bogatov <KAction@gnu.org> +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, +Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.6 Homepage: http://hackage.haskell.org/package/clock -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-clock Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-clock +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-clock Package: libghc-clock-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: High-resolution clock and timer${haskell:ShortBlurb} This library provides convenient access to high-resolution clock and timer functions. @@ -31,11 +30,11 @@ Description: High-resolution clock and timer${haskell:ShortBlurb} Package: libghc-clock-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: High-resolution clock and timer${haskell:ShortBlurb} This library provides convenient access to high-resolution clock and timer functions. @@ -43,11 +42,12 @@ Description: High-resolution clock and timer${haskell:ShortBlurb} ${haskell:Blurb} Package: libghc-clock-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: High-resolution clock and timer${haskell:ShortBlurb} This library provides convenient access to high-resolution clock and timer functions. diff --git a/p/haskell-cmark/debian/control b/p/haskell-cmark/debian/control index 4de3fb839..560a61452 100644 --- a/p/haskell-cmark/debian/control +++ b/p/haskell-cmark/debian/control @@ -1,38 +1,36 @@ Source: haskell-cmark -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.8.15) - , ghc - , ghc-prof - , libghc-text-dev (>= 1.0) - , libghc-text-dev (<< 1.3) - , libghc-text-prof - , libghc-hunit-dev (>= 1.2) - , libghc-hunit-dev (<< 1.3) -Build-Depends-Indep: ghc-doc - , libghc-text-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.8.15), + ghc, + ghc-prof, + libghc-text-dev (>= 1.0), + libghc-text-dev (<< 1.3), + libghc-text-prof, + libghc-hunit-dev (>= 1.2), + libghc-hunit-dev (<< 1.3), +Build-Depends-Indep: ghc-doc, + libghc-text-doc, Standards-Version: 3.9.6 Homepage: http://hackage.haskell.org/package/cmark -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cmark Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-cmark +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cmark X-Description: fast, accurate CommonMark (Markdown) parser and renderer This package provides Haskell bindings for libcmark, the reference parser for CommonMark, a fully specified variant of Markdown. Package: libghc-cmark-dev Architecture: any -Depends: ${haskell:Depends} - , ${shlibs:Depends} - , ${misc:Depends} -# if this is a C library binding, repeat the dev packages here: -# , libcmark-dev -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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -40,22 +38,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-cmark-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-cmark-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/haskell-cmdargs/debian/control b/p/haskell-cmdargs/debian/control index 826784a25..a4efd656e 100644 --- a/p/haskell-cmdargs/debian/control +++ b/p/haskell-cmdargs/debian/control @@ -1,28 +1,28 @@ Source: haskell-cmdargs -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , ghc-ghci [amd64 i386 kfreebsd-amd64 kfreebsd-i386 sparc] -Build-Depends-Indep: ghc-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + ghc-ghci [kfreebsd-amd64kfreebsd-i386amd64i386sparc], +Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.6 Homepage: http://hackage.haskell.org/package/cmdargs -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cmdargs Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-cmdargs +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cmdargs Package: libghc-cmdargs-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: command-line argument processing${haskell:ShortBlurb} It provides an easy way to define command-line parsers. Most users will want to use the System.Console.CmdArgs.Implicit module, whose @@ -45,11 +45,11 @@ Description: command-line argument processing${haskell:ShortBlurb} Package: libghc-cmdargs-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: command-line argument processing${haskell:ShortBlurb} It provides an easy way to define command-line parsers. Most users will want to use the System.Console.CmdArgs.Implicit module, whose @@ -71,11 +71,12 @@ Description: command-line argument processing${haskell:ShortBlurb} ${haskell:Blurb} Package: libghc-cmdargs-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: command-line argument processing${haskell:ShortBlurb} It provides an easy way to define command-line parsers. Most users will want to use the System.Console.CmdArgs.Implicit module, whose diff --git a/p/haskell-colour/debian/control b/p/haskell-colour/debian/control index 6ba69095c..88bdbabde 100644 --- a/p/haskell-colour/debian/control +++ b/p/haskell-colour/debian/control @@ -1,27 +1,26 @@ Source: haskell-colour -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> -Uploaders: Marco Túlio Gontijo e Silva <marcot@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof -Build-Depends-Indep: ghc-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, +Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/colour -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-colour Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-colour +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-colour Package: libghc-colour-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: A model for human colour/color perception${haskell:ShortBlurb} This package provides a data type for colours and transparency. Colours can be blended and composed. Various colour spaces are supported. A module of colour @@ -31,11 +30,11 @@ Description: A model for human colour/color perception${haskell:ShortBlurb} Package: libghc-colour-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: A model for human colour/color perception${haskell:ShortBlurb} This package provides a data type for colours and transparency. Colours can be blended and composed. Various colour spaces are supported. A module of colour @@ -44,11 +43,12 @@ Description: A model for human colour/color perception${haskell:ShortBlurb} ${haskell:Blurb} Package: libghc-colour-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: A model for human colour/color perception${haskell:ShortBlurb} This package provides a data type for colours and transparency. Colours can be blended and composed. Various colour spaces are supported. A module of colour diff --git a/p/haskell-comonad/debian/control b/p/haskell-comonad/debian/control index d5bda0599..6a6c356e9 100644 --- a/p/haskell-comonad/debian/control +++ b/p/haskell-comonad/debian/control @@ -1,46 +1,48 @@ Source: haskell-comonad -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Iulian Udrea <iulian@linux.com> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-transformers-compat-dev (>= 0.3) - , libghc-transformers-compat-dev (<< 1) - , libghc-transformers-compat-prof - , libghc-contravariant-dev (>= 0.2.0.1) - , libghc-contravariant-dev (<< 2) - , libghc-contravariant-prof - , libghc-distributive-dev (>= 0.2.2) - , libghc-distributive-dev (<< 1) - , libghc-distributive-prof - , libghc-semigroups-dev (>= 0.8.3.1) - , libghc-semigroups-dev (<< 1) - , libghc-semigroups-prof - , libghc-tagged-dev (>= 0.1) - , libghc-tagged-dev (<< 1) - , libghc-tagged-prof - , libghc-doctest-dev (>= 0.9.10) -Build-Depends-Indep: ghc-doc - , libghc-transformers-compat-doc - , libghc-contravariant-doc - , libghc-distributive-doc - , libghc-semigroups-doc - , libghc-tagged-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-transformers-compat-dev (>= 0.3), + libghc-transformers-compat-dev (<< 1), + libghc-transformers-compat-prof, + libghc-contravariant-dev (>= 0.2.0.1), + libghc-contravariant-dev (<< 2), + libghc-contravariant-prof, + libghc-distributive-dev (>= 0.2.2), + libghc-distributive-dev (<< 1), + libghc-distributive-prof, + libghc-semigroups-dev (>= 0.8.3.1), + libghc-semigroups-dev (<< 1), + libghc-semigroups-prof, + libghc-tagged-dev (>= 0.1), + libghc-tagged-dev (<< 1), + libghc-tagged-prof, + libghc-doctest-dev (>= 0.9.10), +Build-Depends-Indep: ghc-doc, + libghc-transformers-compat-doc, + libghc-contravariant-doc, + libghc-distributive-doc, + libghc-semigroups-doc, + libghc-tagged-doc, Standards-Version: 3.9.6 Homepage: http://hackage.haskell.org/package/comonad -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-comonad Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-comonad +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-comonad Package: libghc-comonad-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: Haskell 98 comonads${haskell:ShortBlurb} Haskell 98 comonads . @@ -48,21 +50,23 @@ Description: Haskell 98 comonads${haskell:ShortBlurb} Package: libghc-comonad-prof Architecture: any -Depends: ${haskell:Depends}, ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: Haskell 98 comonads${haskell:ShortBlurb} Haskell 98 comonads . ${haskell:Blurb} Package: libghc-comonad-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: Haskell 98 comonads${haskell:ShortBlurb} Haskell 98 comonads . diff --git a/p/haskell-concrete-typerep/debian/control b/p/haskell-concrete-typerep/debian/control index da7d1849e..f4831b87c 100644 --- a/p/haskell-concrete-typerep/debian/control +++ b/p/haskell-concrete-typerep/debian/control @@ -1,30 +1,30 @@ Source: haskell-concrete-typerep +Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> +Uploaders: Masayuki Hatta <mhatta@debian.org> Priority: extra Section: haskell -Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> -Uploaders: Masayuki Hatta (mhatta) <mhatta@debian.org> -Build-Depends: debhelper (>= 9) - , haskell-devscripts (>= 0.9) - , cdbs - , ghc - , ghc-prof - , libghc-hashable-dev (<< 1.3) - , libghc-hashable-prof (<< 1.3) -Build-Depends-Indep: ghc-doc - , libghc-hashable-doc (<< 1.3) +Build-Depends: debhelper (>= 9), + haskell-devscripts (>= 0.9), + cdbs, + ghc, + ghc-prof, + libghc-hashable-dev (<< 1.3), + libghc-hashable-prof (<< 1.3), +Build-Depends-Indep: ghc-doc, + libghc-hashable-doc (<< 1.3), Standards-Version: 3.9.3 Homepage: http://hackage.haskell.org/package/concrete-typerep -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-concrete-typerep Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-concrete-typerep +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-concrete-typerep Package: libghc-concrete-typerep-dev Architecture: any -Depends: ${shlibs:Depends} - , ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${shlibs:Depends}, + ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: Binary and Hashable instances for TypeRep in Haskell${haskell:ShortBlurb} This Haskell library provides Binary and Hashable instances for TypeRep. . @@ -32,11 +32,11 @@ Description: Binary and Hashable instances for TypeRep in Haskell${haskell:Short Package: libghc-concrete-typerep-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: Binary and Hashable instances for TypeRep in Haskell${haskell:ShortBlurb} This Haskell library provides Binary and Hashable instances for TypeRep. . @@ -45,10 +45,10 @@ Description: Binary and Hashable instances for TypeRep in Haskell${haskell:Short Package: libghc-concrete-typerep-doc Architecture: all Section: doc -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: Binary and Hashable instances for TypeRep${haskell:ShortBlurb} This Haskell library provides Binary and Hashable instances for TypeRep. . diff --git a/p/haskell-cond/debian/control b/p/haskell-cond/debian/control index f9dce57a5..c73041b8c 100644 --- a/p/haskell-cond/debian/control +++ b/p/haskell-cond/debian/control @@ -1,25 +1,25 @@ Source: haskell-cond -Priority: extra -Section: haskell Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , haskell-devscripts (>= 0.9) - , cdbs - , ghc - , ghc-prof -Build-Depends-Indep: ghc-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + haskell-devscripts (>= 0.9), + cdbs, + ghc, + ghc-prof, +Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.4 Homepage: https://github.com/kallisti-dev/cond Package: libghc-cond-dev Architecture: any -Depends: ${shlibs:Depends} - , ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${shlibs:Depends}, + ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: conditional and boolean operators with monadic variants This library provides: . @@ -42,11 +42,11 @@ Description: conditional and boolean operators with monadic variants Package: libghc-cond-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: conditional and boolean operators with monadic variants (prof) This library provides: . @@ -70,10 +70,10 @@ Description: conditional and boolean operators with monadic variants (prof) Package: libghc-cond-doc Architecture: all Section: doc -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: conditional and boolean operators with monadic variants (docs) This library provides: . diff --git a/p/haskell-conduit-combinators/debian/control b/p/haskell-conduit-combinators/debian/control index 12dad8660..d77525bc4 100644 --- a/p/haskell-conduit-combinators/debian/control +++ b/p/haskell-conduit-combinators/debian/control @@ -1,86 +1,86 @@ Source: haskell-conduit-combinators -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-base16-bytestring-dev - , libghc-base16-bytestring-prof - , libghc-base64-bytestring-dev (>= 0.1.1.1) - , libghc-base64-bytestring-prof - , libghc-chunked-data-dev - , libghc-chunked-data-prof - , libghc-conduit-dev (>= 1.2.2) - , libghc-conduit-prof - , libghc-conduit-extra-dev (>= 1.1.1) - , libghc-conduit-extra-prof - , libghc-monad-control-dev - , libghc-monad-control-prof - , libghc-mono-traversable-dev (>= 0.4) - , libghc-mono-traversable-prof - , libghc-mwc-random-dev - , libghc-mwc-random-prof - , libghc-primitive-dev - , libghc-primitive-prof - , libghc-resourcet-dev - , libghc-resourcet-prof - , libghc-system-fileio-dev - , libghc-system-fileio-prof - , libghc-system-filepath-dev - , libghc-system-filepath-prof - , libghc-text-dev - , libghc-text-prof - , libghc-transformers-base-dev - , libghc-transformers-base-prof - , libghc-unix-compat-dev - , libghc-unix-compat-prof - , libghc-vector-dev - , libghc-vector-prof - , libghc-void-dev - , libghc-void-prof - , libghc-hspec-dev (>= 1.3) - , libghc-silently-dev - , libghc-mtl-dev - , libghc-safe-dev - , libghc-quickcheck2-dev (>= 2.5) -Build-Depends-Indep: ghc-doc - , libghc-base16-bytestring-doc - , libghc-base64-bytestring-doc - , libghc-chunked-data-doc - , libghc-conduit-doc - , libghc-conduit-extra-doc - , libghc-monad-control-doc - , libghc-mono-traversable-doc - , libghc-mwc-random-doc - , libghc-primitive-doc - , libghc-resourcet-doc - , libghc-system-fileio-doc - , libghc-system-filepath-doc - , libghc-text-doc - , libghc-transformers-base-doc - , libghc-unix-compat-doc - , libghc-vector-doc - , libghc-void-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-base16-bytestring-dev, + libghc-base16-bytestring-prof, + libghc-base64-bytestring-dev (>= 0.1.1.1), + libghc-base64-bytestring-prof, + libghc-chunked-data-dev, + libghc-chunked-data-prof, + libghc-conduit-dev (>= 1.2.2), + libghc-conduit-prof, + libghc-conduit-extra-dev (>= 1.1.1), + libghc-conduit-extra-prof, + libghc-monad-control-dev, + libghc-monad-control-prof, + libghc-mono-traversable-dev (>= 0.4), + libghc-mono-traversable-prof, + libghc-mwc-random-dev, + libghc-mwc-random-prof, + libghc-primitive-dev, + libghc-primitive-prof, + libghc-resourcet-dev, + libghc-resourcet-prof, + libghc-system-fileio-dev, + libghc-system-fileio-prof, + libghc-system-filepath-dev, + libghc-system-filepath-prof, + libghc-text-dev, + libghc-text-prof, + libghc-transformers-base-dev, + libghc-transformers-base-prof, + libghc-unix-compat-dev, + libghc-unix-compat-prof, + libghc-vector-dev, + libghc-vector-prof, + libghc-void-dev, + libghc-void-prof, + libghc-hspec-dev (>= 1.3), + libghc-silently-dev, + libghc-mtl-dev, + libghc-safe-dev, + libghc-quickcheck2-dev (>= 2.5), +Build-Depends-Indep: ghc-doc, + libghc-base16-bytestring-doc, + libghc-base64-bytestring-doc, + libghc-chunked-data-doc, + libghc-conduit-doc, + libghc-conduit-extra-doc, + libghc-monad-control-doc, + libghc-mono-traversable-doc, + libghc-mwc-random-doc, + libghc-primitive-doc, + libghc-resourcet-doc, + libghc-system-fileio-doc, + libghc-system-filepath-doc, + libghc-text-doc, + libghc-transformers-base-doc, + libghc-unix-compat-doc, + libghc-vector-doc, + libghc-void-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/conduit-combinators -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-conduit-combinators Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-conduit-combinators +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-conduit-combinators X-Description: commonly-used conduit functions for chunked/unchunked data This library provides a replacement for Data.Conduit.List, as well as a convenient Conduit module. Package: libghc-conduit-combinators-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -88,22 +88,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-conduit-combinators-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-conduit-combinators-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/haskell-conduit-extra/debian/control b/p/haskell-conduit-extra/debian/control index 160baf133..55160f712 100644 --- a/p/haskell-conduit-extra/debian/control +++ b/p/haskell-conduit-extra/debian/control @@ -1,55 +1,54 @@ Source: haskell-conduit-extra -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-attoparsec-dev (>= 0.10) - , libghc-attoparsec-prof - , libghc-blaze-builder-dev (>= 0.3) - , libghc-blaze-builder-prof - , libghc-conduit-dev (>= 1.1) - , libghc-conduit-dev (<< 1.3) - , libghc-conduit-prof - , libghc-monad-control-dev - , libghc-monad-control-prof - , libghc-network-dev (>= 2.3) - , libghc-network-prof - , libghc-primitive-dev (>= 0.5) - , libghc-primitive-prof - , libghc-resourcet-dev (>= 1.1) - , libghc-resourcet-prof - , libghc-stm-dev - , libghc-stm-prof - , libghc-streaming-commons-dev (>= 0.1.11) - , libghc-streaming-commons-prof - , libghc-text-dev - , libghc-text-prof - , libghc-transformers-base-dev - , libghc-transformers-base-prof -# test suite dependencies - , libghc-hspec-dev (>= 1.3) - , libghc-async-dev -Build-Depends-Indep: ghc-doc - , libghc-attoparsec-doc - , libghc-blaze-builder-doc - , libghc-conduit-doc - , libghc-monad-control-doc - , libghc-network-doc - , libghc-primitive-doc - , libghc-resourcet-doc - , libghc-stm-doc - , libghc-streaming-commons-doc - , libghc-text-doc - , libghc-transformers-base-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-attoparsec-dev (>= 0.10), + libghc-attoparsec-prof, + libghc-blaze-builder-dev (>= 0.3), + libghc-blaze-builder-prof, + libghc-conduit-dev (>= 1.1), + libghc-conduit-dev (<< 1.3), + libghc-conduit-prof, + libghc-monad-control-dev, + libghc-monad-control-prof, + libghc-network-dev (>= 2.3), + libghc-network-prof, + libghc-primitive-dev (>= 0.5), + libghc-primitive-prof, + libghc-resourcet-dev (>= 1.1), + libghc-resourcet-prof, + libghc-stm-dev, + libghc-stm-prof, + libghc-streaming-commons-dev (>= 0.1.11), + libghc-streaming-commons-prof, + libghc-text-dev, + libghc-text-prof, + libghc-transformers-base-dev, + libghc-transformers-base-prof, + libghc-hspec-dev (>= 1.3), + libghc-async-dev, +Build-Depends-Indep: ghc-doc, + libghc-attoparsec-doc, + libghc-blaze-builder-doc, + libghc-conduit-doc, + libghc-monad-control-doc, + libghc-network-doc, + libghc-primitive-doc, + libghc-resourcet-doc, + libghc-stm-doc, + libghc-streaming-commons-doc, + libghc-text-doc, + libghc-transformers-base-doc, Standards-Version: 3.9.6 Homepage: http://hackage.haskell.org/package/conduit-extra -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-conduit-extra Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-conduit-extra +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-conduit-extra X-Description: batteries-included conduit: adapters for common libraries The conduit package itself maintains relative small dependencies. The purpose of this package is to collect commonly used utility functions @@ -59,12 +58,12 @@ X-Description: batteries-included conduit: adapters for common libraries Package: libghc-conduit-extra-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -72,22 +71,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-conduit-extra-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-conduit-extra-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/haskell-conduit/debian/control b/p/haskell-conduit/debian/control index fb13459b5..97c399921 100644 --- a/p/haskell-conduit/debian/control +++ b/p/haskell-conduit/debian/control @@ -1,53 +1,53 @@ Source: haskell-conduit -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-exceptions-dev (>= 0.6) - , libghc-exceptions-prof - , libghc-lifted-base-dev (>= 0.1) - , libghc-lifted-base-prof - , libghc-mmorph-dev - , libghc-mmorph-prof - , libghc-mtl-dev - , libghc-mtl-prof - , libghc-resourcet-dev (>= 1.1) - , libghc-resourcet-dev (<< 1.2) - , libghc-resourcet-prof - , libghc-transformers-base-dev (>= 0.4.1) - , libghc-transformers-base-dev (<< 0.5) - , libghc-transformers-base-prof - , libghc-void-dev (>= 0.5.5) - , libghc-void-prof - , libghc-hspec-dev (>= 1.3) - , libghc-quickcheck2-dev (>= 2.5) - , libghc-safe-dev -Build-Depends-Indep: ghc-doc - , libghc-exceptions-doc - , libghc-lifted-base-doc - , libghc-mmorph-doc - , libghc-mtl-doc - , libghc-resourcet-doc - , libghc-transformers-base-doc - , libghc-void-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-exceptions-dev (>= 0.6), + libghc-exceptions-prof, + libghc-lifted-base-dev (>= 0.1), + libghc-lifted-base-prof, + libghc-mmorph-dev, + libghc-mmorph-prof, + libghc-mtl-dev, + libghc-mtl-prof, + libghc-resourcet-dev (>= 1.1), + libghc-resourcet-dev (<< 1.2), + libghc-resourcet-prof, + libghc-transformers-base-dev (>= 0.4.1), + libghc-transformers-base-dev (<< 0.5), + libghc-transformers-base-prof, + libghc-void-dev (>= 0.5.5), + libghc-void-prof, + libghc-hspec-dev (>= 1.3), + libghc-quickcheck2-dev (>= 2.5), + libghc-safe-dev, +Build-Depends-Indep: ghc-doc, + libghc-exceptions-doc, + libghc-lifted-base-doc, + libghc-mmorph-doc, + libghc-mtl-doc, + libghc-resourcet-doc, + libghc-transformers-base-doc, + libghc-void-doc, Standards-Version: 3.9.6 Homepage: http://hackage.haskell.org/package/conduit -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-conduit Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-conduit +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-conduit Package: libghc-conduit-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: streaming data processing library${haskell:ShortBlurb} Conduits are an approach to the streaming data problem. It is meant as an alternative to enumerators/iterators, hoping to address the same issues with @@ -58,11 +58,11 @@ Description: streaming data processing library${haskell:ShortBlurb} Package: libghc-conduit-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: streaming data processing library${haskell:ShortBlurb} Conduits are an approach to the streaming data problem. It is meant as an alternative to enumerators/iterators, hoping to address the same issues with @@ -72,11 +72,12 @@ Description: streaming data processing library${haskell:ShortBlurb} ${haskell:Blurb} Package: libghc-conduit-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: streaming data processing library${haskell:ShortBlurb} Conduits are an approach to the streaming data problem. It is meant as an alternative to enumerators/iterators, hoping to address the same issues with diff --git a/p/haskell-config-value/debian/control b/p/haskell-config-value/debian/control index d33d9b3ae..f0b222478 100644 --- a/p/haskell-config-value/debian/control +++ b/p/haskell-config-value/debian/control @@ -1,24 +1,24 @@ Source: haskell-config-value -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.8.15) - , ghc - , ghc-prof - , libghc-text-dev (>= 0.1) - , libghc-text-dev (<< 1.3) - , libghc-text-prof - , alex - , happy -Build-Depends-Indep: ghc-doc - , libghc-text-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.8.15), + ghc, + ghc-prof, + libghc-text-dev (>= 0.1), + libghc-text-dev (<< 1.3), + libghc-text-prof, + alex, + happy, +Build-Depends-Indep: ghc-doc, + libghc-text-doc, Standards-Version: 3.9.6 Homepage: http://hackage.haskell.org/package/config-value -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-config-value Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-config-value +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-config-value X-Description: simple, layout-based value language similar to YAML/JSON This package implments a language similar to YAML or JSON but with fewer special cases and fewer dependencies. It emphasizes layout @@ -26,12 +26,12 @@ X-Description: simple, layout-based value language similar to YAML/JSON Package: libghc-config-value-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -39,22 +39,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-config-value-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-config-value-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/haskell-configfile/debian/control b/p/haskell-configfile/debian/control index 8c9228efd..8433985ae 100644 --- a/p/haskell-configfile/debian/control +++ b/p/haskell-configfile/debian/control @@ -1,35 +1,37 @@ Source: haskell-configfile -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: John Goerzen <jgoerzen@complete.org> -Build-Depends: debhelper (>= 9) - , cdbs - , ghc - , haskell-devscripts (>= 0.9) - , cpphs - , libghc-missingh-dev (>> 1.0.0) - , libghc-regex-compat-dev - , libghc-mtl-dev - , ghc-prof - , libghc-missingh-prof - , libghc-regex-compat-prof - , libghc-mtl-prof -Build-Depends-Indep: ghc-doc - , libghc-missingh-doc - , libghc-regex-compat-doc - , libghc-mtl-doc -Standards-Version: 3.9.4 +Priority: extra Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + ghc, + haskell-devscripts (>= 0.9), + cpphs, + libghc-missingh-dev (>> 1.0.0), + libghc-regex-compat-dev, + libghc-mtl-dev, + ghc-prof, + libghc-missingh-prof, + libghc-regex-compat-prof, + libghc-mtl-prof, +Build-Depends-Indep: ghc-doc, + libghc-missingh-doc, + libghc-regex-compat-doc, + libghc-mtl-doc, +Standards-Version: 3.9.4 Homepage: http://software.complete.org/configfile -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-configfile Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-configfile +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-configfile Package: libghc-configfile-dev Architecture: any -Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${misc:Depends}, + ${haskell:Depends}, + ${shlibs:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: Parser and writer for sectioned config files in Haskell${haskell:ShortBlurb} The ConfigFile module works with configuration files in a standard format that is easy for the user to edit, easy for the programmer @@ -46,10 +48,12 @@ Description: Parser and writer for sectioned config files in Haskell${haskell:Sh Package: libghc-configfile-prof Architecture: any -Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${misc:Depends}, + ${haskell:Depends}, + ${shlibs:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: Parser and writer for sectioned config files in Haskell${haskell:ShortBlurb} The ConfigFile module works with configuration files in a standard format that is easy for the user to edit, easy for the programmer @@ -67,13 +71,14 @@ Description: Parser and writer for sectioned config files in Haskell${haskell:Sh ${haskell:Blurb} Package: libghc-configfile-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Suggests: ${haskell:Suggests} -Recommends: ${haskell:Recommends} -Breaks: configfile-doc (<< 1.0.6-2) -Replaces: configfile-doc (<< 1.0.6-2) +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Breaks: configfile-doc (<< 1.0.6-2), +Replaces: configfile-doc (<< 1.0.6-2), Description: Parser and writer for sectioned config files in Haskell${haskell:ShortBlurb} The ConfigFile module works with configuration files in a standard format that is easy for the user to edit, easy for the programmer @@ -87,4 +92,3 @@ Description: Parser and writer for sectioned config files in Haskell${haskell:Sh the Unix shell, and make. . ${haskell:Blurb} - diff --git a/p/haskell-configurator/debian/control b/p/haskell-configurator/debian/control index e3f682afc..548a00018 100644 --- a/p/haskell-configurator/debian/control +++ b/p/haskell-configurator/debian/control @@ -1,29 +1,29 @@ Source: haskell-configurator -Priority: extra -Section: haskell Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , haskell-devscripts (>= 0.9) - , cdbs - , ghc - , ghc-prof - , libghc-attoparsec-dev (>> 0.10.0.2) - , libghc-attoparsec-prof - , libghc-hashable-dev - , libghc-hashable-prof - , libghc-text-dev (>> 0.11.1.0) - , libghc-text-prof - , libghc-unix-compat-dev - , libghc-unix-compat-prof - , libghc-unordered-containers-dev - , libghc-unordered-containers-prof -Build-Depends-Indep: ghc-doc - , libghc-attoparsec-doc - , libghc-hashable-doc - , libghc-text-doc - , libghc-unix-compat-doc - , libghc-unordered-containers-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + haskell-devscripts (>= 0.9), + cdbs, + ghc, + ghc-prof, + libghc-attoparsec-dev (>> 0.10.0.2), + libghc-attoparsec-prof, + libghc-hashable-dev, + libghc-hashable-prof, + libghc-text-dev (>> 0.11.1.0), + libghc-text-prof, + libghc-unix-compat-dev, + libghc-unix-compat-prof, + libghc-unordered-containers-dev, + libghc-unordered-containers-prof, +Build-Depends-Indep: ghc-doc, + libghc-attoparsec-doc, + libghc-hashable-doc, + libghc-text-doc, + libghc-unix-compat-doc, + libghc-unordered-containers-doc, Standards-Version: 3.9.4 Homepage: http://github.com/bos/configurator Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-configurator @@ -32,11 +32,11 @@ Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-configurator Package: libghc-configurator-dev Architecture: any Depends: ${shlibs:Depends}, - ${haskell:Depends}, - ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} + ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: dynamic config file reloading A configuration management library for programs and daemons. . @@ -62,10 +62,10 @@ Description: dynamic config file reloading Package: libghc-configurator-prof Architecture: any Depends: ${haskell:Depends}, - ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: dynamic config file reloading; profiling libraries A configuration management library for programs and daemons. . @@ -92,9 +92,9 @@ Package: libghc-configurator-doc Architecture: all Section: doc Depends: ${haskell:Depends}, - ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: dynamic config file reloading; documentation A configuration management library for programs and daemons. . diff --git a/p/haskell-connection/debian/control b/p/haskell-connection/debian/control index 66596f558..c84f7a6a6 100644 --- a/p/haskell-connection/debian/control +++ b/p/haskell-connection/debian/control @@ -1,51 +1,51 @@ Source: haskell-connection -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-byteable-dev - , libghc-byteable-prof - , libghc-crypto-random-dev - , libghc-crypto-random-prof - , libghc-data-default-class-dev - , libghc-data-default-class-prof - , libghc-network-dev (>= 2.3) - , libghc-network-prof - , libghc-socks-dev (>= 0.4) - , libghc-socks-prof - , libghc-securemem-dev - , libghc-securemem-prof - , libghc-tls-dev (>= 1.2) - , libghc-tls-prof - , libghc-x509-dev (>= 1.4) - , libghc-x509-prof - , libghc-x509-store-dev (>= 1.4) - , libghc-x509-store-prof - , libghc-x509-system-dev (>= 1.4) - , libghc-x509-system-prof - , libghc-x509-validation-dev (>= 1.5) - , libghc-x509-validation-prof -Build-Depends-Indep: ghc-doc - , libghc-byteable-doc - , libghc-crypto-random-doc - , libghc-data-default-class-doc - , libghc-network-doc - , libghc-socks-doc - , libghc-securemem-doc - , libghc-tls-doc - , libghc-x509-doc - , libghc-x509-store-doc - , libghc-x509-system-doc - , libghc-x509-validation-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-byteable-dev, + libghc-byteable-prof, + libghc-crypto-random-dev, + libghc-crypto-random-prof, + libghc-data-default-class-dev, + libghc-data-default-class-prof, + libghc-network-dev (>= 2.3), + libghc-network-prof, + libghc-socks-dev (>= 0.4), + libghc-socks-prof, + libghc-securemem-dev, + libghc-securemem-prof, + libghc-tls-dev (>= 1.2), + libghc-tls-prof, + libghc-x509-dev (>= 1.4), + libghc-x509-prof, + libghc-x509-store-dev (>= 1.4), + libghc-x509-store-prof, + libghc-x509-system-dev (>= 1.4), + libghc-x509-system-prof, + libghc-x509-validation-dev (>= 1.5), + libghc-x509-validation-prof, +Build-Depends-Indep: ghc-doc, + libghc-byteable-doc, + libghc-crypto-random-doc, + libghc-data-default-class-doc, + libghc-network-doc, + libghc-socks-doc, + libghc-securemem-doc, + libghc-tls-doc, + libghc-x509-doc, + libghc-x509-store-doc, + libghc-x509-system-doc, + libghc-x509-validation-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/connection -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-connection Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-connection +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-connection X-Description: simple and easy network connections API Simple network library for all your connection needs. This library provides a very simple API to create sockets to a destination with @@ -53,12 +53,12 @@ X-Description: simple and easy network connections API Package: libghc-connection-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -66,22 +66,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-connection-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-connection-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/haskell-control-monad-free/debian/control b/p/haskell-control-monad-free/debian/control index bf31f2c5d..1bd287616 100644 --- a/p/haskell-control-monad-free/debian/control +++ b/p/haskell-control-monad-free/debian/control @@ -1,21 +1,21 @@ Source: haskell-control-monad-free -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Joachim Breitner <nomeata@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-prelude-extras-dev - , libghc-prelude-extras-prof -Build-Depends-Indep: ghc-doc - , libghc-prelude-extras-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-prelude-extras-dev, + libghc-prelude-extras-prof, +Build-Depends-Indep: ghc-doc, + libghc-prelude-extras-doc, Standards-Version: 3.9.2 Homepage: http://hackage.haskell.org/package/control-monad-free -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-control-monad-free Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-control-monad-free +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-control-monad-free X-Description: free monads This package provides datatypes to construct Free monads, Free monad transformers, and useful instances. In addition it provides the constructs to @@ -25,12 +25,12 @@ X-Description: free monads Package: libghc-control-monad-free-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -38,22 +38,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-control-monad-free-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-control-monad-free-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/haskell-control-monad-loop/debian/control b/p/haskell-control-monad-loop/debian/control index 6ce47d80b..2d349a170 100644 --- a/p/haskell-control-monad-loop/debian/control +++ b/p/haskell-control-monad-loop/debian/control @@ -1,30 +1,30 @@ Source: haskell-control-monad-loop -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-transformers-base-dev - , libghc-transformers-base-prof -Build-Depends-Indep: ghc-doc - , libghc-transformers-base-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-transformers-base-dev, + libghc-transformers-base-prof, +Build-Depends-Indep: ghc-doc, + libghc-transformers-base-doc, Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/control-monad-loop -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-control-monad-loop Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-control-monad-loop +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-control-monad-loop Package: libghc-control-monad-loop-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: simple monad transformer for imperative-style loops${haskell:ShortBlurb} control-monad-loop is a library of looping constructs with continue and exit control flow statements. @@ -33,11 +33,11 @@ Description: simple monad transformer for imperative-style loops${haskell:ShortB Package: libghc-control-monad-loop-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: simple monad transformer for imperative-style loops${haskell:ShortBlurb} control-monad-loop is a library of looping constructs with continue and exit control flow statements. @@ -45,11 +45,12 @@ Description: simple monad transformer for imperative-style loops${haskell:ShortB ${haskell:Blurb} Package: libghc-control-monad-loop-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: simple monad transformer for imperative-style loops${haskell:ShortBlurb} control-monad-loop is a library of looping constructs with continue and exit control flow statements. diff --git a/p/haskell-convertible/debian/control b/p/haskell-convertible/debian/control index 7026d2eef..59b2472ca 100644 --- a/p/haskell-convertible/debian/control +++ b/p/haskell-convertible/debian/control @@ -1,36 +1,38 @@ Source: haskell-convertible -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: John Goerzen <jgoerzen@complete.org>, Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haddock - , hscolour - , haskell-devscripts (>= 0.9) - , ghc - , cpphs - , libghc-mtl-dev - , libghc-mtl-prof - , libghc-time-dev - , libghc-time-prof - , libghc-text-dev (>= 0.8) - , libghc-text-prof -Build-Depends-Indep: ghc-doc - , libghc-mtl-doc - , libghc-time-doc - , libghc-text-doc -Standards-Version: 3.9.5 +Priority: extra Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haddock, + hscolour, + haskell-devscripts (>= 0.9), + ghc, + cpphs, + libghc-mtl-dev, + libghc-mtl-prof, + libghc-time-dev, + libghc-time-prof, + libghc-text-dev (>= 0.8), + libghc-text-prof, +Build-Depends-Indep: ghc-doc, + libghc-mtl-doc, + libghc-time-doc, + libghc-text-doc, +Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/convertible -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-convertible Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-convertible +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-convertible Package: libghc-convertible-dev Architecture: any -Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends} -Suggests: ${haskell:Suggests} -Recommends: ${haskell:Recommends} -Provides: ${haskell:Provides} +Depends: ${misc:Depends}, + ${haskell:Depends}, + ${shlibs:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: Typeclasses and instances for converting between types, GHC package convertible provides a typeclass with a single function that is designed to help convert between different types: numeric @@ -55,10 +57,11 @@ Description: Typeclasses and instances for converting between types, GHC package Package: libghc-convertible-prof Architecture: any -Depends: ${misc:Depends}, ${haskell:Depends} -Suggests: ${haskell:Suggests} -Recommends: ${haskell:Recommends} -Provides: ${haskell:Provides} +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: Typeclasses and instances for converting between types, GHC profiling package convertible provides a typeclass with a single function that is designed to help convert between different types: numeric @@ -82,14 +85,15 @@ Description: Typeclasses and instances for converting between types, GHC profili on GHC and Hugs. Package: libghc-convertible-doc -Replaces: haskell-convertible-doc (<< 1.0.9-2) -Conflicts: haskell-convertible-doc (<< 1.0.9-2) -Provides: haskell-convertible-doc -Section: doc Architecture: all -Depends: ${haskell:Depends}, ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Conflicts: haskell-convertible-doc (<< 1.0.9-2), +Provides: haskell-convertible-doc, +Replaces: haskell-convertible-doc (<< 1.0.9-2), Description: Typeclasses and instances for converting between types, documentation convertible provides a typeclass with a single function that is designed to help convert between different types: numeric diff --git a/p/haskell-cookie/debian/control b/p/haskell-cookie/debian/control index 53a3948e4..a40970714 100644 --- a/p/haskell-cookie/debian/control +++ b/p/haskell-cookie/debian/control @@ -1,36 +1,36 @@ Source: haskell-cookie -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-blaze-builder-dev (>= 0.2.1) - , libghc-blaze-builder-prof - , libghc-data-default-class-dev - , libghc-data-default-class-prof - , libghc-text-dev (>= 0.7) - , libghc-text-prof -Build-Depends-Indep: ghc-doc - , libghc-blaze-builder-doc - , libghc-data-default-class-doc - , libghc-text-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-blaze-builder-dev (>= 0.2.1), + libghc-blaze-builder-prof, + libghc-data-default-class-dev, + libghc-data-default-class-prof, + libghc-text-dev (>= 0.7), + libghc-text-prof, +Build-Depends-Indep: ghc-doc, + libghc-blaze-builder-doc, + libghc-data-default-class-doc, + libghc-text-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/cookie -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cookie Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-cookie +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cookie Package: libghc-cookie-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: HTTP cookie-parsing and rendering library${haskell:ShortBlurb} It contains Web.Cookie. . @@ -38,22 +38,23 @@ Description: HTTP cookie-parsing and rendering library${haskell:ShortBlurb} Package: libghc-cookie-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: HTTP cookie-parsing and rendering library${haskell:ShortBlurb} It contains Web.Cookie. . ${haskell:Blurb} Package: libghc-cookie-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: HTTP cookie-parsing and rendering library${haskell:ShortBlurb} It contains Web.Cookie. . diff --git a/p/haskell-cprng-aes/debian/control b/p/haskell-cprng-aes/debian/control index 6a3a61741..331541ec6 100644 --- a/p/haskell-cprng-aes/debian/control +++ b/p/haskell-cprng-aes/debian/control @@ -1,38 +1,38 @@ Source: haskell-cprng-aes -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-byteable-dev - , libghc-byteable-prof - , libghc-crypto-random-dev (>> 0.0.7) - , libghc-crypto-random-dev (<< 0.1) - , libghc-crypto-random-prof - , libghc-cipher-aes-dev (>> 0.2.9) - , libghc-cipher-aes-dev (<< 0.3) - , libghc-cipher-aes-prof -Build-Depends-Indep: ghc-doc - , libghc-byteable-doc - , libghc-crypto-random-doc - , libghc-cipher-aes-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-byteable-dev, + libghc-byteable-prof, + libghc-crypto-random-dev (>> 0.0.7), + libghc-crypto-random-dev (<< 0.1), + libghc-crypto-random-prof, + libghc-cipher-aes-dev (>> 0.2.9), + libghc-cipher-aes-dev (<< 0.3), + libghc-cipher-aes-prof, +Build-Depends-Indep: ghc-doc, + libghc-byteable-doc, + libghc-crypto-random-doc, + libghc-cipher-aes-doc, Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/cprng-aes -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cprng-aes Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-cprng-aes +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cprng-aes Package: libghc-cprng-aes-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: pseudo-random number generator using AES in counter mode${haskell:ShortBlurb} It contains a simple crypto pseudo-random-number-generator with really good randomness property. @@ -54,11 +54,11 @@ Description: pseudo-random number generator using AES in counter mode${haskell:S Package: libghc-cprng-aes-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: pseudo-random number generator using AES in counter mode${haskell:ShortBlurb} It contains a simple crypto pseudo-random-number-generator with really good randomness property. @@ -79,11 +79,12 @@ Description: pseudo-random number generator using AES in counter mode${haskell:S ${haskell:Blurb} Package: libghc-cprng-aes-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: pseudo-random number generator using AES in counter mode${haskell:ShortBlurb} It contains a simple crypto pseudo-random-number-generator with really good randomness property. diff --git a/p/haskell-cpu/debian/control b/p/haskell-cpu/debian/control index 043a566f1..4eb977bf1 100644 --- a/p/haskell-cpu/debian/control +++ b/p/haskell-cpu/debian/control @@ -1,27 +1,27 @@ Source: haskell-cpu -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof -Build-Depends-Indep: ghc-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, +Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/cpu -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cpu Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-cpu +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cpu Package: libghc-cpu-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: low-level routines to get basic properties of the platform${haskell:ShortBlurb} It contains low-level routines to get basic properties of the platform, such as endianness and architecture. @@ -30,11 +30,11 @@ Description: low-level routines to get basic properties of the platform${haskell Package: libghc-cpu-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: low-level routines to get basic properties of the platform${haskell:ShortBlurb} It contains low-level routines to get basic properties of the platform, such as endianness and architecture. @@ -42,11 +42,12 @@ Description: low-level routines to get basic properties of the platform${haskell ${haskell:Blurb} Package: libghc-cpu-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: low-level routines to get basic properties of the platform${haskell:ShortBlurb} It contains low-level routines to get basic properties of the platform, such as endianness and architecture. diff --git a/p/haskell-criterion/debian/control b/p/haskell-criterion/debian/control index b1a79bb63..a3b333885 100644 --- a/p/haskell-criterion/debian/control +++ b/p/haskell-criterion/debian/control @@ -1,69 +1,68 @@ Source: haskell-criterion -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> -Uploaders: Marco Túlio Gontijo e Silva <marcot@debian.org>, Iulian Udrea <iulian@linux.com> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-aeson-dev (>= 0.8) - , libghc-aeson-prof - , libghc-ansi-wl-pprint-dev (>= 0.6.7.2) - , libghc-ansi-wl-pprint-prof - , libghc-cassava-dev (>= 0.3.0.0) - , libghc-cassava-prof - , libghc-glob-dev (>= 0.7.2) - , libghc-glob-prof - , libghc-hastache-dev (>= 0.6.0) - , libghc-hastache-prof - , libghc-mtl-dev (>= 2) - , libghc-mtl-prof - , libghc-mwc-random-dev (>= 0.8.0.3) - , libghc-mwc-random-prof - , libghc-optparse-applicative-dev (>= 0.11) - , libghc-optparse-applicative-prof - , libghc-parsec3-dev (>= 3.1.0) - , libghc-parsec3-prof - , libghc-statistics-dev (>= 0.11) - , libghc-statistics-prof - , libghc-text-dev (>= 0.11) - , libghc-text-prof - , libghc-transformers-compat-dev (>= 0.4) - , libghc-transformers-compat-prof - , libghc-vector-dev (>= 0.7.1) - , libghc-vector-prof - , libghc-vector-algorithms-dev (>= 0.4) - , libghc-vector-algorithms-prof -Build-Depends-Indep: ghc-doc - , libghc-aeson-doc - , libghc-ansi-wl-pprint-doc - , libghc-cassava-doc - , libghc-glob-doc - , libghc-hastache-doc - , libghc-mtl-doc - , libghc-mwc-random-doc - , libghc-optparse-applicative-doc - , libghc-parsec3-doc - , libghc-statistics-doc - , libghc-text-doc - , libghc-transformers-compat-doc - , libghc-vector-doc - , libghc-vector-algorithms-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-aeson-dev (>= 0.8), + libghc-aeson-prof, + libghc-ansi-wl-pprint-dev (>= 0.6.7.2), + libghc-ansi-wl-pprint-prof, + libghc-cassava-dev (>= 0.3.0.0), + libghc-cassava-prof, + libghc-glob-dev (>= 0.7.2), + libghc-glob-prof, + libghc-hastache-dev (>= 0.6.0), + libghc-hastache-prof, + libghc-mtl-dev (>= 2), + libghc-mtl-prof, + libghc-mwc-random-dev (>= 0.8.0.3), + libghc-mwc-random-prof, + libghc-optparse-applicative-dev (>= 0.11), + libghc-optparse-applicative-prof, + libghc-parsec3-dev (>= 3.1.0), + libghc-parsec3-prof, + libghc-statistics-dev (>= 0.11), + libghc-statistics-prof, + libghc-text-dev (>= 0.11), + libghc-text-prof, + libghc-transformers-compat-dev (>= 0.4), + libghc-transformers-compat-prof, + libghc-vector-dev (>= 0.7.1), + libghc-vector-prof, + libghc-vector-algorithms-dev (>= 0.4), + libghc-vector-algorithms-prof, +Build-Depends-Indep: ghc-doc, + libghc-aeson-doc, + libghc-ansi-wl-pprint-doc, + libghc-cassava-doc, + libghc-glob-doc, + libghc-hastache-doc, + libghc-mtl-doc, + libghc-mwc-random-doc, + libghc-optparse-applicative-doc, + libghc-parsec3-doc, + libghc-statistics-doc, + libghc-text-doc, + libghc-transformers-compat-doc, + libghc-vector-doc, + libghc-vector-algorithms-doc, Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/criterion -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-criterion Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-criterion +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-criterion Package: libghc-criterion-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: Robust, reliable performance measurement and analysis${haskell:ShortBlurb} This library provides a powerful but simple way to measure the performance of Haskell code. It provides both a framework for executing and analysing @@ -77,12 +76,12 @@ Description: Robust, reliable performance measurement and analysis${haskell:Shor Package: libghc-criterion-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: Robust, reliable performance measurement and analysis${haskell:ShortBlurb} This library provides a powerful but simple way to measure the performance of Haskell code. It provides both a framework for executing and analysing @@ -95,11 +94,12 @@ Description: Robust, reliable performance measurement and analysis${haskell:Shor ${haskell:Blurb} Package: libghc-criterion-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: Robust, reliable performance measurement and analysis${haskell:ShortBlurb} This library provides a powerful but simple way to measure the performance of Haskell code. It provides both a framework for executing and analysing diff --git a/p/haskell-criterion/debian/libghc-criterion-dev.install b/p/haskell-criterion/debian/libghc-criterion-dev.install index 9837224f9..8794c03a0 100644 --- a/p/haskell-criterion/debian/libghc-criterion-dev.install +++ b/p/haskell-criterion/debian/libghc-criterion-dev.install @@ -1 +1 @@ -templates /usr/share/criterion +templates /usr/share/criterion diff --git a/p/haskell-crypto-api/debian/control b/p/haskell-crypto-api/debian/control index 608201a99..17c5bff04 100644 --- a/p/haskell-crypto-api/debian/control +++ b/p/haskell-crypto-api/debian/control @@ -1,36 +1,36 @@ Source: haskell-crypto-api -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-cereal-dev (>= 0.2) - , libghc-cereal-prof - , libghc-entropy-dev - , libghc-entropy-prof - , libghc-tagged-dev (>= 0.1) - , libghc-tagged-prof -Build-Depends-Indep: ghc-doc - , libghc-cereal-doc - , libghc-entropy-doc - , libghc-tagged-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-cereal-dev (>= 0.2), + libghc-cereal-prof, + libghc-entropy-dev, + libghc-entropy-prof, + libghc-tagged-dev (>= 0.1), + libghc-tagged-prof, +Build-Depends-Indep: ghc-doc, + libghc-cereal-doc, + libghc-entropy-doc, + libghc-tagged-doc, Standards-Version: 3.9.6 Homepage: http://hackage.haskell.org/package/crypto-api -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-crypto-api Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-crypto-api +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-crypto-api Package: libghc-crypto-api-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: generic interface for cryptographic operations${haskell:ShortBlurb} A generic interface for cryptographic operations, platform independent quality RNG, property tests and known-answer tests (KATs) for common @@ -45,11 +45,11 @@ Description: generic interface for cryptographic operations${haskell:ShortBlurb} Package: libghc-crypto-api-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: generic interface for cryptographic operations${haskell:ShortBlurb} A generic interface for cryptographic operations, platform independent quality RNG, property tests and known-answer tests (KATs) for common @@ -63,11 +63,12 @@ Description: generic interface for cryptographic operations${haskell:ShortBlurb} ${haskell:Blurb} Package: libghc-crypto-api-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: generic interface for cryptographic operations${haskell:ShortBlurb} A generic interface for cryptographic operations, platform independent quality RNG, property tests and known-answer tests (KATs) for common @@ -79,5 +80,3 @@ Description: generic interface for cryptographic operations${haskell:ShortBlurb} algorithm (ex: padding) is within scope of this package. . ${haskell:Blurb} - - diff --git a/p/haskell-crypto-cipher-tests/debian/control b/p/haskell-crypto-cipher-tests/debian/control index 824fe7391..976f9ef40 100644 --- a/p/haskell-crypto-cipher-tests/debian/control +++ b/p/haskell-crypto-cipher-tests/debian/control @@ -1,48 +1,48 @@ Source: haskell-crypto-cipher-tests -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Joachim Breitner <nomeata@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-quickcheck2-dev (>> 2) - , libghc-quickcheck2-prof - , libghc-mtl-dev - , libghc-mtl-prof - , libghc-hunit-dev - , libghc-hunit-prof - , libghc-test-framework-dev - , libghc-test-framework-prof - , libghc-test-framework-quickcheck2-dev - , libghc-test-framework-quickcheck2-prof - , libghc-test-framework-hunit-dev - , libghc-test-framework-hunit-prof - , libghc-byteable-dev (>= 0.1.1) - , libghc-byteable-dev (<< 0.2) - , libghc-byteable-prof - , libghc-securemem-dev (>= 0.1.1) - , libghc-securemem-dev (<< 0.2) - , libghc-securemem-prof - , libghc-crypto-cipher-types-dev (>= 0.0.8) - , libghc-crypto-cipher-types-dev (<< 0.1) - , libghc-crypto-cipher-types-prof -Build-Depends-Indep: ghc-doc - , libghc-quickcheck2-doc - , libghc-mtl-doc - , libghc-hunit-doc - , libghc-test-framework-doc - , libghc-test-framework-quickcheck2-doc - , libghc-test-framework-hunit-doc - , libghc-byteable-doc - , libghc-securemem-doc - , libghc-crypto-cipher-types-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-quickcheck2-dev (>> 2), + libghc-quickcheck2-prof, + libghc-mtl-dev, + libghc-mtl-prof, + libghc-hunit-dev, + libghc-hunit-prof, + libghc-test-framework-dev, + libghc-test-framework-prof, + libghc-test-framework-quickcheck2-dev, + libghc-test-framework-quickcheck2-prof, + libghc-test-framework-hunit-dev, + libghc-test-framework-hunit-prof, + libghc-byteable-dev (>= 0.1.1), + libghc-byteable-dev (<< 0.2), + libghc-byteable-prof, + libghc-securemem-dev (>= 0.1.1), + libghc-securemem-dev (<< 0.2), + libghc-securemem-prof, + libghc-crypto-cipher-types-dev (>= 0.0.8), + libghc-crypto-cipher-types-dev (<< 0.1), + libghc-crypto-cipher-types-prof, +Build-Depends-Indep: ghc-doc, + libghc-quickcheck2-doc, + libghc-mtl-doc, + libghc-hunit-doc, + libghc-test-framework-doc, + libghc-test-framework-quickcheck2-doc, + libghc-test-framework-hunit-doc, + libghc-byteable-doc, + libghc-securemem-doc, + libghc-crypto-cipher-types-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/crypto-cipher-tests -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-crypto-cipher-tests Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-crypto-cipher-tests +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-crypto-cipher-tests X-Description: Generic cryptography cipher tests This libraries contains generic tests for cryptographic ciphers, and is used by the test runners of various Haskell implementations of cryptographic @@ -50,12 +50,12 @@ X-Description: Generic cryptography cipher tests Package: libghc-crypto-cipher-tests-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -63,22 +63,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-crypto-cipher-tests-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-crypto-cipher-tests-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/haskell-crypto-cipher-types/debian/control b/p/haskell-crypto-cipher-types/debian/control index 9d9e93799..a19574649 100644 --- a/p/haskell-crypto-cipher-types/debian/control +++ b/p/haskell-crypto-cipher-types/debian/control @@ -1,35 +1,35 @@ Source: haskell-crypto-cipher-types -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-byteable-dev (>> 0.1.1) - , libghc-byteable-prof - , libghc-securemem-dev (>> 0.1.1) - , libghc-securemem-prof -Build-Depends-Indep: ghc-doc - , libghc-byteable-doc - , libghc-securemem-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-byteable-dev (>> 0.1.1), + libghc-byteable-prof, + libghc-securemem-dev (>> 0.1.1), + libghc-securemem-prof, +Build-Depends-Indep: ghc-doc, + libghc-byteable-doc, + libghc-securemem-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/crypto-cipher-types -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-crypto-cipher-types Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-crypto-cipher-types +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-crypto-cipher-types X-Description: generic cryptographic cipher types Basic typeclasses and types for symmetric ciphers. Package: libghc-crypto-cipher-types-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -37,22 +37,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-crypto-cipher-types-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-crypto-cipher-types-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/haskell-crypto-numbers/debian/control b/p/haskell-crypto-numbers/debian/control index e14e6a4e2..b084a0d3f 100644 --- a/p/haskell-crypto-numbers/debian/control +++ b/p/haskell-crypto-numbers/debian/control @@ -1,38 +1,38 @@ Source: haskell-crypto-numbers -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-crypto-random-dev (>> 0.0) - , libghc-crypto-random-dev (<< 0.1) - , libghc-crypto-random-prof - , libghc-vector-dev - , libghc-vector-prof - , libghc-byteable-dev - , libghc-tasty-dev - , libghc-tasty-quickcheck-dev - , libghc-tasty-hunit-dev -Build-Depends-Indep: ghc-doc - , libghc-crypto-random-doc - , libghc-vector-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-crypto-random-dev (>> 0.0), + libghc-crypto-random-dev (<< 0.1), + libghc-crypto-random-prof, + libghc-vector-dev, + libghc-vector-prof, + libghc-byteable-dev, + libghc-tasty-dev, + libghc-tasty-quickcheck-dev, + libghc-tasty-hunit-dev, +Build-Depends-Indep: ghc-doc, + libghc-crypto-random-doc, + libghc-vector-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/crypto-numbers -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-crypto-numbers Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-crypto-numbers +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-crypto-numbers Package: libghc-crypto-numbers-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: cryptographic numbers: functions and algorithms${haskell:ShortBlurb} This provides various functions useful to manipulate numbers in a cryptographic context. @@ -41,11 +41,11 @@ Description: cryptographic numbers: functions and algorithms${haskell:ShortBlurb Package: libghc-crypto-numbers-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: cryptographic numbers: functions and algorithms${haskell:ShortBlurb} This provides various functions useful to manipulate numbers in a cryptographic context. @@ -53,11 +53,12 @@ Description: cryptographic numbers: functions and algorithms${haskell:ShortBlurb ${haskell:Blurb} Package: libghc-crypto-numbers-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: cryptographic numbers: functions and algorithms${haskell:ShortBlurb} This provides various functions useful to manipulate numbers in a cryptographic context. diff --git a/p/haskell-crypto-pubkey-openssh/debian/control b/p/haskell-crypto-pubkey-openssh/debian/control index 613275ff7..8f9286dd5 100644 --- a/p/haskell-crypto-pubkey-openssh/debian/control +++ b/p/haskell-crypto-pubkey-openssh/debian/control @@ -1,54 +1,54 @@ Source: haskell-crypto-pubkey-openssh -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-asn1-encoding-dev - , libghc-asn1-encoding-prof - , libghc-asn1-types-dev - , libghc-asn1-types-prof - , libghc-attoparsec-dev - , libghc-attoparsec-prof - , libghc-base64-bytestring-dev - , libghc-base64-bytestring-prof - , libghc-cereal-dev - , libghc-cereal-prof - , libghc-crypto-pubkey-types-dev - , libghc-crypto-pubkey-types-prof - , libghc-pem-dev - , libghc-pem-prof - , libghc-tasty-dev - , libghc-tasty-quickcheck-dev - , libghc-quickcheck2-dev - , libghc-temporary-dev -Build-Depends-Indep: ghc-doc - , libghc-asn1-encoding-doc - , libghc-asn1-types-doc - , libghc-attoparsec-doc - , libghc-base64-bytestring-doc - , libghc-cereal-doc - , libghc-crypto-pubkey-types-doc - , libghc-pem-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-asn1-encoding-dev, + libghc-asn1-encoding-prof, + libghc-asn1-types-dev, + libghc-asn1-types-prof, + libghc-attoparsec-dev, + libghc-attoparsec-prof, + libghc-base64-bytestring-dev, + libghc-base64-bytestring-prof, + libghc-cereal-dev, + libghc-cereal-prof, + libghc-crypto-pubkey-types-dev, + libghc-crypto-pubkey-types-prof, + libghc-pem-dev, + libghc-pem-prof, + libghc-tasty-dev, + libghc-tasty-quickcheck-dev, + libghc-quickcheck2-dev, + libghc-temporary-dev, +Build-Depends-Indep: ghc-doc, + libghc-asn1-encoding-doc, + libghc-asn1-types-doc, + libghc-attoparsec-doc, + libghc-base64-bytestring-doc, + libghc-cereal-doc, + libghc-crypto-pubkey-types-doc, + libghc-pem-doc, Standards-Version: 3.9.6 Homepage: http://hackage.haskell.org/package/crypto-pubkey-openssh -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-crypto-pubkey-openssh Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-crypto-pubkey-openssh +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-crypto-pubkey-openssh X-Description: OpenSSH key codec This encodes and decodes OpenSSH public and private keys. Package: libghc-crypto-pubkey-openssh-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -56,22 +56,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-crypto-pubkey-openssh-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-crypto-pubkey-openssh-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/haskell-crypto-pubkey-types/debian/control b/p/haskell-crypto-pubkey-types/debian/control index 69a213413..428f3f1cf 100644 --- a/p/haskell-crypto-pubkey-types/debian/control +++ b/p/haskell-crypto-pubkey-types/debian/control @@ -1,36 +1,36 @@ Source: haskell-crypto-pubkey-types -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-asn1-types-dev (>= 0.1) - , libghc-asn1-types-dev (<< 0.4) - , libghc-asn1-types-prof - , libghc-asn1-encoding-dev - , libghc-asn1-encoding-prof -Build-Depends-Indep: ghc-doc - , libghc-asn1-types-doc - , libghc-asn1-encoding-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-asn1-types-dev (>= 0.1), + libghc-asn1-types-dev (<< 0.4), + libghc-asn1-types-prof, + libghc-asn1-encoding-dev, + libghc-asn1-encoding-prof, +Build-Depends-Indep: ghc-doc, + libghc-asn1-types-doc, + libghc-asn1-encoding-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/crypto-pubkey-types -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-crypto-pubkey-types Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-crypto-pubkey-types +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-crypto-pubkey-types X-Description: generic public-key algorithm types It defines generic public-key algorithm types (DH, DSA, ECC, ECDSA, RSA). Package: libghc-crypto-pubkey-types-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -38,22 +38,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-crypto-pubkey-types-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-crypto-pubkey-types-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/haskell-crypto-pubkey/debian/control b/p/haskell-crypto-pubkey/debian/control index 5789e4cff..844aa413d 100644 --- a/p/haskell-crypto-pubkey/debian/control +++ b/p/haskell-crypto-pubkey/debian/control @@ -1,48 +1,48 @@ Source: haskell-crypto-pubkey -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-byteable-dev - , libghc-byteable-prof - , libghc-crypto-numbers-dev (>= 0.2.2) - , libghc-crypto-numbers-prof - , libghc-crypto-pubkey-types-dev (>= 0.4.1) - , libghc-crypto-pubkey-types-dev (<< 0.5) - , libghc-crypto-pubkey-types-prof - , libghc-crypto-random-dev (>> 0.0) - , libghc-crypto-random-dev (<< 0.1) - , libghc-crypto-random-prof - , libghc-cryptohash-dev (>> 0.9.1) - , libghc-cryptohash-prof - , libghc-tasty-dev - , libghc-tasty-quickcheck-dev - , libghc-tasty-hunit-dev - , libghc-tasty-kat-dev -Build-Depends-Indep: ghc-doc - , libghc-byteable-doc - , libghc-crypto-numbers-doc - , libghc-crypto-pubkey-types-doc - , libghc-crypto-random-doc - , libghc-cryptohash-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-byteable-dev, + libghc-byteable-prof, + libghc-crypto-numbers-dev (>= 0.2.2), + libghc-crypto-numbers-prof, + libghc-crypto-pubkey-types-dev (>= 0.4.1), + libghc-crypto-pubkey-types-dev (<< 0.5), + libghc-crypto-pubkey-types-prof, + libghc-crypto-random-dev (>> 0.0), + libghc-crypto-random-dev (<< 0.1), + libghc-crypto-random-prof, + libghc-cryptohash-dev (>> 0.9.1), + libghc-cryptohash-prof, + libghc-tasty-dev, + libghc-tasty-quickcheck-dev, + libghc-tasty-hunit-dev, + libghc-tasty-kat-dev, +Build-Depends-Indep: ghc-doc, + libghc-byteable-doc, + libghc-crypto-numbers-doc, + libghc-crypto-pubkey-types-doc, + libghc-crypto-random-doc, + libghc-cryptohash-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/crypto-pubkey -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-crypto-pubkey Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-crypto-pubkey +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-crypto-pubkey Package: libghc-crypto-pubkey-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: public-key cryptography routines${haskell:ShortBlurb} Public-key cryptographic routines supporting RSA PKCS15, RSA OAEP, RSA PSS, DSA, ElGamal signature. Also includes primitive support for @@ -52,11 +52,11 @@ Description: public-key cryptography routines${haskell:ShortBlurb} Package: libghc-crypto-pubkey-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: public-key cryptography routines${haskell:ShortBlurb} Public-key cryptographic routines supporting RSA PKCS15, RSA OAEP, RSA PSS, DSA, ElGamal signature. Also includes primitive support for @@ -65,11 +65,12 @@ Description: public-key cryptography routines${haskell:ShortBlurb} ${haskell:Blurb} Package: libghc-crypto-pubkey-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: public-key cryptography routines${haskell:ShortBlurb} Public-key cryptographic routines supporting RSA PKCS15, RSA OAEP, RSA PSS, DSA, ElGamal signature. Also includes primitive support for diff --git a/p/haskell-crypto-random-api/debian/control b/p/haskell-crypto-random-api/debian/control index 612e3b548..be1d322aa 100644 --- a/p/haskell-crypto-random-api/debian/control +++ b/p/haskell-crypto-random-api/debian/control @@ -1,30 +1,30 @@ Source: haskell-crypto-random-api -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-entropy-dev - , libghc-entropy-prof -Build-Depends-Indep: ghc-doc - , libghc-entropy-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-entropy-dev, + libghc-entropy-prof, +Build-Depends-Indep: ghc-doc, + libghc-entropy-doc, Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/crypto-random-api -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-crypto-random-api Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-crypto-random-api +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-crypto-random-api Package: libghc-crypto-random-api-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: simple random generators API for cryptography related code${haskell:ShortBlurb} This provides a class of Cryptographic Secure Random generator. . @@ -43,11 +43,11 @@ Description: simple random generators API for cryptography related code${haskell Package: libghc-crypto-random-api-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: simple random generators API for crypto-related code${haskell:ShortBlurb} This provides a class of Cryptographic Secure Random generator. . @@ -65,11 +65,12 @@ Description: simple random generators API for crypto-related code${haskell:Short ${haskell:Blurb} Package: libghc-crypto-random-api-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: simple random generators API for cryptography related code${haskell:ShortBlurb} This provides a class of Cryptographic Secure Random generator. . diff --git a/p/haskell-crypto-random/debian/control b/p/haskell-crypto-random/debian/control index 12c74c627..c30b903b4 100644 --- a/p/haskell-crypto-random/debian/control +++ b/p/haskell-crypto-random/debian/control @@ -1,36 +1,36 @@ Source: haskell-crypto-random -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-securemem-dev - , libghc-securemem-prof - , libghc-vector-dev - , libghc-vector-prof -Build-Depends-Indep: ghc-doc - , libghc-securemem-doc - , libghc-vector-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-securemem-dev, + libghc-securemem-prof, + libghc-vector-dev, + libghc-vector-prof, +Build-Depends-Indep: ghc-doc, + libghc-securemem-doc, + libghc-vector-doc, Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/crypto-random -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-crypto-random Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-crypto-random +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-crypto-random X-Description: simple cryptographic random related types Simple cryptographic random related types: a safe abstraction for CPRNGs. Package: libghc-crypto-random-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -38,22 +38,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-crypto-random-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-crypto-random-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/haskell-crypto/debian/control b/p/haskell-crypto/debian/control index 6e8589dd2..570bbc5d2 100644 --- a/p/haskell-crypto/debian/control +++ b/p/haskell-crypto/debian/control @@ -1,33 +1,33 @@ Source: haskell-crypto -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Joachim Breitner <nomeata@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-hunit-dev - , libghc-hunit-prof - , libghc-random-dev - , libghc-random-prof -Build-Depends-Indep: ghc-doc - , libghc-hunit-doc - , libghc-random-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-hunit-dev, + libghc-hunit-prof, + libghc-random-dev, + libghc-random-prof, +Build-Depends-Indep: ghc-doc, + libghc-hunit-doc, + libghc-random-doc, Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/Crypto -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-crypto Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-crypto +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-crypto Package: libghc-crypto-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: cryptographical algorithms for Haskell${haskell:ShortBlurb} This package contains the following cryptographical algorithms: * DES @@ -48,11 +48,11 @@ Description: cryptographical algorithms for Haskell${haskell:ShortBlurb} Package: libghc-crypto-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: cryptographical algorithms for Haskell${haskell:ShortBlurb} This package contains the following cryptographical algorithms: * DES @@ -72,11 +72,12 @@ Description: cryptographical algorithms for Haskell${haskell:ShortBlurb} ${haskell:Blurb} Package: libghc-crypto-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: cryptographical algorithms for Haskell${haskell:ShortBlurb} This package contains the following cryptographical algorithms: * DES diff --git a/p/haskell-cryptocipher/debian/control b/p/haskell-cryptocipher/debian/control index c0f5ab981..d98652d64 100644 --- a/p/haskell-cryptocipher/debian/control +++ b/p/haskell-cryptocipher/debian/control @@ -1,54 +1,54 @@ Source: haskell-cryptocipher -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-crypto-cipher-types-dev (>= 0.0.8) - , libghc-crypto-cipher-types-dev (<< 0.1) - , libghc-crypto-cipher-types-prof - , libghc-cipher-aes-dev (>= 0.2.3) - , libghc-cipher-aes-dev (<< 0.3) - , libghc-cipher-aes-prof - , libghc-cipher-rc4-dev (>= 0.1.3) - , libghc-cipher-rc4-dev (<< 0.2) - , libghc-cipher-rc4-prof - , libghc-cipher-des-dev (>= 0.0) - , libghc-cipher-des-dev (<< 0.1) - , libghc-cipher-des-prof - , libghc-cipher-blowfish-dev (>= 0.0) - , libghc-cipher-blowfish-dev (<< 0.1) - , libghc-cipher-blowfish-prof - , libghc-cipher-camellia-dev (>= 0.0) - , libghc-cipher-camellia-dev (<< 0.1) - , libghc-cipher-camellia-prof -Build-Depends-Indep: ghc-doc - , libghc-crypto-cipher-types-doc - , libghc-cipher-aes-doc - , libghc-cipher-rc4-doc - , libghc-cipher-des-doc - , libghc-cipher-blowfish-doc - , libghc-cipher-camellia-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-crypto-cipher-types-dev (>= 0.0.8), + libghc-crypto-cipher-types-dev (<< 0.1), + libghc-crypto-cipher-types-prof, + libghc-cipher-aes-dev (>= 0.2.3), + libghc-cipher-aes-dev (<< 0.3), + libghc-cipher-aes-prof, + libghc-cipher-rc4-dev (>= 0.1.3), + libghc-cipher-rc4-dev (<< 0.2), + libghc-cipher-rc4-prof, + libghc-cipher-des-dev (>= 0.0), + libghc-cipher-des-dev (<< 0.1), + libghc-cipher-des-prof, + libghc-cipher-blowfish-dev (>= 0.0), + libghc-cipher-blowfish-dev (<< 0.1), + libghc-cipher-blowfish-prof, + libghc-cipher-camellia-dev (>= 0.0), + libghc-cipher-camellia-dev (<< 0.1), + libghc-cipher-camellia-prof, +Build-Depends-Indep: ghc-doc, + libghc-crypto-cipher-types-doc, + libghc-cipher-aes-doc, + libghc-cipher-rc4-doc, + libghc-cipher-des-doc, + libghc-cipher-blowfish-doc, + libghc-cipher-camellia-doc, Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/cryptocipher -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cryptocipher Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-cryptocipher +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cryptocipher X-Description: Symmetrical block and stream ciphers This library provides symmetrical block and stream ciphers like RC4, AES, Blowfish and Camellia. Package: libghc-cryptocipher-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -56,22 +56,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-cryptocipher-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-cryptocipher-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/haskell-cryptohash-conduit/debian/control b/p/haskell-cryptohash-conduit/debian/control index a24ccc435..9a25f262c 100644 --- a/p/haskell-cryptohash-conduit/debian/control +++ b/p/haskell-cryptohash-conduit/debian/control @@ -1,42 +1,42 @@ Source: haskell-cryptohash-conduit -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Joachim Breitner <nomeata@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-conduit-dev - , libghc-conduit-prof - , libghc-conduit-extra-dev - , libghc-conduit-extra-prof - , libghc-cryptohash-dev - , libghc-cryptohash-prof - , libghc-resourcet-dev - , libghc-resourcet-prof -Build-Depends-Indep: ghc-doc - , libghc-conduit-doc - , libghc-conduit-extra-doc - , libghc-cryptohash-doc - , libghc-resourcet-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-conduit-dev, + libghc-conduit-prof, + libghc-conduit-extra-dev, + libghc-conduit-extra-prof, + libghc-cryptohash-dev, + libghc-cryptohash-prof, + libghc-resourcet-dev, + libghc-resourcet-prof, +Build-Depends-Indep: ghc-doc, + libghc-conduit-doc, + libghc-conduit-extra-doc, + libghc-cryptohash-doc, + libghc-resourcet-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/cryptohash-conduit -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cryptohash-conduit Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-cryptohash-conduit +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cryptohash-conduit X-Description: Conduit interface to cryptohash This package supports the cryptohash package, providing conduits as defined in the conduits package. Package: libghc-cryptohash-conduit-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -44,22 +44,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-cryptohash-conduit-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-cryptohash-conduit-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/haskell-cryptohash-cryptoapi/debian/control b/p/haskell-cryptohash-cryptoapi/debian/control index 3dd58254c..fbac8d7e6 100644 --- a/p/haskell-cryptohash-cryptoapi/debian/control +++ b/p/haskell-cryptohash-cryptoapi/debian/control @@ -1,39 +1,39 @@ Source: haskell-cryptohash-cryptoapi -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Colin Watson <cjwatson@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-cryptohash-dev (>= 0.8.0) - , libghc-cryptohash-prof - , libghc-crypto-api-dev (>= 0.11) - , libghc-crypto-api-prof - , libghc-tagged-dev (>= 0.1) - , libghc-tagged-prof - , libghc-cereal-dev (>= 0.2) - , libghc-cereal-prof -Build-Depends-Indep: ghc-doc - , libghc-cryptohash-doc - , libghc-crypto-api-doc - , libghc-tagged-doc - , libghc-cereal-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-cryptohash-dev (>= 0.8.0), + libghc-cryptohash-prof, + libghc-crypto-api-dev (>= 0.11), + libghc-crypto-api-prof, + libghc-tagged-dev (>= 0.1), + libghc-tagged-prof, + libghc-cereal-dev (>= 0.2), + libghc-cereal-prof, +Build-Depends-Indep: ghc-doc, + libghc-cryptohash-doc, + libghc-crypto-api-doc, + libghc-tagged-doc, + libghc-cereal-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/cryptohash-cryptoapi -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cryptohash-cryptoapi Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-cryptohash-cryptoapi +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cryptohash-cryptoapi Package: libghc-cryptohash-cryptoapi-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: crypto-api interfaces for cryptohash${haskell:ShortBlurb} This Haskell library exports the cryptohash interface through crypto-api. See libghc-cryptohash-* and libghc-crypto-api-* for more information. @@ -42,11 +42,11 @@ Description: crypto-api interfaces for cryptohash${haskell:ShortBlurb} Package: libghc-cryptohash-cryptoapi-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: crypto-api interfaces for cryptohash${haskell:ShortBlurb} This Haskell library exports the cryptohash interface through crypto-api. See libghc-cryptohash-* and libghc-crypto-api-* for more information. @@ -54,11 +54,12 @@ Description: crypto-api interfaces for cryptohash${haskell:ShortBlurb} ${haskell:Blurb} Package: libghc-cryptohash-cryptoapi-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: crypto-api interfaces for cryptohash${haskell:ShortBlurb} This Haskell library exports the cryptohash interface through crypto-api. See libghc-cryptohash-* and libghc-crypto-api-* for more information. diff --git a/p/haskell-cryptohash/debian/control b/p/haskell-cryptohash/debian/control index 3e67a44e7..3bb13039c 100644 --- a/p/haskell-cryptohash/debian/control +++ b/p/haskell-cryptohash/debian/control @@ -1,35 +1,35 @@ Source: haskell-cryptohash -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-byteable-dev - , libghc-byteable-prof - , libghc-hunit-dev - , libghc-quickcheck2-dev - , libghc-tasty-dev - , libghc-tasty-quickcheck-dev - , libghc-tasty-hunit-dev -Build-Depends-Indep: ghc-doc - , libghc-byteable-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-byteable-dev, + libghc-byteable-prof, + libghc-hunit-dev, + libghc-quickcheck2-dev, + libghc-tasty-dev, + libghc-tasty-quickcheck-dev, + libghc-tasty-hunit-dev, +Build-Depends-Indep: ghc-doc, + libghc-byteable-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/cryptohash -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cryptohash Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-cryptohash +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cryptohash Package: libghc-cryptohash-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: collection of crypto hashes, fast, pure and practical${haskell:ShortBlurb} A collection of crypto hashes, with a practical incremental and one-pass, pure APIs, with performance close to the fastest @@ -42,11 +42,11 @@ Description: collection of crypto hashes, fast, pure and practical${haskell:Shor Package: libghc-cryptohash-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: collection of crypto hashes, fast, pure and practical${haskell:ShortBlurb} A collection of crypto hashes, with a practical incremental and one-pass, pure APIs, with performance close to the fastest @@ -58,11 +58,12 @@ Description: collection of crypto hashes, fast, pure and practical${haskell:Shor ${haskell:Blurb} Package: libghc-cryptohash-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: collection of crypto hashes, fast, pure and practical${haskell:ShortBlurb} A collection of crypto hashes, with a practical incremental and one-pass, pure APIs, with performance close to the fastest diff --git a/p/haskell-cryptonite/debian/control b/p/haskell-cryptonite/debian/control index 4d2658dca..7333b9676 100644 --- a/p/haskell-cryptonite/debian/control +++ b/p/haskell-cryptonite/debian/control @@ -1,26 +1,26 @@ Source: haskell-cryptonite -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.8.15) - , ghc - , ghc-prof - , libghc-memory-dev (>= 0.2) - , libghc-memory-prof - , libghc-byteable-dev - , libghc-tasty-dev - , libghc-tasty-quickcheck-dev - , libghc-tasty-hunit-dev - , libghc-tasty-kat-dev -Build-Depends-Indep: ghc-doc - , libghc-memory-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.8.15), + ghc, + ghc-prof, + libghc-memory-dev (>= 0.2), + libghc-memory-prof, + libghc-byteable-dev, + libghc-tasty-dev, + libghc-tasty-quickcheck-dev, + libghc-tasty-hunit-dev, + libghc-tasty-kat-dev, +Build-Depends-Indep: ghc-doc, + libghc-memory-doc, Standards-Version: 3.9.6 Homepage: http://hackage.haskell.org/package/cryptonite -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cryptonite Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-cryptonite +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cryptonite X-Description: cryptographic primitives A repository of cryptographic primitives. - Symmetric ciphers: AES, DES, 3DES, Blowfish, Camellia, RC4, Salsa, @@ -40,12 +40,12 @@ X-Description: cryptographic primitives Package: libghc-cryptonite-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -53,22 +53,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-cryptonite-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-cryptonite-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/haskell-css-text/debian/control b/p/haskell-css-text/debian/control index 47e59085f..051a969f4 100644 --- a/p/haskell-css-text/debian/control +++ b/p/haskell-css-text/debian/control @@ -1,22 +1,22 @@ Source: haskell-css-text -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-attoparsec-dev (>= 0.10.2.0) - , libghc-attoparsec-prof - , libghc-text-dev (>= 0.11) - , libghc-text-prof - , libghc-hspec-dev (>= 1.3) - , libghc-quickcheck2-dev -Build-Depends-Indep: ghc-doc - , libghc-attoparsec-doc - , libghc-text-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-attoparsec-dev (>= 0.10.2.0), + libghc-attoparsec-prof, + libghc-text-dev (>= 0.11), + libghc-text-prof, + libghc-hspec-dev (>= 1.3), + libghc-quickcheck2-dev, +Build-Depends-Indep: ghc-doc, + libghc-attoparsec-doc, + libghc-text-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/css-text Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-css-text @@ -24,12 +24,12 @@ Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-css-text Package: libghc-css-text-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: CSS parser and renderer${haskell:ShortBlurb} It is a CSS parser and renderer. . @@ -37,22 +37,23 @@ Description: CSS parser and renderer${haskell:ShortBlurb} Package: libghc-css-text-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: CSS parser and renderer${haskell:ShortBlurb} It is a CSS parser and renderer. . ${haskell:Blurb} Package: libghc-css-text-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: CSS parser and renderer${haskell:ShortBlurb} It is a CSS parser and renderer. . diff --git a/p/haskell-csv-conduit/debian/control b/p/haskell-csv-conduit/debian/control index b04260271..b9822dbc2 100644 --- a/p/haskell-csv-conduit/debian/control +++ b/p/haskell-csv-conduit/debian/control @@ -1,70 +1,70 @@ Source: haskell-csv-conduit -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-attoparsec-dev (>= 0.10) - , libghc-attoparsec-prof - , libghc-blaze-builder-dev - , libghc-blaze-builder-prof - , libghc-conduit-dev (>= 1.0) - , libghc-conduit-dev (<< 2.0) - , libghc-conduit-prof - , libghc-conduit-extra-dev - , libghc-conduit-extra-prof - , libghc-data-default-dev - , libghc-data-default-prof - , libghc-mmorph-dev - , libghc-mmorph-prof - , libghc-monad-control-dev - , libghc-monad-control-prof - , libghc-mtl-dev - , libghc-mtl-prof - , libghc-primitive-dev - , libghc-primitive-prof - , libghc-resourcet-dev (>= 1.1.2.1) - , libghc-resourcet-prof - , libghc-text-dev - , libghc-text-prof - , libghc-unordered-containers-dev - , libghc-unordered-containers-prof - , libghc-vector-dev - , libghc-vector-prof - , libghc-hunit-dev (>= 1.2) - , libghc-test-framework-dev - , libghc-test-framework-hunit-dev -Build-Depends-Indep: ghc-doc - , libghc-attoparsec-doc - , libghc-blaze-builder-doc - , libghc-conduit-doc - , libghc-conduit-extra-doc - , libghc-data-default-doc - , libghc-mmorph-doc - , libghc-monad-control-doc - , libghc-mtl-doc - , libghc-primitive-doc - , libghc-resourcet-doc - , libghc-text-doc - , libghc-unordered-containers-doc - , libghc-vector-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-attoparsec-dev (>= 0.10), + libghc-attoparsec-prof, + libghc-blaze-builder-dev, + libghc-blaze-builder-prof, + libghc-conduit-dev (>= 1.0), + libghc-conduit-dev (<< 2.0), + libghc-conduit-prof, + libghc-conduit-extra-dev, + libghc-conduit-extra-prof, + libghc-data-default-dev, + libghc-data-default-prof, + libghc-mmorph-dev, + libghc-mmorph-prof, + libghc-monad-control-dev, + libghc-monad-control-prof, + libghc-mtl-dev, + libghc-mtl-prof, + libghc-primitive-dev, + libghc-primitive-prof, + libghc-resourcet-dev (>= 1.1.2.1), + libghc-resourcet-prof, + libghc-text-dev, + libghc-text-prof, + libghc-unordered-containers-dev, + libghc-unordered-containers-prof, + libghc-vector-dev, + libghc-vector-prof, + libghc-hunit-dev (>= 1.2), + libghc-test-framework-dev, + libghc-test-framework-hunit-dev, +Build-Depends-Indep: ghc-doc, + libghc-attoparsec-doc, + libghc-blaze-builder-doc, + libghc-conduit-doc, + libghc-conduit-extra-doc, + libghc-data-default-doc, + libghc-mmorph-doc, + libghc-monad-control-doc, + libghc-mtl-doc, + libghc-primitive-doc, + libghc-resourcet-doc, + libghc-text-doc, + libghc-unordered-containers-doc, + libghc-vector-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/csv-conduit -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-csv-conduit Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-csv-conduit +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-csv-conduit Package: libghc-csv-conduit-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: fast, conduit-based CSV parser library${haskell:ShortBlurb} csv-conduit is a library that provides . @@ -78,11 +78,11 @@ Description: fast, conduit-based CSV parser library${haskell:ShortBlurb} Package: libghc-csv-conduit-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: fast, conduit-based CSV parser library${haskell:ShortBlurb} csv-conduit is a library that provides . @@ -95,11 +95,12 @@ Description: fast, conduit-based CSV parser library${haskell:ShortBlurb} ${haskell:Blurb} Package: libghc-csv-conduit-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: fast, conduit-based CSV parser library${haskell:ShortBlurb} csv-conduit is a library that provides . diff --git a/p/haskell-csv/debian/control b/p/haskell-csv/debian/control index 29ba7ade5..fc6e2ac5a 100644 --- a/p/haskell-csv/debian/control +++ b/p/haskell-csv/debian/control @@ -1,30 +1,30 @@ Source: haskell-csv -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-parsec3-dev - , libghc-parsec3-prof -Build-Depends-Indep: ghc-doc - , libghc-parsec3-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-parsec3-dev, + libghc-parsec3-prof, +Build-Depends-Indep: ghc-doc, + libghc-parsec3-doc, Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/csv -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-csv Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-csv +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-csv Package: libghc-csv-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: CSV loader and dumper${haskell:ShortBlurb} This library parses and dumps documents that are formatted according to RFC 4180, "The common Format and MIME Type for Comma-Separated @@ -35,11 +35,11 @@ Description: CSV loader and dumper${haskell:ShortBlurb} Package: libghc-csv-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: CSV loader and dumper${haskell:ShortBlurb} This library parses and dumps documents that are formatted according to RFC 4180, "The common Format and MIME Type for Comma-Separated @@ -49,11 +49,12 @@ Description: CSV loader and dumper${haskell:ShortBlurb} ${haskell:Blurb} Package: libghc-csv-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: CSV loader and dumper${haskell:ShortBlurb} This library parses and dumps documents that are formatted according to RFC 4180, "The common Format and MIME Type for Comma-Separated diff --git a/p/haskell-curl/debian/control b/p/haskell-curl/debian/control index 0740a2c36..7c053dc59 100644 --- a/p/haskell-curl/debian/control +++ b/p/haskell-curl/debian/control @@ -1,8 +1,8 @@ Source: haskell-curl -Priority: extra -Section: haskell Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Erik de Castro Lopo <erikd@mega-nerd.com> +Priority: extra +Section: haskell Build-Depends: dctrl-tools, dpkg-dev (>= 1.13.19), debhelper (>= 9), @@ -10,18 +10,21 @@ Build-Depends: dctrl-tools, haskell-devscripts (>= 0.9), ghc, ghc-prof, - libcurl4-openssl-dev + libcurl4-openssl-dev, +Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.4 -Build-Depends-Indep: ghc-doc Homepage: http://hackage.haskell.org/package/curl -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-curl Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-curl +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-curl Package: libghc-curl-dev Architecture: any -Depends: libcurl4-openssl-dev, ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: libcurl4-openssl-dev, + ${haskell:Depends}, + ${misc:Depends}, + ${shlibs:Depends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: GHC libraries for the libcurl Haskell bindings${haskell:ShortBlurb} . libcurl is a client-side URL transfer library, supporting FTP, FTPS, HTTP, @@ -34,9 +37,10 @@ Description: GHC libraries for the libcurl Haskell bindings${haskell:ShortBlurb} Package: libghc-curl-prof Architecture: any -Depends: ${haskell:Depends}, ${misc:Depends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: Profiling libraries for the libcurl Haskell bindings${haskell:ShortBlurb} . libcurl is a client-side URL transfer library, supporting FTP, FTPS, HTTP, @@ -48,11 +52,12 @@ Description: Profiling libraries for the libcurl Haskell bindings${haskell:Short ${haskell:Blurb} Package: libghc-curl-doc -Section: doc Architecture: all -Depends: ${haskell:Depends}, ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: Documentation for the libcurl Haskell bindings${haskell:ShortBlurb} . libcurl is a client-side URL transfer library, supporting FTP, FTPS, HTTP, diff --git a/p/haskell-data-accessor-mtl/debian/control b/p/haskell-data-accessor-mtl/debian/control index 6fd618b37..5f6383ba3 100644 --- a/p/haskell-data-accessor-mtl/debian/control +++ b/p/haskell-data-accessor-mtl/debian/control @@ -1,35 +1,35 @@ Source: haskell-data-accessor-mtl -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Joachim Breitner <nomeata@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-data-accessor-dev (>= 0.2) - , libghc-data-accessor-dev (<< 0.4) - , libghc-data-accessor-prof - , libghc-mtl-dev (>= 1.0) - , libghc-mtl-dev (<< 2.3) - , libghc-mtl-prof -Build-Depends-Indep: ghc-doc - , libghc-data-accessor-doc - , libghc-mtl-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-data-accessor-dev (>= 0.2), + libghc-data-accessor-dev (<< 0.4), + libghc-data-accessor-prof, + libghc-mtl-dev (>= 1.0), + libghc-mtl-dev (<< 2.3), + libghc-mtl-prof, +Build-Depends-Indep: ghc-doc, + libghc-data-accessor-doc, + libghc-mtl-doc, Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/data-accessor-mtl -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-data-accessor-mtl Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-data-accessor-mtl +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-data-accessor-mtl Package: libghc-data-accessor-mtl-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: use Data.Accessor inside the State monad.${haskell:ShortBlurb} This Haskell library provides methods to access the state in a State monad by means of Data.Accessor getters, setters and modifiers. @@ -38,11 +38,11 @@ Description: use Data.Accessor inside the State monad.${haskell:ShortBlurb} Package: libghc-data-accessor-mtl-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: use Data.Accessor inside the State monad${haskell:ShortBlurb} This Haskell library provides methods to access the state in a State monad by means of Data.Accessor getters, setters and modifiers. @@ -50,11 +50,12 @@ Description: use Data.Accessor inside the State monad${haskell:ShortBlurb} ${haskell:Blurb} Package: libghc-data-accessor-mtl-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: use Data.Accessor inside the State monad${haskell:ShortBlurb} This Haskell library provides methods to access the state in a State monad by means of Data.Accessor getters, setters and modifiers. diff --git a/p/haskell-data-accessor/debian/control b/p/haskell-data-accessor/debian/control index c375d6a65..e1b46eddd 100644 --- a/p/haskell-data-accessor/debian/control +++ b/p/haskell-data-accessor/debian/control @@ -1,22 +1,26 @@ Source: haskell-data-accessor -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> -Uploaders: Ernesto Hernández-Novich (USB) <emhn@usb.ve>, Clint Adams <clint@debian.org>, Iulian Udrea <iulian@physics.org> -Build-Depends: debhelper (>= 9), cdbs, haskell-devscripts (>= 0.9), - ghc, ghc-prof, +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/data-accessor -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-data-accessor Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=haskell/haskell-data-accessor +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-data-accessor Package: libghc-data-accessor-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: Utilities for accessing and manipulating fields of records${haskell:ShortBlurb} With this library you can define record field accessors which allow setting, getting and modifying values easily. You can combine accessors @@ -27,10 +31,12 @@ Description: Utilities for accessing and manipulating fields of records${haskell Package: libghc-data-accessor-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: Utilities for accessing and manipulating fields of records${haskell:ShortBlurb} With this library you can define record field accessors which allow setting, getting and modifying values easily. You can combine accessors @@ -40,11 +46,12 @@ Description: Utilities for accessing and manipulating fields of records${haskell ${haskell:Blurb} Package: libghc-data-accessor-doc -Section: doc Architecture: all -Depends: ${haskell:Depends}, ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: Utilities for accessing and manipulating fields of records${haskell:ShortBlurb} With this library you can define record field accessors which allow setting, getting and modifying values easily. You can combine accessors diff --git a/p/haskell-data-binary-ieee754/debian/control b/p/haskell-data-binary-ieee754/debian/control index 251283d90..6b933ea6b 100644 --- a/p/haskell-data-binary-ieee754/debian/control +++ b/p/haskell-data-binary-ieee754/debian/control @@ -1,14 +1,14 @@ Source: haskell-data-binary-ieee754 -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof -Build-Depends-Indep: ghc-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, +Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/data-binary-ieee754 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-data-binary-ieee754 @@ -16,12 +16,12 @@ Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-data-binary-ieee754 Package: libghc-data-binary-ieee754-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: parser/serialiser for IEEE-754 floating-point values${haskell:ShortBlurb} It converts Float and Decimal values to and from raw octets. . @@ -29,22 +29,23 @@ Description: parser/serialiser for IEEE-754 floating-point values${haskell:Short Package: libghc-data-binary-ieee754-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: parser/serialiser for IEEE-754 floating-point values${haskell:ShortBlurb} It converts Float and Decimal values to and from raw octets. . ${haskell:Blurb} Package: libghc-data-binary-ieee754-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: parser/serialiser for IEEE-754 floating-point values${haskell:ShortBlurb} It converts Float and Decimal values to and from raw octets. . diff --git a/p/haskell-data-default-class/debian/control b/p/haskell-data-default-class/debian/control index 46aa8d7ee..18df206ac 100644 --- a/p/haskell-data-default-class/debian/control +++ b/p/haskell-data-default-class/debian/control @@ -1,29 +1,29 @@ Source: haskell-data-default-class -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Joachim Breitner <nomeata@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof -Build-Depends-Indep: ghc-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, +Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.2 Homepage: http://hackage.haskell.org/package/data-default-class -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-data-default-class Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-data-default-class +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-data-default-class X-Description: A type class for default values This package defines a type class Default for types with a default value. Package: libghc-data-default-class-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -31,22 +31,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-data-default-class-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-data-default-class-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/haskell-data-default-instances-base/debian/control b/p/haskell-data-default-instances-base/debian/control index c10e16221..3d3f092b3 100644 --- a/p/haskell-data-default-instances-base/debian/control +++ b/p/haskell-data-default-instances-base/debian/control @@ -1,21 +1,21 @@ Source: haskell-data-default-instances-base -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-data-default-class-dev - , libghc-data-default-class-prof -Build-Depends-Indep: ghc-doc - , libghc-data-default-class-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-data-default-class-dev, + libghc-data-default-class-prof, +Build-Depends-Indep: ghc-doc, + libghc-data-default-class-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/data-default-instances-base -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-data-default-instances-base Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-data-default-instances-base +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-data-default-instances-base X-Description: default instances for types in base This module defines Default instances for the types Int, Int8, Int16, Int32, Int64, Word, Word8, Word16, Word32, Word64, Integer, Float, @@ -24,12 +24,12 @@ X-Description: default instances for types in base Package: libghc-data-default-instances-base-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -37,22 +37,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-data-default-instances-base-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-data-default-instances-base-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/haskell-data-default-instances-containers/debian/control b/p/haskell-data-default-instances-containers/debian/control index e6243aad5..182c38d94 100644 --- a/p/haskell-data-default-instances-containers/debian/control +++ b/p/haskell-data-default-instances-containers/debian/control @@ -1,33 +1,33 @@ Source: haskell-data-default-instances-containers -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-data-default-class-dev - , libghc-data-default-class-prof -Build-Depends-Indep: ghc-doc - , libghc-data-default-class-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-data-default-class-dev, + libghc-data-default-class-prof, +Build-Depends-Indep: ghc-doc, + libghc-data-default-class-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/data-default-instances-containers -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-data-default-instances-containers Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-data-default-instances-containers +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-data-default-instances-containers X-Description: default instances for types in containers The included module defines Default instances for the types Set, Map, IntMap, IntSet, Seq, and Tree. Package: libghc-data-default-instances-containers-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -35,22 +35,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-data-default-instances-containers-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-data-default-instances-containers-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/haskell-data-default-instances-dlist/debian/control b/p/haskell-data-default-instances-dlist/debian/control index 9cb6f6dcf..16a320065 100644 --- a/p/haskell-data-default-instances-dlist/debian/control +++ b/p/haskell-data-default-instances-dlist/debian/control @@ -1,35 +1,35 @@ Source: haskell-data-default-instances-dlist -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-data-default-class-dev - , libghc-data-default-class-prof - , libghc-dlist-dev - , libghc-dlist-prof -Build-Depends-Indep: ghc-doc - , libghc-data-default-class-doc - , libghc-dlist-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-data-default-class-dev, + libghc-data-default-class-prof, + libghc-dlist-dev, + libghc-dlist-prof, +Build-Depends-Indep: ghc-doc, + libghc-data-default-class-doc, + libghc-dlist-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/data-default-instances-dlist -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-data-default-instances-dlist Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-data-default-instances-dlist +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-data-default-instances-dlist X-Description: default instances for types in dlist The included module defines Default instances for the type DList. Package: libghc-data-default-instances-dlist-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -37,22 +37,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-data-default-instances-dlist-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-data-default-instances-dlist-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/haskell-data-default-instances-old-locale/debian/control b/p/haskell-data-default-instances-old-locale/debian/control index 95cfd3f87..8033cd3fc 100644 --- a/p/haskell-data-default-instances-old-locale/debian/control +++ b/p/haskell-data-default-instances-old-locale/debian/control @@ -1,32 +1,32 @@ Source: haskell-data-default-instances-old-locale -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-data-default-class-dev - , libghc-data-default-class-prof -Build-Depends-Indep: ghc-doc - , libghc-data-default-class-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-data-default-class-dev, + libghc-data-default-class-prof, +Build-Depends-Indep: ghc-doc, + libghc-data-default-class-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/data-default-instances-old-locale -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-data-default-instances-old-locale Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-data-default-instances-old-locale +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-data-default-instances-old-locale X-Description: default instances for types in old-locale The included module defines Default instances for the type TimeLocale. Package: libghc-data-default-instances-old-locale-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -34,22 +34,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-data-default-instances-old-locale-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-data-default-instances-old-locale-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/haskell-data-default/debian/control b/p/haskell-data-default/debian/control index 98d4d4017..545b59f14 100644 --- a/p/haskell-data-default/debian/control +++ b/p/haskell-data-default/debian/control @@ -1,42 +1,42 @@ Source: haskell-data-default -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-data-default-class-dev - , libghc-data-default-class-prof - , libghc-data-default-instances-base-dev - , libghc-data-default-instances-base-prof - , libghc-data-default-instances-containers-dev - , libghc-data-default-instances-containers-prof - , libghc-data-default-instances-dlist-dev - , libghc-data-default-instances-dlist-prof - , libghc-data-default-instances-old-locale-dev - , libghc-data-default-instances-old-locale-prof -Build-Depends-Indep: ghc-doc - , libghc-data-default-class-doc - , libghc-data-default-instances-base-doc - , libghc-data-default-instances-containers-doc - , libghc-data-default-instances-dlist-doc - , libghc-data-default-instances-old-locale-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-data-default-class-dev, + libghc-data-default-class-prof, + libghc-data-default-instances-base-dev, + libghc-data-default-instances-base-prof, + libghc-data-default-instances-containers-dev, + libghc-data-default-instances-containers-prof, + libghc-data-default-instances-dlist-dev, + libghc-data-default-instances-dlist-prof, + libghc-data-default-instances-old-locale-dev, + libghc-data-default-instances-old-locale-prof, +Build-Depends-Indep: ghc-doc, + libghc-data-default-class-doc, + libghc-data-default-instances-base-doc, + libghc-data-default-instances-containers-doc, + libghc-data-default-instances-dlist-doc, + libghc-data-default-instances-old-locale-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/data-default -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-data-default Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-data-default +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-data-default Package: libghc-data-default-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: class for types with a default value${haskell:ShortBlurb} It provides a class for types with a default value. . @@ -44,22 +44,23 @@ Description: class for types with a default value${haskell:ShortBlurb} Package: libghc-data-default-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: class for types with a default value${haskell:ShortBlurb} It provides a class for types with a default value. . ${haskell:Blurb} Package: libghc-data-default-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: class for types with a default value${haskell:ShortBlurb} It provides a class for types with a default value. . diff --git a/p/haskell-data-hash/debian/control b/p/haskell-data-hash/debian/control index 54a4b83a8..728bf1c34 100644 --- a/p/haskell-data-hash/debian/control +++ b/p/haskell-data-hash/debian/control @@ -1,33 +1,33 @@ Source: haskell-data-hash -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Joachim Breitner <nomeata@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-quickcheck2-dev - , libghc-test-framework-dev - , libghc-test-framework-quickcheck2-dev -Build-Depends-Indep: ghc-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-quickcheck2-dev, + libghc-test-framework-dev, + libghc-test-framework-quickcheck2-dev, +Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.2 Homepage: http://hackage.haskell.org/package/data-hash -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-data-hash Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-data-hash +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-data-hash X-Description: Combinators for building fast hashing functions. Combinators for building fast hashing functions. Includes hashing functions for all basic Haskell98 types. Package: libghc-data-hash-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -35,22 +35,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-data-hash-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-data-hash-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/haskell-data-inttrie/debian/control b/p/haskell-data-inttrie/debian/control index 2073c98eb..96505f88e 100644 --- a/p/haskell-data-inttrie/debian/control +++ b/p/haskell-data-inttrie/debian/control @@ -1,27 +1,27 @@ Source: haskell-data-inttrie -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof -Build-Depends-Indep: ghc-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, +Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/data-inttrie -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-data-inttrie Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-data-inttrie +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-data-inttrie Package: libghc-data-inttrie-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: Lazy, infinite trie of integers library${haskell:ShortBlurb} It implements a simple, lazy, infinite trie from integers. . @@ -29,22 +29,23 @@ Description: Lazy, infinite trie of integers library${haskell:ShortBlurb} Package: libghc-data-inttrie-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: Lazy, infinite trie of integers library${haskell:ShortBlurb} It implements a simple, lazy, infinite trie from integers. . ${haskell:Blurb} Package: libghc-data-inttrie-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: Lazy, infinite trie of integers library${haskell:ShortBlurb} It implements a simple, lazy, infinite trie from integers. . diff --git a/p/haskell-data-memocombinators/debian/control b/p/haskell-data-memocombinators/debian/control index 16b23ba3a..4f6b596be 100644 --- a/p/haskell-data-memocombinators/debian/control +++ b/p/haskell-data-memocombinators/debian/control @@ -1,31 +1,31 @@ Source: haskell-data-memocombinators -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org>, Iulian Udrea <iulian@physics.org> DM-Upload-Allowed: yes -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-data-inttrie-dev - , libghc-data-inttrie-prof -Build-Depends-Indep: ghc-doc - , libghc-data-inttrie-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-data-inttrie-dev, + libghc-data-inttrie-prof, +Build-Depends-Indep: ghc-doc, + libghc-data-inttrie-doc, Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/data-memocombinators -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-data-memocombinators Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-data-memocombinators +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-data-memocombinators Package: libghc-data-memocombinators-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: Combinators for building memo tables library${haskell:ShortBlurb} It contains combinators for building memo tables. . @@ -33,22 +33,23 @@ Description: Combinators for building memo tables library${haskell:ShortBlurb} Package: libghc-data-memocombinators-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: Combinators for building memo tables library${haskell:ShortBlurb} It contains combinators for building memo tables. . ${haskell:Blurb} Package: libghc-data-memocombinators-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: Combinators for building memo tables library${haskell:ShortBlurb} It contains combinators for building memo tables. . diff --git a/p/haskell-dataenc/debian/control b/p/haskell-dataenc/debian/control index 389309854..218671127 100644 --- a/p/haskell-dataenc/debian/control +++ b/p/haskell-dataenc/debian/control @@ -1,19 +1,18 @@ Source: haskell-dataenc -Priority: extra -Section: haskell Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Erik de Castro Lopo <erikd@mega-nerd.com>, Clint Adams <clint@debian.org> -Build-Depends: - debhelper (>= 9), +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), haskell-devscripts (>= 0.9), cdbs, ghc, ghc-prof, - ghc-doc + ghc-doc, Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/dataenc -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-dataenc Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-dataenc +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-dataenc X-Description: A Haskell library of data encoders and decoders Data encoding library currently providing Base16, Base32, Base32Hex, Base64, Base64Url, Base85, Python string escaping, Quoted-Printable, URL encoding, @@ -21,12 +20,12 @@ X-Description: A Haskell library of data encoders and decoders Package: libghc-dataenc-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -34,22 +33,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-dataenc-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-dataenc-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/haskell-dav/debian/control b/p/haskell-dav/debian/control index 89bd4e7a2..9af6742a9 100644 --- a/p/haskell-dav/debian/control +++ b/p/haskell-dav/debian/control @@ -1,61 +1,61 @@ Source: haskell-dav -Priority: extra -Section: haskell Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , haskell-devscripts (>= 0.9) - , cdbs - , ghc (>= 7.8) - , ghc-prof - , ghc-ghci - , libghc-case-insensitive-dev (>= 0.4) - , libghc-case-insensitive-prof - , libghc-either-dev (>= 4.3) - , libghc-either-prof - , libghc-exceptions-dev - , libghc-exceptions-prof - , libghc-http-client-dev (>= 0.2) - , libghc-http-client-prof - , libghc-http-client-tls-dev (>= 0.2) - , libghc-http-client-tls-prof - , libghc-http-types-dev (>= 0.7) - , libghc-http-types-prof - , libghc-lens-dev (>= 3.0) - , libghc-lens-prof - , libghc-mtl-dev (>= 2.1) - , libghc-mtl-prof - , libghc-network-dev (>= 2.6) - , libghc-network-prof - , libghc-network-uri-dev (>= 2.6) - , libghc-network-uri-prof - , libghc-optparse-applicative-dev (>= 0.10.0) - , libghc-optparse-applicative-prof - , libghc-transformers-base-dev - , libghc-transformers-base-prof - , libghc-utf8-string-dev - , libghc-utf8-string-prof - , libghc-xml-conduit-dev (>= 1.0) - , libghc-xml-conduit-prof - , libghc-xml-hamlet-dev (>= 0.4) - , libghc-xml-hamlet-dev (<< 0.5) - , libghc-xml-hamlet-prof -Build-Depends-Indep: ghc-doc - , libghc-case-insensitive-doc - , libghc-either-doc - , libghc-exceptions-doc - , libghc-http-client-doc - , libghc-http-client-tls-doc - , libghc-http-types-doc - , libghc-lens-doc - , libghc-mtl-doc - , libghc-network-doc - , libghc-network-uri-doc - , libghc-optparse-applicative-doc - , libghc-transformers-base-doc - , libghc-utf8-string-doc - , libghc-xml-conduit-doc - , libghc-xml-hamlet-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + haskell-devscripts (>= 0.9), + cdbs, + ghc (>= 7.8), + ghc-prof, + ghc-ghci, + libghc-case-insensitive-dev (>= 0.4), + libghc-case-insensitive-prof, + libghc-either-dev (>= 4.3), + libghc-either-prof, + libghc-exceptions-dev, + libghc-exceptions-prof, + libghc-http-client-dev (>= 0.2), + libghc-http-client-prof, + libghc-http-client-tls-dev (>= 0.2), + libghc-http-client-tls-prof, + libghc-http-types-dev (>= 0.7), + libghc-http-types-prof, + libghc-lens-dev (>= 3.0), + libghc-lens-prof, + libghc-mtl-dev (>= 2.1), + libghc-mtl-prof, + libghc-network-dev (>= 2.6), + libghc-network-prof, + libghc-network-uri-dev (>= 2.6), + libghc-network-uri-prof, + libghc-optparse-applicative-dev (>= 0.10.0), + libghc-optparse-applicative-prof, + libghc-transformers-base-dev, + libghc-transformers-base-prof, + libghc-utf8-string-dev, + libghc-utf8-string-prof, + libghc-xml-conduit-dev (>= 1.0), + libghc-xml-conduit-prof, + libghc-xml-hamlet-dev (>= 0.4), + libghc-xml-hamlet-dev (<< 0.5), + libghc-xml-hamlet-prof, +Build-Depends-Indep: ghc-doc, + libghc-case-insensitive-doc, + libghc-either-doc, + libghc-exceptions-doc, + libghc-http-client-doc, + libghc-http-client-tls-doc, + libghc-http-types-doc, + libghc-lens-doc, + libghc-mtl-doc, + libghc-network-doc, + libghc-network-uri-doc, + libghc-optparse-applicative-doc, + libghc-transformers-base-doc, + libghc-utf8-string-doc, + libghc-xml-conduit-doc, + libghc-xml-hamlet-doc, Standards-Version: 3.9.6 Homepage: http://floss.scru.org/hDAV Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-dav @@ -68,19 +68,21 @@ X-Description: RFC 4918 WebDAV support Package: hdav Architecture: any Section: web -Depends: ${shlibs:Depends}, ${haskell:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, + ${haskell:Depends}, + ${misc:Depends}, Description: command-line WebDAV client hdav currently only supports copying a file and associated WebDAV properties from one URL to another. Package: libghc-dav-dev Architecture: any -Depends: ${shlibs:Depends} - , ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${shlibs:Depends}, + ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -88,11 +90,11 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-dav-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -101,10 +103,10 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-dav-doc Architecture: all Section: doc -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/haskell-dbus/debian/control b/p/haskell-dbus/debian/control index b8d00ca9b..dc339166d 100644 --- a/p/haskell-dbus/debian/control +++ b/p/haskell-dbus/debian/control @@ -1,48 +1,46 @@ Source: haskell-dbus -Priority: optional -Section: haskell Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: John Millikin <jmillikin@gmail.com> -Build-Depends: - cdbs - , debhelper (>= 9) - , haskell-devscripts (>= 0.9) - , ghc (>= 6.12) - , ghc-prof - , libghc-cereal-dev (>= 0.3.4) - , libghc-cereal-dev (<< 0.5) - , libghc-cereal-prof - , libghc-libxml-sax-dev (>= 0.7) - , libghc-libxml-sax-dev (<< 0.8) - , libghc-libxml-sax-prof - , libghc-network-dev (>= 2.2.3) - , libghc-network-prof - , libghc-parsec3-dev (>= 3.0) - , libghc-parsec3-dev (<< 3.2) - , libghc-parsec3-prof - , libghc-random-dev (>= 1.0) - , libghc-random-dev (<< 2.0) - , libghc-random-prof - , libghc-text-dev (>= 0.11.1.5) - , libghc-text-prof - , libghc-vector-dev (>= 0.7) - , libghc-vector-dev (<< 0.11) - , libghc-vector-prof - , libghc-xml-types-dev (>= 0.3) - , libghc-xml-types-dev (<< 0.4) - , libghc-xml-types-prof -Build-Depends-Indep: - ghc-doc - , haddock - , libghc-cereal-doc - , libghc-libxml-sax-doc - , libghc-network-doc - , libghc-text-doc - , libghc-parsec3-doc - , libghc-random-doc - , libghc-text-doc - , libghc-vector-doc - , libghc-xml-types-doc +Priority: optional +Section: haskell +Build-Depends: cdbs, + debhelper (>= 9), + haskell-devscripts (>= 0.9), + ghc (>= 6.12), + ghc-prof, + libghc-cereal-dev (>= 0.3.4), + libghc-cereal-dev (<< 0.5), + libghc-cereal-prof, + libghc-libxml-sax-dev (>= 0.7), + libghc-libxml-sax-dev (<< 0.8), + libghc-libxml-sax-prof, + libghc-network-dev (>= 2.2.3), + libghc-network-prof, + libghc-parsec3-dev (>= 3.0), + libghc-parsec3-dev (<< 3.2), + libghc-parsec3-prof, + libghc-random-dev (>= 1.0), + libghc-random-dev (<< 2.0), + libghc-random-prof, + libghc-text-dev (>= 0.11.1.5), + libghc-text-prof, + libghc-vector-dev (>= 0.7), + libghc-vector-dev (<< 0.11), + libghc-vector-prof, + libghc-xml-types-dev (>= 0.3), + libghc-xml-types-dev (<< 0.4), + libghc-xml-types-prof, +Build-Depends-Indep: ghc-doc, + haddock, + libghc-cereal-doc, + libghc-libxml-sax-doc, + libghc-network-doc, + libghc-text-doc, + libghc-parsec3-doc, + libghc-random-doc, + libghc-text-doc, + libghc-vector-doc, + libghc-xml-types-doc, Standards-Version: 3.9.5 Homepage: https://john-millikin.com/software/haskell-dbus/ Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-dbus @@ -50,13 +48,12 @@ Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-dbus Package: libghc-dbus-dev Architecture: any -Depends: - ${haskell:Depends} - , ${misc:Depends} - , ${shlibs:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, + ${shlibs:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: Haskell implementation of D-Bus${haskell:ShortBlurb} D-Bus is a simple, message-based protocol for inter-process communication, which allows applications to interact with other parts of the machine and @@ -70,12 +67,11 @@ Description: Haskell implementation of D-Bus${haskell:ShortBlurb} Package: libghc-dbus-prof Architecture: any -Depends: - ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: Haskell implementation of D-Bus${haskell:ShortBlurb} D-Bus is a simple, message-based protocol for inter-process communication, which allows applications to interact with other parts of the machine and @@ -88,13 +84,12 @@ Description: Haskell implementation of D-Bus${haskell:ShortBlurb} ${haskell:Blurb} Package: libghc-dbus-doc -Section: doc Architecture: all -Depends: - ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: Haskell implementation of D-Bus${haskell:ShortBlurb} D-Bus is a simple, message-based protocol for inter-process communication, which allows applications to interact with other parts of the machine and diff --git a/p/haskell-debian/debian/control b/p/haskell-debian/debian/control index 67c2549d7..b477b677c 100644 --- a/p/haskell-debian/debian/control +++ b/p/haskell-debian/debian/control @@ -1,86 +1,85 @@ Source: haskell-debian -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Joachim Breitner <nomeata@debian.org>, Dmitry Bogatov <KAction@gnu.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-either-dev - , libghc-either-prof - , libghc-exceptions-dev - , libghc-exceptions-prof - , libghc-bzlib-dev - , libghc-bzlib-prof - , libghc-haxml-dev (>= 1:1.20) - , libghc-haxml-prof - , libghc-listlike-dev (>= 4.1.1) - , libghc-listlike-prof - , libghc-mtl-dev - , libghc-mtl-prof - , libghc-network-dev (>= 2.6) - , libghc-network-prof - , libghc-network-uri-dev (>= 2.6) - , libghc-network-uri-prof - , libghc-parsec3-dev - , libghc-parsec3-prof - , libghc-process-extras-dev - , libghc-process-extras-prof - , libghc-puremd5-dev - , libghc-puremd5-prof - , libghc-regex-compat-dev - , libghc-regex-compat-prof - , libghc-regex-tdfa-dev - , libghc-regex-tdfa-prof - , libghc-text-dev - , libghc-text-prof - , libghc-unixutils-dev (>= 1.50) - , libghc-unixutils-prof - , libghc-utf8-string-dev - , libghc-utf8-string-prof - , libghc-zlib-dev - , libghc-zlib-prof - , libghc-hunit-dev - , libghc-hunit-prof - , libghc-prettyclass-dev - , libghc-prettyclass-prof -Build-Depends-Indep: ghc-doc - , libghc-either-doc - , libghc-exceptions-doc - , libghc-mtl-doc - , libghc-parsec3-doc - , libghc-regex-compat-doc - , libghc-regex-tdfa-doc - , libghc-bzlib-doc - , libghc-haxml-doc - , libghc-listlike-doc - , libghc-unixutils-doc - , libghc-zlib-doc - , libghc-network-doc - , libghc-network-uri-doc - , libghc-utf8-string-doc - , libghc-process-extras-doc - , libghc-puremd5-doc - , libghc-text-doc - , libghc-prettyclass-doc - , libghc-hunit-doc -Build-Conflicts: - libghc-parsec2-dev +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-either-dev, + libghc-either-prof, + libghc-exceptions-dev, + libghc-exceptions-prof, + libghc-bzlib-dev, + libghc-bzlib-prof, + libghc-haxml-dev (>= 1:1.20), + libghc-haxml-prof, + libghc-listlike-dev (>= 4.1.1), + libghc-listlike-prof, + libghc-mtl-dev, + libghc-mtl-prof, + libghc-network-dev (>= 2.6), + libghc-network-prof, + libghc-network-uri-dev (>= 2.6), + libghc-network-uri-prof, + libghc-parsec3-dev, + libghc-parsec3-prof, + libghc-process-extras-dev, + libghc-process-extras-prof, + libghc-puremd5-dev, + libghc-puremd5-prof, + libghc-regex-compat-dev, + libghc-regex-compat-prof, + libghc-regex-tdfa-dev, + libghc-regex-tdfa-prof, + libghc-text-dev, + libghc-text-prof, + libghc-unixutils-dev (>= 1.50), + libghc-unixutils-prof, + libghc-utf8-string-dev, + libghc-utf8-string-prof, + libghc-zlib-dev, + libghc-zlib-prof, + libghc-hunit-dev, + libghc-hunit-prof, + libghc-prettyclass-dev, + libghc-prettyclass-prof, +Build-Depends-Indep: ghc-doc, + libghc-either-doc, + libghc-exceptions-doc, + libghc-mtl-doc, + libghc-parsec3-doc, + libghc-regex-compat-doc, + libghc-regex-tdfa-doc, + libghc-bzlib-doc, + libghc-haxml-doc, + libghc-listlike-doc, + libghc-unixutils-doc, + libghc-zlib-doc, + libghc-network-doc, + libghc-network-uri-doc, + libghc-utf8-string-doc, + libghc-process-extras-doc, + libghc-puremd5-doc, + libghc-text-doc, + libghc-prettyclass-doc, + libghc-hunit-doc, +Build-Conflicts: libghc-parsec2-dev, Standards-Version: 3.9.6 Homepage: http://hackage.haskell.org/package/debian -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-debian Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-debian +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-debian Package: libghc-debian-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: Haskell library for working with the Debian package system This library includes modules covering almost every aspect of the Debian packaging system, including low level data types such as version numbers @@ -92,12 +91,12 @@ Description: Haskell library for working with the Debian package system Package: libghc-debian-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: Profiling library for working with the Debian package system${haskell:ShortBlurb} This library includes modules covering almost every aspect of the Debian packaging system, including low level data types such as version numbers @@ -108,11 +107,12 @@ Description: Profiling library for working with the Debian package system${haske ${haskell:Blurb} Package: libghc-debian-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: Documentation for Debian package system library${haskell:ShortBlurb} This library includes modules covering almost every aspect of the Debian packaging system, including low level data types such as version numbers @@ -123,10 +123,11 @@ Description: Documentation for Debian package system library${haskell:ShortBlurb ${haskell:Blurb} Package: haskell-debian-utils -Section: devel Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends} -Recommends: apt-file +Section: devel +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Recommends: apt-file, Description: Various helpers to work with Debian packages${haskell:ShortBlurb} This package contains tools shipped with the Haskell library “debian”: . diff --git a/p/haskell-debian/debian/haskell-debian-utils.install b/p/haskell-debian/debian/haskell-debian-utils.install index 3d517660e..0e31faf47 100644 --- a/p/haskell-debian/debian/haskell-debian-utils.install +++ b/p/haskell-debian/debian/haskell-debian-utils.install @@ -1,3 +1,3 @@ -dist-ghc/build/apt-get-build-depends/apt-get-build-depends usr/bin/ -dist-ghc/build/debian-report/debian-report usr/bin/ -dist-ghc/build/fakechanges/fakechanges usr/bin/ +dist-ghc/build/apt-get-build-depends/apt-get-build-depends usr/bin/ +dist-ghc/build/debian-report/debian-report usr/bin/ +dist-ghc/build/fakechanges/fakechanges usr/bin/ diff --git a/p/haskell-decimal/debian/control b/p/haskell-decimal/debian/control index 55653c0a0..f72280c0c 100644 --- a/p/haskell-decimal/debian/control +++ b/p/haskell-decimal/debian/control @@ -22,7 +22,9 @@ X-Description: Decimal numbers with variable precision Package: libghc-decimal-dev Architecture: any -Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}, +Depends: ${haskell:Depends}, + ${misc:Depends}, + ${shlibs:Depends}, Recommends: ${haskell:Recommends}, Suggests: ${haskell:Suggests}, Conflicts: ${haskell:Conflicts}, @@ -34,7 +36,8 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-decimal-prof Architecture: any -Depends: ${haskell:Depends}, ${misc:Depends}, +Depends: ${haskell:Depends}, + ${misc:Depends}, Recommends: ${haskell:Recommends}, Suggests: ${haskell:Suggests}, Conflicts: ${haskell:Conflicts}, @@ -47,7 +50,8 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-decimal-doc Architecture: all Section: doc -Depends: ${haskell:Depends}, ${misc:Depends}, +Depends: ${haskell:Depends}, + ${misc:Depends}, Recommends: ${haskell:Recommends}, Suggests: ${haskell:Suggests}, Conflicts: ${haskell:Conflicts}, diff --git a/p/haskell-deepseq-generics/debian/control b/p/haskell-deepseq-generics/debian/control index d96e9b7fd..88a166a27 100644 --- a/p/haskell-deepseq-generics/debian/control +++ b/p/haskell-deepseq-generics/debian/control @@ -1,21 +1,21 @@ Source: haskell-deepseq-generics -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-test-framework-dev - , libghc-test-framework-hunit-dev - , libghc-hunit-dev -Build-Depends-Indep: ghc-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-test-framework-dev, + libghc-test-framework-hunit-dev, + libghc-hunit-dev, +Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.6 Homepage: http://hackage.haskell.org/package/deepseq-generics -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-deepseq-generics Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-deepseq-generics +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-deepseq-generics X-Description: GHC.Generics-based Control.DeepSeq.rnf implementation This package provides a "GHC.Generics"-based 'Control.DeepSeq.Generics.genericRnf' function which can be used @@ -25,12 +25,12 @@ X-Description: GHC.Generics-based Control.DeepSeq.rnf implementation Package: libghc-deepseq-generics-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -38,22 +38,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-deepseq-generics-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-deepseq-generics-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/haskell-dependent-map/debian/control b/p/haskell-dependent-map/debian/control index 1d74d3d38..2edf74497 100644 --- a/p/haskell-dependent-map/debian/control +++ b/p/haskell-dependent-map/debian/control @@ -1,34 +1,34 @@ Source: haskell-dependent-map -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Joachim Breitner <nomeata@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-dependent-sum-dev (>= 0.2.0.1) - , libghc-dependent-sum-dev (<< 0.3) - , libghc-dependent-sum-prof -Build-Depends-Indep: ghc-doc - , libghc-dependent-sum-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-dependent-sum-dev (>= 0.2.0.1), + libghc-dependent-sum-dev (<< 0.3), + libghc-dependent-sum-prof, +Build-Depends-Indep: ghc-doc, + libghc-dependent-sum-doc, Standards-Version: 3.9.2 Homepage: http://hackage.haskell.org/package/dependent-map -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-dependent-map Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-dependent-map +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-dependent-map X-Description: Dependent finite maps This package provides a basic dependent sum type. The first component is a tag that specifies the type of the second. Package: libghc-dependent-map-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -36,22 +36,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-dependent-map-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-dependent-map-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/haskell-dependent-sum-template/debian/control b/p/haskell-dependent-sum-template/debian/control index 9c943990e..4bce2142e 100644 --- a/p/haskell-dependent-sum-template/debian/control +++ b/p/haskell-dependent-sum-template/debian/control @@ -1,37 +1,37 @@ Source: haskell-dependent-sum-template -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Joachim Breitner <nomeata@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-dependent-sum-dev (>= 0.2) - , libghc-dependent-sum-dev (<< 0.3) - , libghc-dependent-sum-prof - , libghc-th-extras-dev (>= 0.0.0.2) - , libghc-th-extras-prof -Build-Depends-Indep: ghc-doc - , libghc-dependent-sum-doc - , libghc-th-extras-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-dependent-sum-dev (>= 0.2), + libghc-dependent-sum-dev (<< 0.3), + libghc-dependent-sum-prof, + libghc-th-extras-dev (>= 0.0.0.2), + libghc-th-extras-prof, +Build-Depends-Indep: ghc-doc, + libghc-dependent-sum-doc, + libghc-th-extras-doc, Standards-Version: 3.9.2 Homepage: http://hackage.haskell.org/package/dependent-sum-template -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-dependent-sum-template Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-dependent-sum-template +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-dependent-sum-template X-Description: Automatically generate instances of classes in dependent-sum package Using the Template Haskell code in this package, you can create instances for classes liek GEq and GCompare automatically. Package: libghc-dependent-sum-template-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -39,22 +39,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-dependent-sum-template-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-dependent-sum-template-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/haskell-dependent-sum/debian/control b/p/haskell-dependent-sum/debian/control index b6ea4d24c..e42e3d92b 100644 --- a/p/haskell-dependent-sum/debian/control +++ b/p/haskell-dependent-sum/debian/control @@ -1,29 +1,29 @@ Source: haskell-dependent-sum -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Joachim Breitner <nomeata@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof -Build-Depends-Indep: ghc-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, +Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.2 Homepage: http://hackage.haskell.org/package/dependent-sum -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-dependent-sum Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-dependent-sum +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-dependent-sum X-Description: Dependent sum type Dependent sums and supporting typeclasses for comparing and formatting them. Package: libghc-dependent-sum-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -31,22 +31,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-dependent-sum-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-dependent-sum-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/haskell-derive/debian/control b/p/haskell-derive/debian/control index 8679ddbf7..3f5f305d4 100644 --- a/p/haskell-derive/debian/control +++ b/p/haskell-derive/debian/control @@ -1,39 +1,39 @@ Source: haskell-derive +Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> +Uploaders: Masayuki Hatta <mhatta@debian.org> Priority: extra Section: haskell -Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> -Uploaders: Masayuki Hatta (mhatta) <mhatta@debian.org> -Build-Depends: debhelper (>= 9) - , haskell-devscripts (>= 0.9) - , cdbs - , ghc - , ghc-prof - , ghc-ghci - , libghc-src-exts-dev (>= 1.16) - , libghc-src-exts-dev (<< 1.17) - , libghc-src-exts-prof - , libghc-syb-dev - , libghc-syb-prof - , libghc-uniplate-dev (>= 1.5) - , libghc-uniplate-dev (<< 1.7) - , libghc-uniplate-prof -Build-Depends-Indep: ghc-doc - , libghc-src-exts-doc - , libghc-syb-doc - , libghc-uniplate-doc +Build-Depends: debhelper (>= 9), + haskell-devscripts (>= 0.9), + cdbs, + ghc, + ghc-prof, + ghc-ghci, + libghc-src-exts-dev (>= 1.16), + libghc-src-exts-dev (<< 1.17), + libghc-src-exts-prof, + libghc-syb-dev, + libghc-syb-prof, + libghc-uniplate-dev (>= 1.5), + libghc-uniplate-dev (<< 1.7), + libghc-uniplate-prof, +Build-Depends-Indep: ghc-doc, + libghc-src-exts-doc, + libghc-syb-doc, + libghc-uniplate-doc, Standards-Version: 3.9.4 Homepage: http://community.haskell.org/~ndm/derive/ -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-derive Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-derive +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-derive Package: libghc-derive-dev Architecture: any -Depends: ${shlibs:Depends} - , ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${shlibs:Depends}, + ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: Deriving instances for data types in Haskell${haskell:ShortBlurb} Data.Derive is a library and a tool for deriving instances for Haskell programs. It is designed to work with custom derivations, SYB and @@ -45,11 +45,11 @@ Description: Deriving instances for data types in Haskell${haskell:ShortBlurb} Package: libghc-derive-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: Deriving instances for data types in Haskell${haskell:ShortBlurb} Data.Derive is a library and a tool for deriving instances for Haskell programs. It is designed to work with custom derivations, SYB and @@ -62,10 +62,10 @@ Description: Deriving instances for data types in Haskell${haskell:ShortBlurb} Package: libghc-derive-doc Architecture: all Section: doc -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: Deriving instances for data types in Haskell${haskell:ShortBlurb} Data.Derive is a library and a tool for deriving instances for Haskell programs. It is designed to work with custom derivations, SYB and @@ -78,7 +78,9 @@ Description: Deriving instances for data types in Haskell${haskell:ShortBlurb} Package: haskell-derive-utils Architecture: any Section: misc -Depends: ${shlibs:Depends}, ${haskell:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, + ${haskell:Depends}, + ${misc:Depends}, Description: Deriving instances for data types in Haskell Data.Derive is a library and a tool for deriving instances for Haskell programs. It is designed to work with custom derivations, SYB and diff --git a/p/haskell-diagrams-cairo/debian/control b/p/haskell-diagrams-cairo/debian/control index ea080e28c..9d7c52b04 100644 --- a/p/haskell-diagrams-cairo/debian/control +++ b/p/haskell-diagrams-cairo/debian/control @@ -1,79 +1,80 @@ Source: haskell-diagrams-cairo -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Joachim Breitner <nomeata@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-mtl-dev (>= 2.0) - , libghc-mtl-dev (<< 2.3) - , libghc-mtl-prof - , libghc-diagrams-core-dev (>= 1.2) - , libghc-diagrams-core-dev (<< 1.3) - , libghc-diagrams-core-prof - , libghc-diagrams-lib-dev (>= 1.2) - , libghc-diagrams-lib-dev (<< 1.3) - , libghc-diagrams-lib-prof - , libghc-cairo-dev (>= 0.12.4) - , libghc-cairo-dev (<< 0.14) - , libghc-cairo-prof - , libghc-pango-dev (>= 0.12.5) - , libghc-pango-dev (<< 0.14) - , libghc-pango-prof - , libghc-data-default-class-dev (>= 0.0.1) - , libghc-data-default-class-dev (<< 0.1) - , libghc-data-default-class-prof - , libghc-juicypixels-dev (>= 3.1.3.2) - , libghc-juicypixels-dev (<< 3.3) - , libghc-juicypixels-prof - , libghc-lens-dev (>= 3.8) - , libghc-lens-dev (<< 4.10) - , libghc-lens-prof - , libghc-optparse-applicative-dev (>= 0.10) - , libghc-optparse-applicative-dev (<< 0.12) - , libghc-optparse-applicative-prof - , libghc-statestack-dev (>= 0.2) - , libghc-statestack-dev (<< 0.3) - , libghc-statestack-prof - , libghc-split-dev (>= 0.1.2) - , libghc-split-dev (<< 0.3) - , libghc-split-prof - , libghc-hashable-dev (>= 1.1) - , libghc-hashable-dev (<< 1.3) - , libghc-hashable-prof - , libghc-vector-dev (>= 0.10.0) - , libghc-vector-dev (<< 0.11) - , libghc-vector-prof -Build-Depends-Indep: ghc-doc - , libghc-mtl-doc - , libghc-diagrams-core-doc - , libghc-diagrams-lib-doc - , libghc-cairo-doc - , libghc-pango-doc - , libghc-data-default-class-doc - , libghc-juicypixels-doc - , libghc-lens-doc - , libghc-optparse-applicative-doc - , libghc-split-doc - , libghc-statestack-doc - , libghc-hashable-doc - , libghc-vector-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-mtl-dev (>= 2.0), + libghc-mtl-dev (<< 2.3), + libghc-mtl-prof, + libghc-diagrams-core-dev (>= 1.2), + libghc-diagrams-core-dev (<< 1.3), + libghc-diagrams-core-prof, + libghc-diagrams-lib-dev (>= 1.2), + libghc-diagrams-lib-dev (<< 1.3), + libghc-diagrams-lib-prof, + libghc-cairo-dev (>= 0.12.4), + libghc-cairo-dev (<< 0.14), + libghc-cairo-prof, + libghc-pango-dev (>= 0.12.5), + libghc-pango-dev (<< 0.14), + libghc-pango-prof, + libghc-data-default-class-dev (>= 0.0.1), + libghc-data-default-class-dev (<< 0.1), + libghc-data-default-class-prof, + libghc-juicypixels-dev (>= 3.1.3.2), + libghc-juicypixels-dev (<< 3.3), + libghc-juicypixels-prof, + libghc-lens-dev (>= 3.8), + libghc-lens-dev (<< 4.10), + libghc-lens-prof, + libghc-optparse-applicative-dev (>= 0.10), + libghc-optparse-applicative-dev (<< 0.12), + libghc-optparse-applicative-prof, + libghc-statestack-dev (>= 0.2), + libghc-statestack-dev (<< 0.3), + libghc-statestack-prof, + libghc-split-dev (>= 0.1.2), + libghc-split-dev (<< 0.3), + libghc-split-prof, + libghc-hashable-dev (>= 1.1), + libghc-hashable-dev (<< 1.3), + libghc-hashable-prof, + libghc-vector-dev (>= 0.10.0), + libghc-vector-dev (<< 0.11), + libghc-vector-prof, +Build-Depends-Indep: ghc-doc, + libghc-mtl-doc, + libghc-diagrams-core-doc, + libghc-diagrams-lib-doc, + libghc-cairo-doc, + libghc-pango-doc, + libghc-data-default-class-doc, + libghc-juicypixels-doc, + libghc-lens-doc, + libghc-optparse-applicative-doc, + libghc-split-doc, + libghc-statestack-doc, + libghc-hashable-doc, + libghc-vector-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/diagrams-cairo -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-diagrams-cairo Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-diagrams-cairo +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-diagrams-cairo Package: libghc-diagrams-cairo-dev Architecture: any -Depends: ${haskell:Depends} - , ${shlibs:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests}, libghc-diagrams-dev -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${shlibs:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, + libghc-diagrams-dev, +Provides: ${haskell:Provides}, Description: Cairo backend for the diagrams drawing EDSL${haskell:ShortBlurb} A full-featured backend for rendering diagrams using the cairo rendering engine. To get started, see "Diagrams.Backend.Cairo.CmdLine". @@ -82,11 +83,12 @@ Description: Cairo backend for the diagrams drawing EDSL${haskell:ShortBlurb} Package: libghc-diagrams-cairo-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests}, libghc-diagrams-prof -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, + libghc-diagrams-prof, +Provides: ${haskell:Provides}, Description: Cairo backend for the diagrams drawing EDSL${haskell:ShortBlurb} A full-featured backend for rendering diagrams using the cairo rendering engine. To get started, see "Diagrams.Backend.Cairo.CmdLine". @@ -94,11 +96,13 @@ Description: Cairo backend for the diagrams drawing EDSL${haskell:ShortBlurb} ${haskell:Blurb} Package: libghc-diagrams-cairo-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests}, libghc-diagrams-doc +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, + libghc-diagrams-doc, Description: Cairo backend for the diagrams drawing EDSL${haskell:ShortBlurb} A full-featured backend for rendering diagrams using the cairo rendering engine. To get started, see "Diagrams.Backend.Cairo.CmdLine". diff --git a/p/haskell-diagrams-core/debian/control b/p/haskell-diagrams-core/debian/control index a4d156e02..f82d3635c 100644 --- a/p/haskell-diagrams-core/debian/control +++ b/p/haskell-diagrams-core/debian/control @@ -1,59 +1,60 @@ Source: haskell-diagrams-core -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Joachim Breitner <nomeata@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-semigroups-dev (>= 0.8.4) - , libghc-semigroups-dev (<< 0.17) - , libghc-semigroups-prof - , libghc-vector-space-dev (>= 0.8.4) - , libghc-vector-space-dev (<< 0.11) - , libghc-vector-space-prof - , libghc-vector-space-points-dev (>= 0.1) - , libghc-vector-space-points-dev (<< 0.3) - , libghc-vector-space-points-prof - , libghc-memotrie-dev (>= 0.4.7) - , libghc-memotrie-dev (<< 0.7) - , libghc-memotrie-prof - , libghc-newtype-dev (>= 0.2) - , libghc-newtype-dev (<< 0.3) - , libghc-newtype-prof - , libghc-monoid-extras-dev (>= 0.3) - , libghc-monoid-extras-dev (<< 0.4) - , libghc-monoid-extras-prof - , libghc-dual-tree-dev (>= 0.2) - , libghc-dual-tree-dev (<< 0.3) - , libghc-dual-tree-prof - , libghc-lens-dev (>= 4.0) - , libghc-lens-dev (<< 4.10) - , libghc-lens-prof -Build-Depends-Indep: ghc-doc - , libghc-semigroups-doc - , libghc-vector-space-doc - , libghc-vector-space-points-doc - , libghc-memotrie-doc - , libghc-newtype-doc - , libghc-monoid-extras-doc - , libghc-dual-tree-doc - , libghc-lens-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-semigroups-dev (>= 0.8.4), + libghc-semigroups-dev (<< 0.17), + libghc-semigroups-prof, + libghc-vector-space-dev (>= 0.8.4), + libghc-vector-space-dev (<< 0.11), + libghc-vector-space-prof, + libghc-vector-space-points-dev (>= 0.1), + libghc-vector-space-points-dev (<< 0.3), + libghc-vector-space-points-prof, + libghc-memotrie-dev (>= 0.4.7), + libghc-memotrie-dev (<< 0.7), + libghc-memotrie-prof, + libghc-newtype-dev (>= 0.2), + libghc-newtype-dev (<< 0.3), + libghc-newtype-prof, + libghc-monoid-extras-dev (>= 0.3), + libghc-monoid-extras-dev (<< 0.4), + libghc-monoid-extras-prof, + libghc-dual-tree-dev (>= 0.2), + libghc-dual-tree-dev (<< 0.3), + libghc-dual-tree-prof, + libghc-lens-dev (>= 4.0), + libghc-lens-dev (<< 4.10), + libghc-lens-prof, +Build-Depends-Indep: ghc-doc, + libghc-semigroups-doc, + libghc-vector-space-doc, + libghc-vector-space-points-doc, + libghc-memotrie-doc, + libghc-newtype-doc, + libghc-monoid-extras-doc, + libghc-dual-tree-doc, + libghc-lens-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/diagrams-core -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-diagrams-core Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-diagrams-core +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-diagrams-core Package: libghc-diagrams-core-dev Architecture: any -Depends: ${haskell:Depends} - , ${shlibs:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests}, libghc-diagrams-dev -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${shlibs:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, + libghc-diagrams-dev, +Provides: ${haskell:Provides}, Description: Core libraries for diagrams EDSL${haskell:ShortBlurb} The core modules underlying diagrams, an embedded domain-specific language for compositional, declarative drawing. @@ -62,11 +63,12 @@ Description: Core libraries for diagrams EDSL${haskell:ShortBlurb} Package: libghc-diagrams-core-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests}, libghc-diagrams-prof -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, + libghc-diagrams-prof, +Provides: ${haskell:Provides}, Description: Core libraries for diagrams EDSL${haskell:ShortBlurb} The core modules underlying diagrams, an embedded domain-specific language for compositional, declarative drawing. @@ -74,11 +76,13 @@ Description: Core libraries for diagrams EDSL${haskell:ShortBlurb} ${haskell:Blurb} Package: libghc-diagrams-core-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests}, libghc-diagrams-doc +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, + libghc-diagrams-doc, Description: Core libraries for diagrams EDSL${haskell:ShortBlurb} The core modules underlying diagrams, an embedded domain-specific language for compositional, declarative drawing. diff --git a/p/haskell-diagrams-gtk/debian/control b/p/haskell-diagrams-gtk/debian/control index 8c85cf687..f261289fa 100644 --- a/p/haskell-diagrams-gtk/debian/control +++ b/p/haskell-diagrams-gtk/debian/control @@ -1,43 +1,43 @@ Source: haskell-diagrams-gtk -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Joachim Breitner <nomeata@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-cairo-dev (>= 0.12.4) - , libghc-cairo-dev (<< 0.14) - , libghc-cairo-prof - , libghc-diagrams-lib-dev (>= 1.2) - , libghc-diagrams-lib-dev (<< 1.3) - , libghc-diagrams-lib-prof - , libghc-diagrams-cairo-dev (>= 1.2) - , libghc-diagrams-cairo-dev (<< 1.3) - , libghc-diagrams-cairo-prof - , libghc-gtk-dev (>= 0.12.0) - , libghc-gtk-dev (<< 0.14) - , libghc-gtk-prof -Build-Depends-Indep: ghc-doc - , libghc-cairo-doc - , libghc-diagrams-lib-doc - , libghc-diagrams-cairo-doc - , libghc-gtk-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-cairo-dev (>= 0.12.4), + libghc-cairo-dev (<< 0.14), + libghc-cairo-prof, + libghc-diagrams-lib-dev (>= 1.2), + libghc-diagrams-lib-dev (<< 1.3), + libghc-diagrams-lib-prof, + libghc-diagrams-cairo-dev (>= 1.2), + libghc-diagrams-cairo-dev (<< 1.3), + libghc-diagrams-cairo-prof, + libghc-gtk-dev (>= 0.12.0), + libghc-gtk-dev (<< 0.14), + libghc-gtk-prof, +Build-Depends-Indep: ghc-doc, + libghc-cairo-doc, + libghc-diagrams-lib-doc, + libghc-diagrams-cairo-doc, + libghc-gtk-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/diagrams-gtk -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-diagrams-gtk Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-diagrams-gtk +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-diagrams-gtk Package: libghc-diagrams-gtk-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: Backend for rendering diagrams directly to GTK windows${haskell:ShortBlurb} An optional add-on to the diagrams-cairo package which allows rendering diagrams directly to GTK windows. @@ -46,11 +46,11 @@ Description: Backend for rendering diagrams directly to GTK windows${haskell:Sho Package: libghc-diagrams-gtk-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: Backend for rendering diagrams directly to GTK windows${haskell:ShortBlurb} An optional add-on to the diagrams-cairo package which allows rendering diagrams directly to GTK windows. @@ -58,11 +58,12 @@ Description: Backend for rendering diagrams directly to GTK windows${haskell:Sho ${haskell:Blurb} Package: libghc-diagrams-gtk-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: Backend for rendering diagrams directly to GTK windows${haskell:ShortBlurb} An optional add-on to the diagrams-cairo package which allows rendering diagrams directly to GTK windows. diff --git a/p/haskell-diagrams-lib/debian/control b/p/haskell-diagrams-lib/debian/control index d42e9b8dd..664961951 100644 --- a/p/haskell-diagrams-lib/debian/control +++ b/p/haskell-diagrams-lib/debian/control @@ -1,96 +1,96 @@ Source: haskell-diagrams-lib -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Joachim Breitner <nomeata@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , ghc-ghci - , libghc-semigroups-dev (>= 0.3.4) - , libghc-semigroups-dev (<< 0.17) - , libghc-semigroups-prof - , libghc-monoid-extras-dev (>= 0.2.2) - , libghc-monoid-extras-dev (<< 0.4) - , libghc-monoid-extras-prof - , libghc-dual-tree-dev (>= 0.2) - , libghc-dual-tree-dev (<< 0.3) - , libghc-dual-tree-prof - , libghc-diagrams-core-dev (>= 1.2) - , libghc-diagrams-core-dev (<< 1.3) - , libghc-diagrams-core-prof - , libghc-active-dev (>= 0.1) - , libghc-active-dev (<< 0.2) - , libghc-active-prof - , libghc-vector-space-dev (>= 0.7.7) - , libghc-vector-space-dev (<< 0.11) - , libghc-vector-space-prof - , libghc-vector-space-points-dev (>= 0.1.2) - , libghc-vector-space-points-dev (<< 0.3) - , libghc-vector-space-points-prof - , libghc-colour-dev (>= 2.3.2) - , libghc-colour-dev (<< 2.4) - , libghc-colour-prof - , libghc-data-default-class-dev (<< 0.1) - , libghc-data-default-class-prof - , libghc-fingertree-dev (>= 0.1) - , libghc-fingertree-dev (<< 0.2) - , libghc-fingertree-prof - , libghc-intervals-dev (>= 0.7) - , libghc-intervals-dev (<< 0.8) - , libghc-intervals-prof - , libghc-lens-dev (>= 4.0) - , libghc-lens-dev (<< 4.10) - , libghc-lens-prof - , libghc-memotrie-dev (>= 0.6) - , libghc-memotrie-dev (<< 0.7) - , libghc-memotrie-prof - , libghc-optparse-applicative-dev (>= 0.10) - , libghc-optparse-applicative-dev (<< 0.12) - , libghc-optparse-applicative-prof - , libghc-juicypixels-dev (>= 3.1.5) - , libghc-juicypixels-dev (<< 3.3) - , libghc-juicypixels-prof - , libghc-tagged-dev (>= 0.7) - , libghc-tagged-prof - , libghc-hashable-dev (>= 1.1) - , libghc-hashable-dev (<< 1.3) - , libghc-hashable-prof -# For Setup.hs - , libghc-cabal-dev (>= 1.18) -Build-Depends-Indep: ghc-doc - , libghc-semigroups-doc - , libghc-monoid-extras-doc - , libghc-dual-tree-doc - , libghc-diagrams-core-doc - , libghc-active-doc - , libghc-vector-space-doc - , libghc-vector-space-points-doc - , libghc-colour-doc - , libghc-data-default-class-doc - , libghc-fingertree-doc - , libghc-intervals-doc - , libghc-lens-doc - , libghc-memotrie-doc - , libghc-optparse-applicative-doc - , libghc-tagged-doc - , libghc-juicypixels-doc - , libghc-hashable-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + ghc-ghci, + libghc-semigroups-dev (>= 0.3.4), + libghc-semigroups-dev (<< 0.17), + libghc-semigroups-prof, + libghc-monoid-extras-dev (>= 0.2.2), + libghc-monoid-extras-dev (<< 0.4), + libghc-monoid-extras-prof, + libghc-dual-tree-dev (>= 0.2), + libghc-dual-tree-dev (<< 0.3), + libghc-dual-tree-prof, + libghc-diagrams-core-dev (>= 1.2), + libghc-diagrams-core-dev (<< 1.3), + libghc-diagrams-core-prof, + libghc-active-dev (>= 0.1), + libghc-active-dev (<< 0.2), + libghc-active-prof, + libghc-vector-space-dev (>= 0.7.7), + libghc-vector-space-dev (<< 0.11), + libghc-vector-space-prof, + libghc-vector-space-points-dev (>= 0.1.2), + libghc-vector-space-points-dev (<< 0.3), + libghc-vector-space-points-prof, + libghc-colour-dev (>= 2.3.2), + libghc-colour-dev (<< 2.4), + libghc-colour-prof, + libghc-data-default-class-dev (<< 0.1), + libghc-data-default-class-prof, + libghc-fingertree-dev (>= 0.1), + libghc-fingertree-dev (<< 0.2), + libghc-fingertree-prof, + libghc-intervals-dev (>= 0.7), + libghc-intervals-dev (<< 0.8), + libghc-intervals-prof, + libghc-lens-dev (>= 4.0), + libghc-lens-dev (<< 4.10), + libghc-lens-prof, + libghc-memotrie-dev (>= 0.6), + libghc-memotrie-dev (<< 0.7), + libghc-memotrie-prof, + libghc-optparse-applicative-dev (>= 0.10), + libghc-optparse-applicative-dev (<< 0.12), + libghc-optparse-applicative-prof, + libghc-juicypixels-dev (>= 3.1.5), + libghc-juicypixels-dev (<< 3.3), + libghc-juicypixels-prof, + libghc-tagged-dev (>= 0.7), + libghc-tagged-prof, + libghc-hashable-dev (>= 1.1), + libghc-hashable-dev (<< 1.3), + libghc-hashable-prof, + libghc-cabal-dev (>= 1.18), +Build-Depends-Indep: ghc-doc, + libghc-semigroups-doc, + libghc-monoid-extras-doc, + libghc-dual-tree-doc, + libghc-diagrams-core-doc, + libghc-active-doc, + libghc-vector-space-doc, + libghc-vector-space-points-doc, + libghc-colour-doc, + libghc-data-default-class-doc, + libghc-fingertree-doc, + libghc-intervals-doc, + libghc-lens-doc, + libghc-memotrie-doc, + libghc-optparse-applicative-doc, + libghc-tagged-doc, + libghc-juicypixels-doc, + libghc-hashable-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/diagrams-lib -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-diagrams-lib Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-diagrams-lib +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-diagrams-lib Package: libghc-diagrams-lib-dev Architecture: any -Depends: ${haskell:Depends} - , ${shlibs:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests}, libghc-diagrams-dev -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${shlibs:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, + libghc-diagrams-dev, +Provides: ${haskell:Provides}, Description: Embedded domain-specific language for declarative graphics${haskell:ShortBlurb} Diagrams is a flexible, extensible EDSL for creating graphics of many types. Graphics can be created in arbitrary vector spaces and rendered with multiple @@ -102,11 +102,12 @@ Description: Embedded domain-specific language for declarative graphics${haskell Package: libghc-diagrams-lib-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests}, libghc-diagrams-prof -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, + libghc-diagrams-prof, +Provides: ${haskell:Provides}, Description: Embedded domain-specific language for declarative graphics${haskell:ShortBlurb} Diagrams is a flexible, extensible EDSL for creating graphics of many types. Graphics can be created in arbitrary vector spaces and rendered with multiple @@ -117,11 +118,13 @@ Description: Embedded domain-specific language for declarative graphics${haskell ${haskell:Blurb} Package: libghc-diagrams-lib-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests}, libghc-diagrams-doc +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, + libghc-diagrams-doc, Description: Embedded domain-specific language for declarative graphics${haskell:ShortBlurb} Diagrams is a flexible, extensible EDSL for creating graphics of many types. Graphics can be created in arbitrary vector spaces and rendered with multiple diff --git a/p/haskell-diagrams-svg/debian/control b/p/haskell-diagrams-svg/debian/control index 61c545ccc..5959373c1 100644 --- a/p/haskell-diagrams-svg/debian/control +++ b/ |