summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-14 16:09:26 -0400
committerClint Adams <clint@debian.org>2016-10-14 16:09:26 -0400
commitd9ee749b5736802798a68545b84b9956e70885ca (patch)
tree2d9c4834ec82bd8e65e648301ec2197dc5a41e2b
parent7b9be78a3828f5ab65411aa69fcacc2aa100f8b9 (diff)
downloadDHG_packages-d9ee749b5736802798a68545b84b9956e70885ca.tar.gz
hstatsd: build with ghc 8 in experimental
-rw-r--r--p/haskell-hstatsd/debian/changelog8
-rw-r--r--p/haskell-hstatsd/debian/control44
2 files changed, 25 insertions, 27 deletions
diff --git a/p/haskell-hstatsd/debian/changelog b/p/haskell-hstatsd/debian/changelog
index ad8df9857..d6bb4f6d2 100644
--- a/p/haskell-hstatsd/debian/changelog
+++ b/p/haskell-hstatsd/debian/changelog
@@ -1,13 +1,13 @@
-haskell-hstatsd (0.1-3) UNRELEASED; urgency=medium
+haskell-hstatsd (0.1-3) 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:31 +0300
+ -- Clint Adams <clint@debian.org> Fri, 14 Oct 2016 16:09:18 -0400
haskell-hstatsd (0.1-2) unstable; urgency=medium
diff --git a/p/haskell-hstatsd/debian/control b/p/haskell-hstatsd/debian/control
index 385789911..5f82092d0 100644
--- a/p/haskell-hstatsd/debian/control
+++ b/p/haskell-hstatsd/debian/control
@@ -3,37 +3,37 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
Uploaders: Joachim Breitner <nomeata@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-mtl-dev,
libghc-mtl-prof,
libghc-network-dev,
libghc-network-prof,
libghc-text-dev,
libghc-text-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-mtl-doc,
libghc-network-doc,
libghc-text-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/mokus0/hstatsd
-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-hstatsd
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: Quick and dirty statsd interface
This package provides a quick and dirty interface for statsd.
Package: libghc-hstatsd-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
- ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
+Provides: ${haskell:Provides}
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -41,12 +41,11 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-hstatsd-prof
Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
+Provides: ${haskell:Provides}
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -55,11 +54,10 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-hstatsd-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.