[DHG_packages] 04/04: xmonad-wallpaper: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Tue Oct 18 00:33:22 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 731c1ec04248d2fee6df0db48bd4fd8556ef9cef
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 20:32:29 2016 -0400

    xmonad-wallpaper: build with ghc 8 in experimental
---
 p/xmonad-wallpaper/debian/changelog |  6 ++++
 p/xmonad-wallpaper/debian/control   | 63 +++++++++++++++++++++++--------------
 2 files changed, 46 insertions(+), 23 deletions(-)

diff --git a/p/xmonad-wallpaper/debian/changelog b/p/xmonad-wallpaper/debian/changelog
index 9deebe0..accf490 100644
--- a/p/xmonad-wallpaper/debian/changelog
+++ b/p/xmonad-wallpaper/debian/changelog
@@ -1,3 +1,9 @@
+xmonad-wallpaper (0.0.1.3-3) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 20:32:15 -0400
+
 xmonad-wallpaper (0.0.1.3-2) unstable; urgency=low
 
   * Fix Vcs links
diff --git a/p/xmonad-wallpaper/debian/control b/p/xmonad-wallpaper/debian/control
index a2396b6..01ed6bd 100644
--- a/p/xmonad-wallpaper/debian/control
+++ b/p/xmonad-wallpaper/debian/control
@@ -1,26 +1,29 @@
 Source: xmonad-wallpaper
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Lev Lamberov <dogsleg at debian.org>
+Uploaders:
+ Lev Lamberov <dogsleg at debian.org>,
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.9),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
- libghc-magic-dev (>= 1.1),
+ haskell-devscripts (>= 0.9),
  libghc-magic-dev (<< 1.2),
+ libghc-magic-dev (>= 1.1),
  libghc-magic-prof,
- libghc-mtl-dev (>= 2.0),
  libghc-mtl-dev (<< 2.3),
+ libghc-mtl-dev (>= 2.0),
  libghc-mtl-prof,
- libghc-random-dev (>= 1.1),
  libghc-random-dev (<< 1.2),
+ libghc-random-dev (>= 1.1),
  libghc-random-prof,
- libghc-xmonad-dev (>= 0.12),
  libghc-xmonad-dev (<< 0.13),
+ libghc-xmonad-dev (>= 0.12),
  libghc-xmonad-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-magic-doc,
  libghc-mtl-doc,
  libghc-random-doc,
@@ -36,13 +39,18 @@ X-Description: xmonad wallpaper extension
 
 Package: libghc-xmonad-wallpaper-dev
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
  ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -50,12 +58,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-xmonad-wallpaper-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -64,11 +77,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-xmonad-wallpaper-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .

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