summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-17 16:27:38 -0400
committerClint Adams <clint@debian.org>2016-10-17 16:27:38 -0400
commit184552bd4596af71bae9d3d651033fe91f534952 (patch)
treea74da80b8452479cc1107e808b74bdd5bfb50742
parent1130ed29319adf59d4a9f5fb2bcb532684780499 (diff)
downloadDHG_packages-184552bd4596af71bae9d3d651033fe91f534952.tar.gz
gtk-traymanager: build with ghc 8 in experimental
-rw-r--r--p/haskell-gtk-traymanager/debian/changelog8
-rw-r--r--p/haskell-gtk-traymanager/debian/control62
2 files changed, 42 insertions, 28 deletions
diff --git a/p/haskell-gtk-traymanager/debian/changelog b/p/haskell-gtk-traymanager/debian/changelog
index 52680be32..68a7e9185 100644
--- a/p/haskell-gtk-traymanager/debian/changelog
+++ b/p/haskell-gtk-traymanager/debian/changelog
@@ -1,13 +1,13 @@
-haskell-gtk-traymanager (0.1.6-2) UNRELEASED; urgency=medium
+haskell-gtk-traymanager (0.1.6-2) 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)
- [ Gianfranco Costamagna ]
- * Fix VCS fields
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
- -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:35:23 +0300
+ -- Clint Adams <clint@debian.org> Mon, 17 Oct 2016 16:27:34 -0400
haskell-gtk-traymanager (0.1.6-1) unstable; urgency=medium
diff --git a/p/haskell-gtk-traymanager/debian/control b/p/haskell-gtk-traymanager/debian/control
index 617943214..f640448a6 100644
--- a/p/haskell-gtk-traymanager/debian/control
+++ b/p/haskell-gtk-traymanager/debian/control
@@ -1,29 +1,32 @@
Source: haskell-gtk-traymanager
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Uploaders: Louis Bettens <louis@bettens.info>
+Uploaders:
+ Louis Bettens <louis@bettens.info>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
- libghc-glib-dev (>= 0.12.1),
+ haskell-devscripts (>= 0.10),
libghc-glib-dev (<< 0.15),
+ libghc-glib-dev (>= 0.12.1),
libghc-glib-prof,
- libghc-gtk-dev (>= 0.12.1),
libghc-gtk-dev (<< 0.15),
+ libghc-gtk-dev (>= 0.12.1),
libghc-gtk-prof,
- libx11-dev,
libgtk2.0-dev,
-Build-Depends-Indep: ghc-doc,
+ libx11-dev,
+Build-Depends-Indep:
+ ghc-doc,
libghc-glib-doc,
libghc-gtk-doc,
Standards-Version: 3.9.8
Homepage: http://github.com/travitch/gtk-traymanager
-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-gtk-traymanager
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Bindings for eggtraymanager (GTK+)
+X-Description: bindings for eggtraymanager (GTK+)
This package provides a wrapper around the prolific eggtraymanager code. Note
that it is *NOT* itself a system tray widget, though it is a very convenient
utility for implementing one.
@@ -32,14 +35,18 @@ X-Description: Bindings for eggtraymanager (GTK+)
Package: libghc-gtk-traymanager-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
- libx11-dev,
+Depends:
libgtk2.0-dev,
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ libx11-dev,
+ ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -47,11 +54,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-gtk-traymanager-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: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -60,10 +71,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-gtk-traymanager-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: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.