From 9fa2cdb713769ca89053c21e8700c29bb4bbb005 Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Wed, 12 Aug 2015 20:17:21 +0200 Subject: 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 :-) --- p/haskell-esqueleto/debian/control | 111 +++++++++++++++++++------------------ 1 file changed, 56 insertions(+), 55 deletions(-) (limited to 'p/haskell-esqueleto') 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 Uploaders: Clint Adams -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} . -- cgit v1.2.3