summaryrefslogtreecommitdiff
path: root/p/haskell-x509-util/debian/control
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-x509-util/debian/control
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-x509-util/debian/control')
-rw-r--r--p/haskell-x509-util/debian/control50
1 files changed, 25 insertions, 25 deletions
diff --git a/p/haskell-x509-util/debian/control b/p/haskell-x509-util/debian/control
index f752e3d8b..b62e144fa 100644
--- a/p/haskell-x509-util/debian/control
+++ b/p/haskell-x509-util/debian/control
@@ -1,37 +1,37 @@
Source: haskell-x509-util
-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-asn1-encoding-dev
- , libghc-asn1-types-dev (>= 0.2)
- , libghc-crypto-pubkey-dev
- , libghc-crypto-pubkey-types-dev
- , libghc-cryptohash-dev
- , libghc-pem-dev
- , libghc-text-dev (>= 0.11)
- , libghc-x509-dev (>= 1.4.7)
- , libghc-x509-store-dev
- , libghc-x509-system-dev
- , libghc-x509-validation-dev (>= 1.5.0)
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ cdbs,
+ haskell-devscripts (>= 0.9),
+ ghc,
+ ghc-prof,
+ libghc-asn1-encoding-dev,
+ libghc-asn1-types-dev (>= 0.2),
+ libghc-crypto-pubkey-dev,
+ libghc-crypto-pubkey-types-dev,
+ libghc-cryptohash-dev,
+ libghc-pem-dev,
+ libghc-text-dev (>= 0.11),
+ libghc-x509-dev (>= 1.4.7),
+ libghc-x509-store-dev,
+ libghc-x509-system-dev,
+ libghc-x509-validation-dev (>= 1.5.0),
Standards-Version: 3.9.5
Homepage: http://hackage.haskell.org/package/x509-util
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-x509-util
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-x509-util
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-x509-util
Package: x509-util
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: utility for X.509 certificates and chains
Utility to parse, show, validate, sign and produce X.509 certificates
and chains.