summaryrefslogtreecommitdiff
path: root/p/haskell-persistent-postgresql
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-persistent-postgresql
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-persistent-postgresql')
-rw-r--r--p/haskell-persistent-postgresql/debian/control112
1 files changed, 56 insertions, 56 deletions
diff --git a/p/haskell-persistent-postgresql/debian/control b/p/haskell-persistent-postgresql/debian/control
index c8c4e83a7..1dd7b5391 100644
--- a/p/haskell-persistent-postgresql/debian/control
+++ b/p/haskell-persistent-postgresql/debian/control
@@ -1,58 +1,58 @@
Source: haskell-persistent-postgresql
-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-postgresql-simple-dev (>> 0.4)
- , libghc-postgresql-simple-dev (<< 0.5)
- , libghc-postgresql-simple-prof
- , libghc-postgresql-libpq-dev (>> 0.6.1)
- , libghc-postgresql-libpq-dev (<< 0.10)
- , libghc-postgresql-libpq-prof
- , libghc-persistent-dev (>> 2.1.5)
- , libghc-persistent-dev (<< 3)
- , libghc-persistent-prof
- , libghc-text-dev (>> 0.7)
- , libghc-text-prof
- , libghc-monad-control-dev (>> 0.2)
- , libghc-monad-control-prof
- , libghc-blaze-builder-dev
- , libghc-blaze-builder-prof
- , libghc-aeson-dev (>> 0.6.2)
- , libghc-aeson-prof
- , libghc-conduit-dev (>> 0.5.3)
- , libghc-conduit-prof
- , libghc-resourcet-dev (>= 1.1)
- , libghc-resourcet-prof
- , libghc-monad-logger-dev (>= 0.3.4)
- , libghc-monad-logger-prof
-Build-Depends-Indep: ghc-doc
- , libghc-postgresql-simple-doc
- , libghc-postgresql-libpq-doc
- , libghc-persistent-doc
- , libghc-text-doc
- , libghc-monad-control-doc
- , libghc-blaze-builder-doc
- , libghc-aeson-doc
- , libghc-conduit-doc
- , libghc-resourcet-doc
- , libghc-monad-logger-doc
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-postgresql-simple-dev (>> 0.4),
+ libghc-postgresql-simple-dev (<< 0.5),
+ libghc-postgresql-simple-prof,
+ libghc-postgresql-libpq-dev (>> 0.6.1),
+ libghc-postgresql-libpq-dev (<< 0.10),
+ libghc-postgresql-libpq-prof,
+ libghc-persistent-dev (>> 2.1.5),
+ libghc-persistent-dev (<< 3),
+ libghc-persistent-prof,
+ libghc-text-dev (>> 0.7),
+ libghc-text-prof,
+ libghc-monad-control-dev (>> 0.2),
+ libghc-monad-control-prof,
+ libghc-blaze-builder-dev,
+ libghc-blaze-builder-prof,
+ libghc-aeson-dev (>> 0.6.2),
+ libghc-aeson-prof,
+ libghc-conduit-dev (>> 0.5.3),
+ libghc-conduit-prof,
+ libghc-resourcet-dev (>= 1.1),
+ libghc-resourcet-prof,
+ libghc-monad-logger-dev (>= 0.3.4),
+ libghc-monad-logger-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-postgresql-simple-doc,
+ libghc-postgresql-libpq-doc,
+ libghc-persistent-doc,
+ libghc-text-doc,
+ libghc-monad-control-doc,
+ libghc-blaze-builder-doc,
+ libghc-aeson-doc,
+ libghc-conduit-doc,
+ libghc-resourcet-doc,
+ libghc-monad-logger-doc,
Standards-Version: 3.9.4
Homepage: http://www.yesodweb.com/book/persistent
Package: libghc-persistent-postgresql-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: backend for the persistent library using PostgreSQL
Based on the postgresql-simple package
.
@@ -63,11 +63,11 @@ Description: backend for the persistent library using PostgreSQL
Package: libghc-persistent-postgresql-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 the persistent library using PostgreSQL; profiling libraries
Based on the postgresql-simple package
.
@@ -79,10 +79,10 @@ Description: backend for the persistent library using PostgreSQL; profiling libr
Package: libghc-persistent-postgresql-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: backend for the persistent library using PostgreSQL; documentation
Based on the postgresql-simple package
.