summaryrefslogtreecommitdiff
path: root/p/haskell-esqueleto
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-esqueleto
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-esqueleto')
-rw-r--r--p/haskell-esqueleto/debian/control111
1 files changed, 56 insertions, 55 deletions
diff --git a/p/haskell-esqueleto/debian/control b/p/haskell-esqueleto/debian/control
index 0832634dd..1f58bf2b1 100644
--- a/p/haskell-esqueleto/debian/control
+++ b/p/haskell-esqueleto/debian/control
@@ -1,49 +1,49 @@
Source: haskell-esqueleto
-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-conduit-dev (>= 1.1)
- , libghc-conduit-prof
- , libghc-monad-logger-dev
- , libghc-monad-logger-prof
- , libghc-persistent-dev (>= 2.1.1.7)
- , libghc-persistent-dev (<< 2.2)
- , libghc-persistent-prof
- , libghc-resourcet-dev (>= 1.1)
- , libghc-resourcet-prof
- , libghc-tagged-dev (>= 0.2)
- , libghc-tagged-prof
- , libghc-text-dev (>= 0.11)
- , libghc-text-dev (<< 1.3)
- , libghc-text-prof
- , libghc-unordered-containers-dev (>= 0.2)
- , libghc-unordered-containers-prof
- , libghc-hunit-dev
- , libghc-quickcheck2-dev
- , libghc-hspec-dev (>= 1.8)
- , libghc-persistent-sqlite-dev (>= 2.1)
- , libghc-persistent-sqlite-dev (<< 2.2)
- , libghc-persistent-template-dev (>= 2.1)
- , libghc-persistent-template-dev (<< 2.2)
- , libghc-monad-control-dev
-Build-Depends-Indep: ghc-doc
- , libghc-conduit-doc
- , libghc-monad-logger-doc
- , libghc-persistent-doc
- , libghc-resourcet-doc
- , libghc-tagged-doc
- , libghc-text-doc
- , libghc-unordered-containers-doc
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ cdbs,
+ haskell-devscripts (>= 0.9),
+ ghc,
+ ghc-prof,
+ libghc-conduit-dev (>= 1.1),
+ libghc-conduit-prof,
+ libghc-monad-logger-dev,
+ libghc-monad-logger-prof,
+ libghc-persistent-dev (>= 2.1.1.7),
+ libghc-persistent-dev (<< 2.2),
+ libghc-persistent-prof,
+ libghc-resourcet-dev (>= 1.1),
+ libghc-resourcet-prof,
+ libghc-tagged-dev (>= 0.2),
+ libghc-tagged-prof,
+ libghc-text-dev (>= 0.11),
+ libghc-text-dev (<< 1.3),
+ libghc-text-prof,
+ libghc-unordered-containers-dev (>= 0.2),
+ libghc-unordered-containers-prof,
+ libghc-hunit-dev,
+ libghc-quickcheck2-dev,
+ libghc-hspec-dev (>= 1.8),
+ libghc-persistent-sqlite-dev (>= 2.1),
+ libghc-persistent-sqlite-dev (<< 2.2),
+ libghc-persistent-template-dev (>= 2.1),
+ libghc-persistent-template-dev (<< 2.2),
+ libghc-monad-control-dev,
+Build-Depends-Indep: ghc-doc,
+ libghc-conduit-doc,
+ libghc-monad-logger-doc,
+ libghc-persistent-doc,
+ libghc-resourcet-doc,
+ libghc-tagged-doc,
+ libghc-text-doc,
+ libghc-unordered-containers-doc,
Standards-Version: 3.9.5
Homepage: http://hackage.haskell.org/package/esqueleto
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-esqueleto
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-esqueleto
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-esqueleto
X-Description: type-safe EDSL for SQL on persistent backends
esqueleto is a bare bones, type-safe EDSL for SQL queries
that works with unmodified persistent SQL backends. Its
@@ -56,12 +56,12 @@ X-Description: type-safe EDSL for SQL on persistent backends
Package: libghc-esqueleto-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}
.
@@ -69,22 +69,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-esqueleto-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-esqueleto-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}
.