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

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 05:11:26 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 6e6ea07f9719818d569995328f6d29bbefe4dced
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 01:10:40 2016 -0400

    hjsmin: build with ghc 8 in experimental
---
 p/haskell-hjsmin/debian/changelog |  6 +++++
 p/haskell-hjsmin/debian/control   | 54 ++++++++++++++++++++++++---------------
 2 files changed, 40 insertions(+), 20 deletions(-)

diff --git a/p/haskell-hjsmin/debian/changelog b/p/haskell-hjsmin/debian/changelog
index 3f22c84..51b469e 100644
--- a/p/haskell-hjsmin/debian/changelog
+++ b/p/haskell-hjsmin/debian/changelog
@@ -1,3 +1,9 @@
+haskell-hjsmin (0.2.0.2-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 01:10:36 -0400
+
 haskell-hjsmin (0.2.0.2-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-hjsmin/debian/control b/p/haskell-hjsmin/debian/control
index 8f49d30..71b5c8b 100644
--- a/p/haskell-hjsmin/debian/control
+++ b/p/haskell-hjsmin/debian/control
@@ -1,38 +1,45 @@
 Source: haskell-hjsmin
 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-blaze-builder-dev (>= 0.2),
  libghc-blaze-builder-prof,
- libghc-language-javascript-dev (>= 0.6),
  libghc-language-javascript-dev (<< 0.7),
+ libghc-language-javascript-dev (>= 0.6),
  libghc-language-javascript-prof,
+ libghc-optparse-applicative-dev (>= 0.7),
  libghc-text-dev (>= 0.8),
  libghc-text-prof,
- libghc-optparse-applicative-dev (>= 0.7),
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-blaze-builder-doc,
  libghc-language-javascript-doc,
  libghc-text-doc,
 Standards-Version: 3.9.8
 Homepage: http://github.com/erikd/hjsmin
-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-hjsmin
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-hjsmin-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: JavaScript minifier${haskell:ShortBlurb}
  It reduces the size of JavaScript files by stripping out extraneous
  whitespace and other syntactic elements, without changing the
@@ -42,11 +49,15 @@ Description: JavaScript minifier${haskell:ShortBlurb}
 
 Package: libghc-hjsmin-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: JavaScript minifier${haskell:ShortBlurb}
  It reduces the size of JavaScript files by stripping out extraneous
  whitespace and other syntactic elements, without changing the
@@ -57,10 +68,13 @@ Description: JavaScript minifier${haskell:ShortBlurb}
 Package: libghc-hjsmin-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: JavaScript minifier${haskell:ShortBlurb}
  It reduces the size of JavaScript files by stripping out extraneous
  whitespace and other syntactic elements, without changing the

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