[DHG_packages] 03/05: multipart: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 04:59:42 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch experimental
in repository DHG_packages.
commit 959e83e7e04178d21826dd311cc9ad1cc29a0a5d
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 00:58:23 2016 -0400
multipart: build with ghc 8 in experimental
---
p/haskell-multipart/debian/changelog | 8 ++---
p/haskell-multipart/debian/control | 57 +++++++++++++++++++++++-------------
2 files changed, 41 insertions(+), 24 deletions(-)
diff --git a/p/haskell-multipart/debian/changelog b/p/haskell-multipart/debian/changelog
index 6d93746..406b476 100644
--- a/p/haskell-multipart/debian/changelog
+++ b/p/haskell-multipart/debian/changelog
@@ -1,13 +1,13 @@
-haskell-multipart (0.1.2-4) UNRELEASED; urgency=medium
+haskell-multipart (0.1.2-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 at gnu.org> Tue, 10 May 2016 09:35:50 +0300
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 00:58:19 -0400
haskell-multipart (0.1.2-3) unstable; urgency=medium
diff --git a/p/haskell-multipart/debian/control b/p/haskell-multipart/debian/control
index e74c772..6cb5573 100644
--- a/p/haskell-multipart/debian/control
+++ b/p/haskell-multipart/debian/control
@@ -1,20 +1,23 @@
Source: haskell-multipart
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>
+Uploaders:
+ Joachim Breitner <nomeata at 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-parsec3-dev (>= 2.0),
libghc-parsec3-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-parsec3-doc,
Standards-Version: 3.9.8
Homepage: http://www.github.com/silkapp/multipart
-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-multipart
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: HTTP multipart support
This package provides parsing of the multipart format from RFC2046. It has been
@@ -22,13 +25,18 @@ X-Description: HTTP multipart support
Package: libghc-multipart-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}
.
@@ -36,12 +44,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-multipart-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}
.
@@ -50,11 +63,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-multipart-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}
.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list