[DHG_packages] 04/05: haxml: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 05:21:05 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 e02ce388b785891ca70267c5d800912d3929848c
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 01:19:28 2016 -0400

    haxml: build with ghc 8 in experimental
---
 p/haxml/debian/changelog      |  8 ++---
 p/haxml/debian/control        | 70 +++++++++++++++++++++++++++----------------
 p/haxml/debian/copyright      |  2 +-
 p/haxml/debian/haxml.manpages |  6 ++--
 4 files changed, 52 insertions(+), 34 deletions(-)

diff --git a/p/haxml/debian/changelog b/p/haxml/debian/changelog
index cc0f2a9..37aad68 100644
--- a/p/haxml/debian/changelog
+++ b/p/haxml/debian/changelog
@@ -1,14 +1,14 @@
-haxml (1:1.25.3-5) UNRELEASED; urgency=medium
+haxml (1:1.25.3-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:36:38 +0300
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 01:19:20 -0400
 
 haxml (1:1.25.3-4) unstable; urgency=medium
 
diff --git a/p/haxml/debian/control b/p/haxml/debian/control
index 4a0221d..321ba31 100644
--- a/p/haxml/debian/control
+++ b/p/haxml/debian/control
@@ -1,34 +1,40 @@
 Source: haxml
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Erik de Castro Lopo <erikd at mega-nerd.com>
+Uploaders:
+ Erik de Castro Lopo <erikd at mega-nerd.com>,
 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-polyparse-dev,
  libghc-polyparse-dev (>= 1.10),
  libghc-polyparse-prof,
  libghc-random-dev,
  libghc-random-prof,
- libghc-polyparse-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
+ html2text,
  libghc-polyparse-doc,
  libghc-random-doc,
- html2text,
 Standards-Version: 3.9.8
 Homepage: http://projects.haskell.org/HaXml/
-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/haxml
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: haxml
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: libghc-haxml-dev (= ${binary:Version}),
-Suggests: ${haskell:Suggests},
+ ${shlibs:Depends},
+Recommends:
+ libghc-haxml-dev (= ${binary:Version}),
+Suggests:
+ ${haskell:Suggests},
 Description: utilities for using XML documents with Haskell
  .
  HaXml is a collection of utilities for parsing, filtering,
@@ -43,12 +49,16 @@ Description: utilities for using XML documents with Haskell
 
 Package: libghc-haxml-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: GHC libraries for using XML documents with Haskell
  HaXml is a collection of utilities for parsing, filtering,
  transforming, and generating XML documents using Haskell. Its basic
@@ -64,12 +74,16 @@ Description: GHC libraries for using XML documents with Haskell
 
 Package: libghc-haxml-prof
 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: Profiling libraries for the haskell haxml library
  HaXml is a collection of utilities for parsing, filtering,
  transforming, and generating XML documents using Haskell. Its basic
@@ -84,11 +98,15 @@ Description: Profiling libraries for the haskell haxml library
 Package: libghc-haxml-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: haxml-doc,
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ haxml-doc,
 Description: Documentation of HaXml
  HaXml is a collection of utilities for parsing, filtering,
  transforming, and generating XML documents using Haskell. Its basic
diff --git a/p/haxml/debian/copyright b/p/haxml/debian/copyright
index e91c9b5..2e83c51 100644
--- a/p/haxml/debian/copyright
+++ b/p/haxml/debian/copyright
@@ -49,4 +49,4 @@ License: GPL-2
  along with this program. If not, see <http://www.gnu.org/licenses/>.
  .
  On Debian system, copy of GNU Lesser General Public License version 2
- is also located at `/usr/share/common-licenses/GPL-2'
\ No newline at end of file
+ is also located at `/usr/share/common-licenses/GPL-2'
diff --git a/p/haxml/debian/haxml.manpages b/p/haxml/debian/haxml.manpages
index 09fb27f..257b595 100644
--- a/p/haxml/debian/haxml.manpages
+++ b/p/haxml/debian/haxml.manpages
@@ -1,5 +1,5 @@
-debian/DtdToHaskell.1
-debian/Xtract.1
-debian/Validate.1
 debian/Canonicalise.1
+debian/DtdToHaskell.1
 debian/MkOneOf.1
+debian/Validate.1
+debian/Xtract.1

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