[DHG_packages] 05/05: zlib-bindings: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sat Oct 15 18:49:49 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 848074fcf75cf4dd745d94311f3982cebf34cd52
Author: Clint Adams <clint at debian.org>
Date:   Sat Oct 15 14:48:32 2016 -0400

    zlib-bindings: build with ghc 8 in experimental
---
 p/haskell-zlib-bindings/debian/changelog |  8 ++---
 p/haskell-zlib-bindings/debian/control   | 50 ++++++++++++++++++++------------
 p/haskell-zlib-bindings/debian/copyright |  2 +-
 3 files changed, 37 insertions(+), 23 deletions(-)

diff --git a/p/haskell-zlib-bindings/debian/changelog b/p/haskell-zlib-bindings/debian/changelog
index a27cdd6..777284b 100644
--- a/p/haskell-zlib-bindings/debian/changelog
+++ b/p/haskell-zlib-bindings/debian/changelog
@@ -1,14 +1,14 @@
-haskell-zlib-bindings (0.1.1.5-6) UNRELEASED; urgency=medium
+haskell-zlib-bindings (0.1.1.5-6) 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)
   * Convert `debian/copyright' to dep5 format
 
-  [ Gianfranco Costamagna ]
-  * Fix VCS fields
+  [ Clint Adams ]
+  * Temporarily build-depend on ghc 8.
 
- -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:36:37 +0300
+ -- Clint Adams <clint at debian.org>  Sat, 15 Oct 2016 14:48:17 -0400
 
 haskell-zlib-bindings (0.1.1.5-5) unstable; urgency=medium
 
diff --git a/p/haskell-zlib-bindings/debian/control b/p/haskell-zlib-bindings/debian/control
index 43567a3..2eccf84 100644
--- a/p/haskell-zlib-bindings/debian/control
+++ b/p/haskell-zlib-bindings/debian/control
@@ -1,30 +1,37 @@
 Source: haskell-zlib-bindings
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+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-zlib-dev (>= 0.5.2.0),
  libghc-zlib-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-zlib-doc,
 Standards-Version: 3.9.8
 Homepage: http://github.com/snoyberg/zlib-bindings
-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-zlib-bindings
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-zlib-bindings-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: low-level bindings to zlib${haskell:ShortBlurb}
  It provides necessary functions for producing a streaming interface.
  This is used, for example, by zlib-conduit and zlib-enum.
@@ -33,11 +40,15 @@ Description: low-level bindings to zlib${haskell:ShortBlurb}
 
 Package: libghc-zlib-bindings-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: low-level bindings to zlib${haskell:ShortBlurb}
  It provides necessary functions for producing a streaming interface.
  This is used, for example, by zlib-conduit and zlib-enum.
@@ -47,10 +58,13 @@ Description: low-level bindings to zlib${haskell:ShortBlurb}
 Package: libghc-zlib-bindings-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
+Depends:
  ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 Description: low-level bindings to zlib${haskell:ShortBlurb}
  It provides necessary functions for producing a streaming interface.
  This is used, for example, by zlib-conduit and zlib-enum.
diff --git a/p/haskell-zlib-bindings/debian/copyright b/p/haskell-zlib-bindings/debian/copyright
index d9904fe..b579a47 100644
--- a/p/haskell-zlib-bindings/debian/copyright
+++ b/p/haskell-zlib-bindings/debian/copyright
@@ -53,4 +53,4 @@ License: zlib
     appreciated but is not required.
  2. Altered source versions must be plainly marked as such, and must not be
     misrepresented as being the original software.
- 3. This notice may not be removed or altered from any source distribution.
\ No newline at end of file
+ 3. This notice may not be removed or altered from any source distribution.

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