summaryrefslogtreecommitdiff
path: root/p/haskell-yesod-auth/debian
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-yesod-auth/debian
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-yesod-auth/debian')
-rw-r--r--p/haskell-yesod-auth/debian/control249
1 files changed, 125 insertions, 124 deletions
diff --git a/p/haskell-yesod-auth/debian/control b/p/haskell-yesod-auth/debian/control
index 92e1a65a2..34ab89ec5 100644
--- a/p/haskell-yesod-auth/debian/control
+++ b/p/haskell-yesod-auth/debian/control
@@ -1,127 +1,127 @@
Source: haskell-yesod-auth
-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
- , ghc-ghci
- , libghc-aeson-dev (>= 0.7)
- , libghc-aeson-prof
- , libghc-authenticate-dev (>= 1.3)
- , libghc-authenticate-prof
- , libghc-base16-bytestring-dev
- , libghc-base16-bytestring-prof
- , libghc-base64-bytestring-dev
- , libghc-base64-bytestring-prof
- , libghc-blaze-html-dev (>= 0.5)
- , libghc-blaze-html-prof
- , libghc-blaze-markup-dev (>= 0.5.1)
- , libghc-blaze-markup-prof
- , libghc-byteable-dev
- , libghc-byteable-prof
- , libghc-conduit-dev
- , libghc-conduit-prof
- , libghc-conduit-extra-dev
- , libghc-conduit-extra-prof
- , libghc-nonce-dev (>= 1.0.2)
- , libghc-nonce-dev (<< 1.1)
- , libghc-nonce-dev
- , libghc-nonce-prof
- , libghc-cryptohash-dev
- , libghc-cryptohash-prof
- , libghc-data-default-dev
- , libghc-data-default-prof
- , libghc-email-validate-dev (>= 1.0)
- , libghc-email-validate-prof
- , libghc-file-embed-dev
- , libghc-file-embed-prof
- , libghc-http-client-dev
- , libghc-http-client-prof
- , libghc-http-conduit-dev (>= 1.5)
- , libghc-http-conduit-prof
- , libghc-http-types-dev
- , libghc-http-types-prof
- , libghc-lifted-base-dev (>= 0.1)
- , libghc-lifted-base-prof
- , libghc-mime-mail-dev (>= 0.3)
- , libghc-mime-mail-prof
- , libghc-persistent-dev (>= 2.1)
- , libghc-persistent-dev (<< 2.3)
- , libghc-persistent-prof
- , libghc-persistent-template-dev (>= 2.1)
- , libghc-persistent-template-dev (<< 2.2)
- , libghc-persistent-template-prof
- , libghc-random-dev (>= 1.0.0.2)
- , libghc-random-prof
- , libghc-resourcet-dev
- , libghc-resourcet-prof
- , libghc-safe-dev
- , libghc-safe-prof
- , libghc-shakespeare-dev
- , libghc-shakespeare-prof
- , libghc-text-dev (>= 0.7)
- , libghc-text-prof
- , libghc-unordered-containers-dev
- , libghc-unordered-containers-prof
- , libghc-wai-dev (>= 1.4)
- , libghc-wai-prof
- , libghc-yesod-core-dev (>= 1.4)
- , libghc-yesod-core-dev (<< 1.5)
- , libghc-yesod-core-prof
- , libghc-yesod-form-dev (>= 1.4)
- , libghc-yesod-form-dev (<< 1.5)
- , libghc-yesod-form-prof
- , libghc-yesod-persistent-dev (>= 1.4)
- , libghc-yesod-persistent-prof
-Build-Depends-Indep: ghc-doc
- , libghc-aeson-doc
- , libghc-authenticate-doc
- , libghc-base16-bytestring-doc
- , libghc-base64-bytestring-doc
- , libghc-blaze-html-doc
- , libghc-blaze-markup-doc
- , libghc-byteable-doc
- , libghc-conduit-doc
- , libghc-conduit-extra-doc
- , libghc-nonce-doc
- , libghc-cryptohash-doc
- , libghc-data-default-doc
- , libghc-email-validate-doc
- , libghc-file-embed-doc
- , libghc-http-client-doc
- , libghc-http-conduit-doc
- , libghc-http-types-doc
- , libghc-lifted-base-doc
- , libghc-mime-mail-doc
- , libghc-persistent-doc
- , libghc-persistent-template-doc
- , libghc-random-doc
- , libghc-resourcet-doc
- , libghc-safe-doc
- , libghc-shakespeare-doc
- , libghc-text-doc
- , libghc-unordered-containers-doc
- , libghc-wai-doc
- , libghc-yesod-core-doc
- , libghc-yesod-form-doc
- , libghc-yesod-persistent-doc
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ cdbs,
+ haskell-devscripts (>= 0.9),
+ ghc,
+ ghc-prof,
+ ghc-ghci,
+ libghc-aeson-dev (>= 0.7),
+ libghc-aeson-prof,
+ libghc-authenticate-dev (>= 1.3),
+ libghc-authenticate-prof,
+ libghc-base16-bytestring-dev,
+ libghc-base16-bytestring-prof,
+ libghc-base64-bytestring-dev,
+ libghc-base64-bytestring-prof,
+ libghc-blaze-html-dev (>= 0.5),
+ libghc-blaze-html-prof,
+ libghc-blaze-markup-dev (>= 0.5.1),
+ libghc-blaze-markup-prof,
+ libghc-byteable-dev,
+ libghc-byteable-prof,
+ libghc-conduit-dev,
+ libghc-conduit-prof,
+ libghc-conduit-extra-dev,
+ libghc-conduit-extra-prof,
+ libghc-nonce-dev (>= 1.0.2),
+ libghc-nonce-dev (<< 1.1),
+ libghc-nonce-dev,
+ libghc-nonce-prof,
+ libghc-cryptohash-dev,
+ libghc-cryptohash-prof,
+ libghc-data-default-dev,
+ libghc-data-default-prof,
+ libghc-email-validate-dev (>= 1.0),
+ libghc-email-validate-prof,
+ libghc-file-embed-dev,
+ libghc-file-embed-prof,
+ libghc-http-client-dev,
+ libghc-http-client-prof,
+ libghc-http-conduit-dev (>= 1.5),
+ libghc-http-conduit-prof,
+ libghc-http-types-dev,
+ libghc-http-types-prof,
+ libghc-lifted-base-dev (>= 0.1),
+ libghc-lifted-base-prof,
+ libghc-mime-mail-dev (>= 0.3),
+ libghc-mime-mail-prof,
+ libghc-persistent-dev (>= 2.1),
+ libghc-persistent-dev (<< 2.3),
+ libghc-persistent-prof,
+ libghc-persistent-template-dev (>= 2.1),
+ libghc-persistent-template-dev (<< 2.2),
+ libghc-persistent-template-prof,
+ libghc-random-dev (>= 1.0.0.2),
+ libghc-random-prof,
+ libghc-resourcet-dev,
+ libghc-resourcet-prof,
+ libghc-safe-dev,
+ libghc-safe-prof,
+ libghc-shakespeare-dev,
+ libghc-shakespeare-prof,
+ libghc-text-dev (>= 0.7),
+ libghc-text-prof,
+ libghc-unordered-containers-dev,
+ libghc-unordered-containers-prof,
+ libghc-wai-dev (>= 1.4),
+ libghc-wai-prof,
+ libghc-yesod-core-dev (>= 1.4),
+ libghc-yesod-core-dev (<< 1.5),
+ libghc-yesod-core-prof,
+ libghc-yesod-form-dev (>= 1.4),
+ libghc-yesod-form-dev (<< 1.5),
+ libghc-yesod-form-prof,
+ libghc-yesod-persistent-dev (>= 1.4),
+ libghc-yesod-persistent-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-aeson-doc,
+ libghc-authenticate-doc,
+ libghc-base16-bytestring-doc,
+ libghc-base64-bytestring-doc,
+ libghc-blaze-html-doc,
+ libghc-blaze-markup-doc,
+ libghc-byteable-doc,
+ libghc-conduit-doc,
+ libghc-conduit-extra-doc,
+ libghc-nonce-doc,
+ libghc-cryptohash-doc,
+ libghc-data-default-doc,
+ libghc-email-validate-doc,
+ libghc-file-embed-doc,
+ libghc-http-client-doc,
+ libghc-http-conduit-doc,
+ libghc-http-types-doc,
+ libghc-lifted-base-doc,
+ libghc-mime-mail-doc,
+ libghc-persistent-doc,
+ libghc-persistent-template-doc,
+ libghc-random-doc,
+ libghc-resourcet-doc,
+ libghc-safe-doc,
+ libghc-shakespeare-doc,
+ libghc-text-doc,
+ libghc-unordered-containers-doc,
+ libghc-wai-doc,
+ libghc-yesod-core-doc,
+ libghc-yesod-form-doc,
+ libghc-yesod-persistent-doc,
Standards-Version: 3.9.4
Homepage: http://hackage.haskell.org/package/yesod-auth
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-yesod-auth
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-yesod-auth
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-yesod-auth
Package: libghc-yesod-auth-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: authentication for Yesod${haskell:ShortBlurb}
yesod-auth is the authentication component of Yesod.
.
@@ -129,22 +129,23 @@ Description: authentication for Yesod${haskell:ShortBlurb}
Package: libghc-yesod-auth-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: authentication for Yesod${haskell:ShortBlurb}
yesod-auth is the authentication component of Yesod.
.
${haskell:Blurb}
Package: libghc-yesod-auth-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: authentication for Yesod${haskell:ShortBlurb}
yesod-auth is the authentication component of Yesod.
.