summaryrefslogtreecommitdiff
path: root/p/haskell-mime/debian
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-14 16:53:21 -0400
committerClint Adams <clint@debian.org>2016-10-14 16:53:21 -0400
commitc5e00baf8fe80ce46ed11a580c1094555ddd0f70 (patch)
tree2b0962726c2b3ea64e299d90262e86f74da57e34 /p/haskell-mime/debian
parentfd86da8ef86338bbe0f095890e74b3644394128c (diff)
downloadDHG_packages-c5e00baf8fe80ce46ed11a580c1094555ddd0f70.tar.gz
mime: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-mime/debian')
-rw-r--r--p/haskell-mime/debian/changelog8
-rw-r--r--p/haskell-mime/debian/control38
2 files changed, 21 insertions, 25 deletions
diff --git a/p/haskell-mime/debian/changelog b/p/haskell-mime/debian/changelog
index 4aeb745d8..f5d547783 100644
--- a/p/haskell-mime/debian/changelog
+++ b/p/haskell-mime/debian/changelog
@@ -1,13 +1,13 @@
-haskell-mime (0.4.0.2-3) UNRELEASED; urgency=medium
+haskell-mime (0.4.0.2-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:45 +0300
+ -- Clint Adams <clint@debian.org> Fri, 14 Oct 2016 16:53:07 -0400
haskell-mime (0.4.0.2-2) unstable; urgency=medium
diff --git a/p/haskell-mime/debian/control b/p/haskell-mime/debian/control
index cdae3415d..32c75fef5 100644
--- a/p/haskell-mime/debian/control
+++ b/p/haskell-mime/debian/control
@@ -3,30 +3,28 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
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-text-dev (>= 0.9),
libghc-text-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-text-doc,
+Build-Depends-Indep: ghc-doc, libghc-text-doc
Standards-Version: 3.9.8
Homepage: https://github.com/GaloisInc/mime
-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-mime
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: working with MIME types
Codecs for Base64, quoted-printable, and MIME parts.
Package: libghc-mime-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -34,11 +32,10 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-mime-prof
Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -47,10 +44,9 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-mime-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
- ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.