[DHG_packages] 01/06: hscolour: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 20:26:12 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 7903d52e86cb4f9c9b86f23d9092f54d0fff0746
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 16:16:14 2016 -0400

    hscolour: build with ghc 8 in experimental
---
 p/hscolour/debian/changelog |  8 ++++++--
 p/hscolour/debian/control   | 42 ++++++++++++++++++------------------------
 p/hscolour/debian/copyright |  2 +-
 3 files changed, 25 insertions(+), 27 deletions(-)

diff --git a/p/hscolour/debian/changelog b/p/hscolour/debian/changelog
index 9af0edc..6ceb30d 100644
--- a/p/hscolour/debian/changelog
+++ b/p/hscolour/debian/changelog
@@ -1,9 +1,13 @@
-hscolour (1.24.1-2) UNRELEASED; urgency=medium
+hscolour (1.24.1-2) experimental; urgency=medium
 
+  [ Sven Bartscher ]
   * Depend on haskell-devscripts-minimal instead of haskell-devscripts to
     prevent a circular build-dependency.
 
- -- Sven Bartscher <kritzefitz at debian.org>  Thu, 13 Oct 2016 18:31:59 +0200
+  [ Clint Adams ]
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Fri, 14 Oct 2016 16:15:30 -0400
 
 hscolour (1.24.1-1) unstable; urgency=medium
 
diff --git a/p/hscolour/debian/control b/p/hscolour/debian/control
index 342502e..f6791b0 100644
--- a/p/hscolour/debian/control
+++ b/p/hscolour/debian/control
@@ -3,22 +3,21 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 Uploaders: Erik de Castro Lopo <erikd at mega-nerd.com>
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts-minimal,
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
-Build-Depends-Indep: ghc-doc,
+ haskell-devscripts-minimal,
+Build-Depends-Indep: ghc-doc
 Standards-Version: 3.9.8
 Homepage: http://code.haskell.org/~malcolm/hscolour/
-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/hscolour
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: hscolour
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Description: Haskell program to colourise Haskell code
  HsColour currently has five output formats: ANSI terminal codes, HTML 3.2
  with <font> tags, HTML 4.01 with CSS, LaTeX, and mIRC chat client
@@ -26,13 +25,10 @@ Description: Haskell program to colourise Haskell code
 
 Package: libghc-hscolour-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
- drift (>= 2.2.0),
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: drift (>= 2.2.0), ${haskell:Suggests}
+Provides: ${haskell:Provides}
 Description: GHC libraries for colourising Haskell code${haskell:ShortBlurb}
  HsColour currently has five output formats: ANSI terminal codes, HTML 3.2
  with <font> tags, HTML 4.01 with CSS, LaTeX, and mIRC chat client
@@ -42,11 +38,10 @@ Description: GHC libraries for colourising Haskell code${haskell:ShortBlurb}
 
 Package: libghc-hscolour-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: Profiling libraries for colourising Haskell code${haskell:ShortBlurb}
  HsColour currently has five output formats: ANSI terminal codes, HTML 3.2
  with <font> tags, HTML 4.01 with CSS, LaTeX, and mIRC chat client
@@ -57,10 +52,9 @@ Description: Profiling libraries for colourising Haskell code${haskell:ShortBlur
 Package: libghc-hscolour-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: Documentation for libghc-hscolour-dev${haskell:ShortBlurb}
  HsColour currently has five output formats: ANSI terminal codes, HTML 3.2
  with <font> tags, HTML 4.01 with CSS, LaTeX, and mIRC chat client
diff --git a/p/hscolour/debian/copyright b/p/hscolour/debian/copyright
index e1fab51..dd39b49 100644
--- a/p/hscolour/debian/copyright
+++ b/p/hscolour/debian/copyright
@@ -26,4 +26,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'

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