[DHG_packages] 02/06: dbus: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 19:49:46 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 3b70a79de524030f710da3d36851b0051d38a15c
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 15:44:57 2016 -0400
dbus: build with ghc 8 in experimental
---
p/haskell-dbus/debian/changelog | 6 ++---
p/haskell-dbus/debian/control | 60 +++++++++++++++++++++++++----------------
2 files changed, 40 insertions(+), 26 deletions(-)
diff --git a/p/haskell-dbus/debian/changelog b/p/haskell-dbus/debian/changelog
index 226609d..aba902a 100644
--- a/p/haskell-dbus/debian/changelog
+++ b/p/haskell-dbus/debian/changelog
@@ -1,8 +1,8 @@
-haskell-dbus (0.10.12-2) UNRELEASED; urgency=medium
+haskell-dbus (0.10.12-2) experimental; urgency=medium
- * Fix VCS fields
+ * Temporarily build-depend on ghc 8.
- -- Gianfranco Costamagna <locutusofborg at debian.org> Thu, 02 Jun 2016 19:12:24 +0200
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 15:44:45 -0400
haskell-dbus (0.10.12-1) unstable; urgency=medium
diff --git a/p/haskell-dbus/debian/control b/p/haskell-dbus/debian/control
index ed90cc8..691af47 100644
--- a/p/haskell-dbus/debian/control
+++ b/p/haskell-dbus/debian/control
@@ -1,36 +1,39 @@
Source: haskell-dbus
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: John Millikin <jmillikin at gmail.com>
+Uploaders:
+ John Millikin <jmillikin at gmail.com>,
Priority: optional
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
- libghc-cereal-dev (>= 0.3.4),
+ haskell-devscripts (>= 0.10),
libghc-cereal-dev (<< 0.6),
+ libghc-cereal-dev (>= 0.3.4),
libghc-cereal-prof,
- libghc-libxml-sax-dev (>= 0.7),
libghc-libxml-sax-dev (<< 0.8),
+ libghc-libxml-sax-dev (>= 0.7),
libghc-libxml-sax-prof,
libghc-network-dev (>= 2.2.3),
libghc-network-prof,
- libghc-parsec3-dev (>= 2.0),
libghc-parsec3-dev (<< 3.2),
+ libghc-parsec3-dev (>= 2.0),
libghc-parsec3-prof,
- libghc-random-dev (>= 1.0),
libghc-random-dev (<< 2.0),
+ libghc-random-dev (>= 1.0),
libghc-random-prof,
libghc-text-dev (>= 0.11.1.5),
libghc-text-prof,
- libghc-vector-dev (>= 0.7),
libghc-vector-dev (<< 0.12),
+ libghc-vector-dev (>= 0.7),
libghc-vector-prof,
- libghc-xml-types-dev (>= 0.3),
libghc-xml-types-dev (<< 0.4),
+ libghc-xml-types-dev (>= 0.3),
libghc-xml-types-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-cereal-doc,
libghc-libxml-sax-doc,
libghc-network-doc,
@@ -41,17 +44,21 @@ Build-Depends-Indep: ghc-doc,
libghc-xml-types-doc,
Standards-Version: 3.9.8
Homepage: https://john-millikin.com/software/haskell-dbus/
-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-dbus
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-dbus-dev
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: Haskell implementation of D-Bus${haskell:ShortBlurb}
D-Bus is a simple, message-based protocol for inter-process communication,
which allows applications to interact with other parts of the machine and
@@ -65,11 +72,15 @@ Description: Haskell implementation of D-Bus${haskell:ShortBlurb}
Package: libghc-dbus-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 implementation of D-Bus${haskell:ShortBlurb}
D-Bus is a simple, message-based protocol for inter-process communication,
which allows applications to interact with other parts of the machine and
@@ -84,10 +95,13 @@ Description: Haskell implementation of D-Bus${haskell:ShortBlurb}
Package: libghc-dbus-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 implementation of D-Bus${haskell:ShortBlurb}
D-Bus is a simple, message-based protocol for inter-process communication,
which allows applications to interact with other parts of the machine and
--
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