diff options
| author | Clint Adams <clint@debian.org> | 2016-10-17 00:59:08 -0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2016-10-17 00:59:08 -0400 |
| commit | 2fa109f8f8bcb55f855f97269c477032f18b50fd (patch) | |
| tree | 406aa42b7deff12d809d74ac37c9f6112af5b48b | |
| parent | ad42a85779084cc423e5801a27c305fd41ab0b9d (diff) | |
| download | DHG_packages-2fa109f8f8bcb55f855f97269c477032f18b50fd.tar.gz | |
asn1-types: build with ghc 8 in experimental
| -rw-r--r-- | p/haskell-asn1-types/debian/changelog | 8 | ||||
| -rw-r--r-- | p/haskell-asn1-types/debian/control | 50 |
2 files changed, 36 insertions, 22 deletions
diff --git a/p/haskell-asn1-types/debian/changelog b/p/haskell-asn1-types/debian/changelog index ca5de5594..a565ef450 100644 --- a/p/haskell-asn1-types/debian/changelog +++ b/p/haskell-asn1-types/debian/changelog @@ -1,13 +1,13 @@ -haskell-asn1-types (0.3.2-2) UNRELEASED; urgency=medium +haskell-asn1-types (0.3.2-2) 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:34:46 +0300 + -- Clint Adams <clint@debian.org> Mon, 17 Oct 2016 00:59:03 -0400 haskell-asn1-types (0.3.2-1) unstable; urgency=medium diff --git a/p/haskell-asn1-types/debian/control b/p/haskell-asn1-types/debian/control index 6cda34c40..2b50df5ff 100644 --- a/p/haskell-asn1-types/debian/control +++ b/p/haskell-asn1-types/debian/control @@ -1,33 +1,40 @@ Source: haskell-asn1-types 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-hourglass-dev, libghc-hourglass-prof, libghc-memory-dev, libghc-memory-prof, -Build-Depends-Indep: ghc-doc, +Build-Depends-Indep: + ghc-doc, libghc-hourglass-doc, libghc-memory-doc, Standards-Version: 3.9.8 Homepage: http://github.com/vincenthz/hs-asn1-types -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-asn1-types Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git Package: libghc-asn1-types-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: ASN.1 types${haskell:ShortBlurb} These are ASN.1 standard types . @@ -35,11 +42,15 @@ Description: ASN.1 types${haskell:ShortBlurb} Package: libghc-asn1-types-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: ASN.1 types${haskell:ShortBlurb} These are ASN.1 standard types . @@ -48,10 +59,13 @@ Description: ASN.1 types${haskell:ShortBlurb} Package: libghc-asn1-types-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: ASN.1 types${haskell:ShortBlurb} These are ASN.1 standard types . |
