[DHG_packages] 04/05: fdo-notify: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 23:53:04 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 047f61b97ecdcee6c0b563f37bed748507491a26
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 19:50:50 2016 -0400
fdo-notify: build with ghc 8 in experimental
---
p/haskell-fdo-notify/debian/changelog | 8 +++---
p/haskell-fdo-notify/debian/control | 50 ++++++++++++++++++++++-------------
2 files changed, 36 insertions(+), 22 deletions(-)
diff --git a/p/haskell-fdo-notify/debian/changelog b/p/haskell-fdo-notify/debian/changelog
index 3e25dda..e6c2292 100644
--- a/p/haskell-fdo-notify/debian/changelog
+++ b/p/haskell-fdo-notify/debian/changelog
@@ -1,13 +1,13 @@
-haskell-fdo-notify (0.3.1-7) UNRELEASED; urgency=medium
+haskell-fdo-notify (0.3.1-7) 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 at gnu.org> Tue, 10 May 2016 09:35:17 +0300
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 19:50:38 -0400
haskell-fdo-notify (0.3.1-6) unstable; urgency=medium
diff --git a/p/haskell-fdo-notify/debian/control b/p/haskell-fdo-notify/debian/control
index 226b7c5..214a986 100644
--- a/p/haskell-fdo-notify/debian/control
+++ b/p/haskell-fdo-notify/debian/control
@@ -1,20 +1,23 @@
Source: haskell-fdo-notify
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joey Hess <joeyh at debian.org>
+Uploaders:
+ Joey Hess <joeyh 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-dbus-dev (>= 0.10.4),
libghc-dbus-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-dbus-doc,
Standards-Version: 3.9.8
Homepage: http://bitbucket.org/taejo/fdo-notify/
-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-fdo-notify
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: Haskell desktop notifications
A library for issuing notifications using FreeDesktop.org's Desktop
@@ -22,12 +25,16 @@ X-Description: Haskell desktop notifications
Package: libghc-fdo-notify-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: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -35,11 +42,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-fdo-notify-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}
.
@@ -48,10 +59,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-fdo-notify-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
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