[DHG_packages] 05/06: pcap: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sat Oct 15 06:42:13 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 0a335a61820c40e6e6eec209d3809e584f738c58
Author: Clint Adams <clint at debian.org>
Date:   Sat Oct 15 02:39:44 2016 -0400

    pcap: build with ghc 8 in experimental
---
 p/haskell-pcap/debian/changelog |  8 ++++----
 p/haskell-pcap/debian/control   | 38 +++++++++++++++++---------------------
 2 files changed, 21 insertions(+), 25 deletions(-)

diff --git a/p/haskell-pcap/debian/changelog b/p/haskell-pcap/debian/changelog
index b15761b..261e8a4 100644
--- a/p/haskell-pcap/debian/changelog
+++ b/p/haskell-pcap/debian/changelog
@@ -1,13 +1,13 @@
-haskell-pcap (0.4.5.2-10) UNRELEASED; urgency=medium
+haskell-pcap (0.4.5.2-10) 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:57 +0300
+ -- Clint Adams <clint at debian.org>  Sat, 15 Oct 2016 02:39:34 -0400
 
 haskell-pcap (0.4.5.2-9) unstable; urgency=medium
 
diff --git a/p/haskell-pcap/debian/control b/p/haskell-pcap/debian/control
index 574d376..bd69f50 100644
--- a/p/haskell-pcap/debian/control
+++ b/p/haskell-pcap/debian/control
@@ -3,29 +3,27 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 Uploaders: Iain Lane <laney at debian.org>
 Priority: optional
 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-network-dev,
  libghc-network-prof,
  libpcap0.8-dev,
-Build-Depends-Indep: ghc-doc,
- libghc-network-doc,
+Build-Depends-Indep: ghc-doc, libghc-network-doc
 Standards-Version: 3.9.8
 Homepage: https://github.com/bos/pcap
-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-pcap
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-pcap-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
- ${shlibs: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 wrapper around the C libpcap library${haskell:ShortBlurb}
  This library provides Haskell bindings for most of the libpcap API as of
  libpcap version 0.9.7. The bindings are divided into a very efficient
@@ -36,11 +34,10 @@ Description: Haskell wrapper around the C libpcap library${haskell:ShortBlurb}
 
 Package: libghc-pcap-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 wrapper around the C libpcap library${haskell:ShortBlurb}
  This library provides Haskell bindings for most of the libpcap API as of
  libpcap version 0.9.7. The bindings are divided into a very efficient
@@ -52,10 +49,9 @@ Description: Haskell wrapper around the C libpcap library${haskell:ShortBlurb}
 Package: libghc-pcap-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
 Description: Haskell wrapper around the C libpcap library${haskell:ShortBlurb}
  This library provides Haskell bindings for most of the libpcap API as of
  libpcap version 0.9.7. The bindings are divided into a very efficient

-- 
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