diff options
author | Clint Adams <clint@debian.org> | 2016-10-17 16:24:17 -0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2016-10-17 16:24:17 -0400 |
commit | 835254030892280baaf3073d9fdd4ab075528b77 (patch) | |
tree | 7dd93ec9ff4f8bdfa8d83551470e14900e1381ee | |
parent | 1f78526647346b9b2515cc298389ad1c300790a7 (diff) | |
download | DHG_packages-835254030892280baaf3073d9fdd4ab075528b77.tar.gz |
crypto-pubkey-openssh: build with ghc 8 in experimental
-rw-r--r-- | p/haskell-crypto-pubkey-openssh/debian/changelog | 8 | ||||
-rw-r--r-- | p/haskell-crypto-pubkey-openssh/debian/control | 50 |
2 files changed, 36 insertions, 22 deletions
diff --git a/p/haskell-crypto-pubkey-openssh/debian/changelog b/p/haskell-crypto-pubkey-openssh/debian/changelog index 1dbaa639e..e373d6dd9 100644 --- a/p/haskell-crypto-pubkey-openssh/debian/changelog +++ b/p/haskell-crypto-pubkey-openssh/debian/changelog @@ -1,13 +1,13 @@ -haskell-crypto-pubkey-openssh (0.2.7-6) UNRELEASED; urgency=medium +haskell-crypto-pubkey-openssh (0.2.7-6) experimental; urgency=medium [ Dmitry Bogatov ] * Use secure (https) uri in Vcs-Git field in 'debian/control' * Bump standards version to 3.9.8 (no changes needed) - [ Gianfranco Costamagna ] - * Fix VCS fields + [ Clint Adams ] + * Temporarily build-depend on ghc 8. - -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:35:03 +0300 + -- Clint Adams <clint@debian.org> Mon, 17 Oct 2016 16:24:13 -0400 haskell-crypto-pubkey-openssh (0.2.7-5) unstable; urgency=medium diff --git a/p/haskell-crypto-pubkey-openssh/debian/control b/p/haskell-crypto-pubkey-openssh/debian/control index f658a4ff5..3c10f175d 100644 --- a/p/haskell-crypto-pubkey-openssh/debian/control +++ b/p/haskell-crypto-pubkey-openssh/debian/control @@ -1,13 +1,15 @@ Source: haskell-crypto-pubkey-openssh Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> -Uploaders: Clint Adams <clint@debian.org> +Uploaders: + Clint Adams <clint@debian.org>, Priority: extra Section: haskell -Build-Depends: debhelper (>= 9), - haskell-devscripts (>= 0.10), +Build-Depends: cdbs, - ghc, + debhelper (>= 9), + ghc (>= 8), ghc-prof, + haskell-devscripts (>= 0.10), libghc-asn1-encoding-dev, libghc-asn1-encoding-prof, libghc-asn1-types-dev, @@ -22,7 +24,8 @@ Build-Depends: debhelper (>= 9), libghc-crypto-pubkey-types-prof, libghc-pem-dev, libghc-pem-prof, -Build-Depends-Indep: ghc-doc, +Build-Depends-Indep: + ghc-doc, libghc-asn1-encoding-doc, libghc-asn1-types-doc, libghc-attoparsec-doc, @@ -32,19 +35,23 @@ Build-Depends-Indep: ghc-doc, libghc-pem-doc, Standards-Version: 3.9.8 Homepage: https://github.com/knsd/crypto-pubkey-openssh -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/ +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-crypto-pubkey-openssh Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git X-Description: OpenSSH key codec This encodes and decodes OpenSSH public and private keys. Package: libghc-crypto-pubkey-openssh-dev Architecture: any -Depends: ${haskell:Depends}, - ${shlibs:Depends}, +Depends: + ${haskell:Depends}, ${misc:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, -Provides: ${haskell:Provides}, + ${shlibs:Depends}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, +Provides: + ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -52,11 +59,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-crypto-pubkey-openssh-prof Architecture: any -Depends: ${haskell:Depends}, +Depends: + ${haskell:Depends}, ${misc:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, -Provides: ${haskell:Provides}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, +Provides: + ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -65,10 +76,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-crypto-pubkey-openssh-doc Architecture: all Section: doc -Depends: ${misc:Depends}, +Depends: ${haskell:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, + ${misc:Depends}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . |