summaryrefslogtreecommitdiff
path: root/p/haskell-lazysmallcheck
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-lazysmallcheck
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-lazysmallcheck')
-rw-r--r--p/haskell-lazysmallcheck/debian/control36
1 files changed, 18 insertions, 18 deletions
diff --git a/p/haskell-lazysmallcheck/debian/control b/p/haskell-lazysmallcheck/debian/control
index b3ce5ad17..9235526e1 100644
--- a/p/haskell-lazysmallcheck/debian/control
+++ b/p/haskell-lazysmallcheck/debian/control
@@ -1,26 +1,26 @@
Source: haskell-lazysmallcheck
-Section: haskell
-Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Joachim Breitner <nomeata@debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ ghc-doc,
Standards-Version: 3.9.4
-Build-Depends: debhelper (>= 9)
- , haskell-devscripts (>= 0.9)
- , cdbs
- , ghc
- , ghc-prof
- , ghc-doc
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-lazysmallcheck
-Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-lazysmallcheck
Homepage: http://www.cs.york.ac.uk/fp/smallcheck/
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-lazysmallcheck
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-lazysmallcheck
Package: libghc-lazysmallcheck-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: A library for demand-driven testing of Haskell programs
This package provides a library for the Haskell programming language.
.
@@ -34,9 +34,9 @@ Description: A library for demand-driven testing of Haskell programs
Package: libghc-lazysmallcheck-prof
Architecture: any
-Depends: ${haskell:Depends}
- , ${misc:Depends}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Provides: ${haskell:Provides},
Description: A library for demand-driven testing of Haskell programs; profiling libraries
This package provides a library for the Haskell programming language,
compiled for profiling.