summaryrefslogtreecommitdiff
path: root/p/xmonad-wallpaper
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-17 20:32:29 -0400
committerClint Adams <clint@debian.org>2016-10-17 20:32:29 -0400
commit731c1ec04248d2fee6df0db48bd4fd8556ef9cef (patch)
treeba628fbba007c4ae2673aaa7cad54145a46b65b2 /p/xmonad-wallpaper
parent2c9d9b0c9dd8880aa71a3d15afa77c26283e75a5 (diff)
downloadDHG_packages-731c1ec04248d2fee6df0db48bd4fd8556ef9cef.tar.gz
xmonad-wallpaper: build with ghc 8 in experimental
Diffstat (limited to 'p/xmonad-wallpaper')
-rw-r--r--p/xmonad-wallpaper/debian/changelog6
-rw-r--r--p/xmonad-wallpaper/debian/control63
2 files changed, 46 insertions, 23 deletions
diff --git a/p/xmonad-wallpaper/debian/changelog b/p/xmonad-wallpaper/debian/changelog
index 9deebe001..accf4903e 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@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 a2396b6ac..01ed6bd6c 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@lists.alioth.debian.org>
-Uploaders: Lev Lamberov <dogsleg@debian.org>
+Uploaders:
+ Lev Lamberov <dogsleg@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}
.