summaryrefslogtreecommitdiff
path: root/p/haskell-test-framework
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2015-08-12 20:17:21 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2015-08-12 20:17:21 +0200
commit9fa2cdb713769ca89053c21e8700c29bb4bbb005 (patch)
treed8f74cd79b335d63b8eeae05c47a8b2324446c5f /p/haskell-test-framework
parent0443e71918b6bdf9dbe9f6a02899c4296dd947af (diff)
downloadDHG_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 :-)
Diffstat (limited to 'p/haskell-test-framework')
-rw-r--r--p/haskell-test-framework/debian/control74
1 files changed, 37 insertions, 37 deletions
diff --git a/p/haskell-test-framework/debian/control b/p/haskell-test-framework/debian/control
index 545434860..6b675e30c 100644
--- a/p/haskell-test-framework/debian/control
+++ b/p/haskell-test-framework/debian/control
@@ -1,45 +1,45 @@
Source: haskell-test-framework
-Priority: extra
-Section: haskell
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Kiwamu Okabe <kiwamu@debian.or.jp>
+Priority: extra
+Section: haskell
Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.9),
- cdbs,
- ghc,
- ghc-prof,
- libghc-ansi-terminal-dev (>= 0.4.0),
- libghc-ansi-terminal-prof,
- libghc-ansi-wl-pprint-dev (>= 0.5.1),
- libghc-ansi-wl-pprint-prof,
- libghc-hostname-dev (>= 1.0),
- libghc-hostname-prof,
- libghc-random-dev (>> 1.0),
- libghc-random-prof,
- libghc-regex-posix-dev (>= 0.72),
- libghc-regex-posix-prof,
- libghc-xml-dev (>= 1.3.5),
- libghc-xml-prof
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-ansi-terminal-dev (>= 0.4.0),
+ libghc-ansi-terminal-prof,
+ libghc-ansi-wl-pprint-dev (>= 0.5.1),
+ libghc-ansi-wl-pprint-prof,
+ libghc-hostname-dev (>= 1.0),
+ libghc-hostname-prof,
+ libghc-random-dev (>> 1.0),
+ libghc-random-prof,
+ libghc-regex-posix-dev (>= 0.72),
+ libghc-regex-posix-prof,
+ libghc-xml-dev (>= 1.3.5),
+ libghc-xml-prof,
Build-Depends-Indep: ghc-doc,
- libghc-ansi-terminal-doc,
- libghc-ansi-wl-pprint-doc,
- libghc-hostname-doc,
- libghc-random-doc,
- libghc-regex-posix-doc,
- libghc-xml-doc
+ libghc-ansi-terminal-doc,
+ libghc-ansi-wl-pprint-doc,
+ libghc-hostname-doc,
+ libghc-random-doc,
+ libghc-regex-posix-doc,
+ libghc-xml-doc,
Standards-Version: 3.9.5
Homepage: http://batterseapower.github.com/test-framework/
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-test-framework
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-test-framework
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-test-framework
Package: libghc-test-framework-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: Framework for running and organising tests
Allows tests such as QuickCheck properties and HUnit test cases to be
assembled into test groups, run in parallel (but reported in deterministic
@@ -55,10 +55,10 @@ Description: Framework for running and organising tests
Package: libghc-test-framework-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: Framework for running and organising tests; profiling libraries
Allows tests such as QuickCheck properties and HUnit test cases to be
assembled into test groups, run in parallel (but reported in deterministic
@@ -75,9 +75,9 @@ Package: libghc-test-framework-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: Framework for running and organising tests; documentation
Allows tests such as QuickCheck properties and HUnit test cases to be
assembled into test groups, run in parallel (but reported in deterministic