diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2015-08-12 21:32:59 +0200 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2015-08-12 22:15:07 +0200 |
commit | 14f25aa999a39fc86ff594160c1c50e88df683fa (patch) | |
tree | d025717f1d114c68a3545b2a16b11270c1e344ff /p/haskell-x509-validation | |
parent | 9fa2cdb713769ca89053c21e8700c29bb4bbb005 (diff) | |
download | DHG_packages-14f25aa999a39fc86ff594160c1c50e88df683fa.tar.gz |
Run cabal-debian on (some) packages
Diffstat (limited to 'p/haskell-x509-validation')
-rw-r--r-- | p/haskell-x509-validation/debian/control | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/p/haskell-x509-validation/debian/control b/p/haskell-x509-validation/debian/control index 5070de55d..fabfb3ff2 100644 --- a/p/haskell-x509-validation/debian/control +++ b/p/haskell-x509-validation/debian/control @@ -4,8 +4,8 @@ Uploaders: Clint Adams <clint@debian.org> Priority: extra Section: haskell Build-Depends: debhelper (>= 9), - cdbs, haskell-devscripts (>= 0.9), + cdbs, ghc, ghc-prof, libghc-asn1-encoding-dev (>= 0.9), @@ -25,10 +25,10 @@ Build-Depends: debhelper (>= 9), libghc-cryptohash-dev (>= 0.9), libghc-cryptohash-dev (<< 0.12), libghc-cryptohash-prof, - libghc-hourglass-dev, - libghc-hourglass-prof, libghc-data-default-class-dev, libghc-data-default-class-prof, + libghc-hourglass-dev, + libghc-hourglass-prof, libghc-mtl-dev, libghc-mtl-prof, libghc-network-dev, @@ -36,7 +36,7 @@ Build-Depends: debhelper (>= 9), libghc-pem-dev (>= 0.1), libghc-pem-dev (<< 0.3), libghc-pem-prof, - libghc-x509-dev (>= 1.5), + libghc-x509-dev (>= 1.5.0), libghc-x509-dev (<< 1.6), libghc-x509-prof, libghc-x509-store-dev (>= 1.5), @@ -49,15 +49,15 @@ Build-Depends-Indep: ghc-doc, libghc-crypto-pubkey-doc, libghc-crypto-pubkey-types-doc, libghc-cryptohash-doc, - libghc-hourglass-doc, libghc-data-default-class-doc, + libghc-hourglass-doc, libghc-mtl-doc, libghc-network-doc, libghc-pem-doc, libghc-x509-doc, libghc-x509-store-doc, Standards-Version: 3.9.5 -Homepage: http://hackage.haskell.org/package/x509-validation +Homepage: http://github.com/vincenthz/hs-certificate Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-x509-validation Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-x509-validation X-Description: X.509 certificate and CRL validation |