diff options
author | Clint Adams <clint@debian.org> | 2016-10-17 19:15:58 -0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2016-10-17 19:15:58 -0400 |
commit | 84188bce274b5e47ce5b677d31024513abb978dc (patch) | |
tree | 5d48bebf8bccc72f63617fcae95d699aaf7ee79c | |
parent | ce34a6a6e0038c4f65221074176a1b9a8b1140c3 (diff) | |
download | DHG_packages-84188bce274b5e47ce5b677d31024513abb978dc.tar.gz |
lambdabot-misc-plugins: build with ghc 8 in experimental
-rw-r--r-- | p/haskell-lambdabot-misc-plugins/debian/changelog | 8 | ||||
-rw-r--r-- | p/haskell-lambdabot-misc-plugins/debian/control | 73 | ||||
-rw-r--r-- | p/haskell-lambdabot-misc-plugins/debian/copyright | 2 |
3 files changed, 50 insertions, 33 deletions
diff --git a/p/haskell-lambdabot-misc-plugins/debian/changelog b/p/haskell-lambdabot-misc-plugins/debian/changelog index ca7cec824..798409860 100644 --- a/p/haskell-lambdabot-misc-plugins/debian/changelog +++ b/p/haskell-lambdabot-misc-plugins/debian/changelog @@ -1,13 +1,13 @@ -haskell-lambdabot-misc-plugins (5.0.1-4) UNRELEASED; urgency=medium +haskell-lambdabot-misc-plugins (5.0.1-4) 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:40 +0300 + -- Clint Adams <clint@debian.org> Mon, 17 Oct 2016 19:15:54 -0400 haskell-lambdabot-misc-plugins (5.0.1-3) unstable; urgency=medium diff --git a/p/haskell-lambdabot-misc-plugins/debian/control b/p/haskell-lambdabot-misc-plugins/debian/control index bd960df77..8e837b085 100644 --- a/p/haskell-lambdabot-misc-plugins/debian/control +++ b/p/haskell-lambdabot-misc-plugins/debian/control @@ -1,19 +1,19 @@ Source: haskell-lambdabot-misc-plugins Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> -Uploaders: Alexandre Delanoƫ <anoe@debian.org> +Uploaders: + Alexandre Delanoƫ <anoe@debian.org>, Priority: extra Section: haskell -Build-Depends: debhelper (>= 9), - haskell-devscripts (>= 0.10), +Build-Depends: cdbs, - ghc, + debhelper (>= 9), + ghc (>= 8), ghc-prof, - libghc-safesemaphore-dev (>= 0.9), - libghc-safesemaphore-prof, + haskell-devscripts (>= 0.10), libghc-hstatsd-dev (>= 0.1), libghc-hstatsd-prof, - libghc-lambdabot-core-dev (>= 5.0.1), libghc-lambdabot-core-dev (<< 5.1), + libghc-lambdabot-core-dev (>= 5.0.1), libghc-lambdabot-core-prof, libghc-lifted-base-dev (>= 0.2), libghc-lifted-base-prof, @@ -26,27 +26,29 @@ Build-Depends: debhelper (>= 9), libghc-parsec3-dev, libghc-parsec3-prof, libghc-random-dev (>= 1), - libghc-random-prof, libghc-random-fu-dev (>= 0.2), libghc-random-fu-prof, + libghc-random-prof, libghc-random-source-dev (>= 0.3), libghc-random-source-prof, libghc-regex-tdfa-dev (>= 1.1), libghc-regex-tdfa-prof, + libghc-safesemaphore-dev (>= 0.9), + libghc-safesemaphore-prof, libghc-split-dev (>= 0.2), libghc-split-prof, libghc-tagsoup-dev (>= 0.12), libghc-tagsoup-prof, - libghc-transformers-dev, - libghc-transformers-prof, libghc-transformers-base-dev (>= 0.4), libghc-transformers-base-prof, + libghc-transformers-dev, + libghc-transformers-prof, libghc-utf8-string-dev (>= 0.3), libghc-utf8-string-prof, libghc-zlib-dev (>= 0.5), libghc-zlib-prof, -Build-Depends-Indep: ghc-doc, - libghc-safesemaphore-doc, +Build-Depends-Indep: + ghc-doc, libghc-hstatsd-doc, libghc-lambdabot-core-doc, libghc-lifted-base-doc, @@ -58,15 +60,16 @@ Build-Depends-Indep: ghc-doc, libghc-random-fu-doc, libghc-random-source-doc, libghc-regex-tdfa-doc, + libghc-safesemaphore-doc, libghc-split-doc, libghc-tagsoup-doc, - libghc-transformers-doc, libghc-transformers-base-doc, + libghc-transformers-doc, libghc-utf8-string-doc, libghc-zlib-doc, Standards-Version: 3.9.8 Homepage: http://haskell.org/haskellwiki/Lambdabot -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-lambdabot-misc-plugins Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git X-Description: Lambdabot miscellaneous plugins Lambdabot is an IRC bot written over several years by @@ -88,13 +91,18 @@ X-Description: Lambdabot miscellaneous plugins Package: libghc-lambdabot-misc-plugins-dev Architecture: any -Depends: ${haskell:Depends}, +Depends: + ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, -Conflicts: ${haskell:Conflicts}, -Provides: ${haskell:Provides}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, +Conflicts: + ${haskell:Conflicts}, +Provides: + ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -102,12 +110,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-lambdabot-misc-plugins-prof Architecture: any -Depends: ${haskell:Depends}, +Depends: + ${haskell:Depends}, ${misc:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, -Conflicts: ${haskell:Conflicts}, -Provides: ${haskell:Provides}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, +Conflicts: + ${haskell:Conflicts}, +Provides: + ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -116,11 +129,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-lambdabot-misc-plugins-doc Architecture: all Section: doc -Depends: ${haskell:Depends}, +Depends: + ${haskell:Depends}, ${misc:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, -Conflicts: ${haskell:Conflicts}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, +Conflicts: + ${haskell:Conflicts}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . diff --git a/p/haskell-lambdabot-misc-plugins/debian/copyright b/p/haskell-lambdabot-misc-plugins/debian/copyright index 77dbe7557..bf4e97aa3 100644 --- a/p/haskell-lambdabot-misc-plugins/debian/copyright +++ b/p/haskell-lambdabot-misc-plugins/debian/copyright @@ -4,7 +4,7 @@ Upstream-Contact: James Cook <mokus@deepbondi.net> Source: https://hackage.haskell.org/package/lambdabot-misc-plugins Files: * -Copyright: +Copyright: 2003 Andrew J. Bromage 2003 Shae Erisson 2003 Sven M. Hallberg |