[DHG_packages] 05/05: mbox: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Fri Oct 14 20:45:33 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 5d516367f61c3597a55be4d73943a30c55c83447
Author: Clint Adams <clint at debian.org>
Date: Fri Oct 14 16:43:22 2016 -0400
mbox: build with ghc 8 in experimental
---
p/haskell-mbox/debian/changelog | 6 +++---
p/haskell-mbox/debian/control | 38 ++++++++++++++++++--------------------
p/haskell-mbox/debian/copyright | 2 +-
3 files changed, 22 insertions(+), 24 deletions(-)
diff --git a/p/haskell-mbox/debian/changelog b/p/haskell-mbox/debian/changelog
index 1cf608e..4f88ba9 100644
--- a/p/haskell-mbox/debian/changelog
+++ b/p/haskell-mbox/debian/changelog
@@ -1,8 +1,8 @@
-haskell-mbox (0.3.3-2) UNRELEASED; urgency=medium
+haskell-mbox (0.3.3-2) experimental; urgency=medium
- * Fix VCS fields
+ * Temporarily build-depend on ghc 8.
- -- Gianfranco Costamagna <locutusofborg at debian.org> Thu, 02 Jun 2016 19:12:46 +0200
+ -- Clint Adams <clint at debian.org> Fri, 14 Oct 2016 16:43:12 -0400
haskell-mbox (0.3.3-1) unstable; urgency=medium
diff --git a/p/haskell-mbox/debian/control b/p/haskell-mbox/debian/control
index 72717a7..f418dcb 100644
--- a/p/haskell-mbox/debian/control
+++ b/p/haskell-mbox/debian/control
@@ -3,34 +3,34 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
Uploaders: Clint Adams <clint 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-safe-dev,
libghc-safe-prof,
libghc-text-dev,
libghc-text-prof,
libghc-time-locale-compat-dev,
libghc-time-locale-compat-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-safe-doc,
libghc-text-doc,
libghc-time-locale-compat-doc,
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/mbox
-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-mbox
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-mbox-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: mbox reader/writer library${haskell:ShortBlurb}
It reads and writes standard mailbox (mboxrd) files.
.
@@ -38,11 +38,10 @@ Description: mbox reader/writer library${haskell:ShortBlurb}
Package: libghc-mbox-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: mbox reader/writer library${haskell:ShortBlurb}
It reads and writes standard mailbox (mboxrd) files.
.
@@ -51,10 +50,9 @@ Description: mbox reader/writer library${haskell:ShortBlurb}
Package: libghc-mbox-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: mbox reader/writer library${haskell:ShortBlurb}
It reads and writes standard mailbox (mboxrd) files.
.
diff --git a/p/haskell-mbox/debian/copyright b/p/haskell-mbox/debian/copyright
index f7fde02..172e931 100644
--- a/p/haskell-mbox/debian/copyright
+++ b/p/haskell-mbox/debian/copyright
@@ -34,4 +34,4 @@ License: BSD-3-clause
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- SUCH DAMAGE.
\ No newline at end of file
+ SUCH DAMAGE.
--
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