[DHG_packages] 05/05: libxml-sax: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 04:56:10 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 7788045976d4fe103ec777ea58fd3feeb21cf0af
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 00:55:14 2016 -0400

    libxml-sax: build with ghc 8 in experimental
---
 p/haskell-libxml-sax/debian/changelog |  8 +++---
 p/haskell-libxml-sax/debian/control   | 52 ++++++++++++++++++++++-------------
 2 files changed, 37 insertions(+), 23 deletions(-)

diff --git a/p/haskell-libxml-sax/debian/changelog b/p/haskell-libxml-sax/debian/changelog
index 826911a..e02b4db 100644
--- a/p/haskell-libxml-sax/debian/changelog
+++ b/p/haskell-libxml-sax/debian/changelog
@@ -1,14 +1,14 @@
-haskell-libxml-sax (0.7.5-5) UNRELEASED; urgency=medium
+haskell-libxml-sax (0.7.5-5) 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:35:42 +0300
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 00:54:58 -0400
 
 haskell-libxml-sax (0.7.5-4) unstable; urgency=medium
 
diff --git a/p/haskell-libxml-sax/debian/control b/p/haskell-libxml-sax/debian/control
index 6b78f49..f2e0506 100644
--- a/p/haskell-libxml-sax/debian/control
+++ b/p/haskell-libxml-sax/debian/control
@@ -1,37 +1,44 @@
 Source: haskell-libxml-sax
 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-text-dev (>= 0.7),
  libghc-text-prof,
- libghc-xml-types-dev (>= 0.3),
  libghc-xml-types-dev (<< 0.4),
+ libghc-xml-types-dev (>= 0.3),
  libghc-xml-types-prof,
  libxml2-dev,
  pkg-config,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-text-doc,
  libghc-xml-types-doc,
 Standards-Version: 3.9.8
 Homepage: https://john-millikin.com/software/haskell-libxml/
-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-libxml-sax
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-libxml-sax-dev
 Architecture: any
-Depends: ${shlibs:Depends},
+Depends:
+ libxml2-dev,
  ${haskell:Depends},
  ${misc:Depends},
- libxml2-dev,
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: bindings for libXML2 SAX
  These are Haskell bindings to the libXML2 SAX library.
  .
@@ -39,11 +46,15 @@ Description: bindings for libXML2 SAX
 
 Package: libghc-libxml-sax-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: bindings for libXML2 SAX; profiling libraries
  These are Haskell bindings to the libXML2 SAX library.
  .
@@ -52,10 +63,13 @@ Description: bindings for libXML2 SAX; profiling libraries
 Package: libghc-libxml-sax-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 Description: bindings for libXML2 SAX; documentation
  These are Haskell bindings to the libXML2 SAX library.
  .

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