summaryrefslogtreecommitdiff
path: root/p/haskell-lambdabot-reference-plugins
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-17 19:19:29 -0400
committerClint Adams <clint@debian.org>2016-10-17 19:19:29 -0400
commite7b40abd9fbc79439ca27c7818067f23f71f468a (patch)
treec6810023218e138bb87ed78395c31202fcbf39a0 /p/haskell-lambdabot-reference-plugins
parenta7246daba927eb7b1740f7522fa8de7d8981d410 (diff)
downloadDHG_packages-e7b40abd9fbc79439ca27c7818067f23f71f468a.tar.gz
lambdabot-reference-plugins: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-lambdabot-reference-plugins')
-rw-r--r--p/haskell-lambdabot-reference-plugins/debian/changelog8
-rw-r--r--p/haskell-lambdabot-reference-plugins/debian/control61
-rw-r--r--p/haskell-lambdabot-reference-plugins/debian/copyright2
3 files changed, 44 insertions, 27 deletions
diff --git a/p/haskell-lambdabot-reference-plugins/debian/changelog b/p/haskell-lambdabot-reference-plugins/debian/changelog
index d13f6640e..e1d3cc074 100644
--- a/p/haskell-lambdabot-reference-plugins/debian/changelog
+++ b/p/haskell-lambdabot-reference-plugins/debian/changelog
@@ -1,13 +1,13 @@
-haskell-lambdabot-reference-plugins (5.0.3-4) UNRELEASED; urgency=medium
+haskell-lambdabot-reference-plugins (5.0.3-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:19:24 -0400
haskell-lambdabot-reference-plugins (5.0.3-3) unstable; urgency=medium
diff --git a/p/haskell-lambdabot-reference-plugins/debian/control b/p/haskell-lambdabot-reference-plugins/debian/control
index aaf351278..997a950b3 100644
--- a/p/haskell-lambdabot-reference-plugins/debian/control
+++ b/p/haskell-lambdabot-reference-plugins/debian/control
@@ -1,17 +1,19 @@
Source: haskell-lambdabot-reference-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,
+ haskell-devscripts (>= 0.10),
libghc-http-dev (>= 1:4000),
libghc-http-prof,
- libghc-lambdabot-core-dev (>= 5.0.3),
libghc-lambdabot-core-dev (<< 5.1),
+ libghc-lambdabot-core-dev (>= 5.0.3),
libghc-lambdabot-core-prof,
libghc-mtl-dev (>= 2),
libghc-mtl-prof,
@@ -29,7 +31,8 @@ Build-Depends: debhelper (>= 9),
libghc-tagsoup-prof,
libghc-utf8-string-dev (>= 0.3),
libghc-utf8-string-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-http-doc,
libghc-lambdabot-core-doc,
libghc-mtl-doc,
@@ -42,9 +45,9 @@ Build-Depends-Indep: ghc-doc,
libghc-utf8-string-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-reference-plugins
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Lambdabot reference plugins.
+X-Description: Lambdabot reference plugins
Lambdabot is an IRC bot written over several years by
those on the #haskell IRC channel.
.
@@ -68,13 +71,18 @@ X-Description: Lambdabot reference plugins.
Package: libghc-lambdabot-reference-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}
.
@@ -82,12 +90,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-lambdabot-reference-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}
.
@@ -96,11 +109,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-lambdabot-reference-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-reference-plugins/debian/copyright b/p/haskell-lambdabot-reference-plugins/debian/copyright
index e994b1af9..a2606284d 100644
--- a/p/haskell-lambdabot-reference-plugins/debian/copyright
+++ b/p/haskell-lambdabot-reference-plugins/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: James Cook <mokus@deepbondi.net>
Source: https://hackage.haskell.org/package/lambdabot-reference-plugins
Files: *
-Copyright:
+Copyright:
2003 Andrew J. Bromage
2003 Shae Erisson
2004-2006 Don Stewart