[DHG_packages] 05/06: ldap-haskell: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Fri Oct 14 18:49:06 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 51cfda065b6f9741c42050716eba4f73ac656ad2
Author: Clint Adams <clint at debian.org>
Date: Fri Oct 14 14:44:54 2016 -0400
ldap-haskell: build with ghc 8 in experimental
---
p/ldap-haskell/debian/changelog | 8 ++++----
p/ldap-haskell/debian/control | 41 ++++++++++++++++++-----------------------
2 files changed, 22 insertions(+), 27 deletions(-)
diff --git a/p/ldap-haskell/debian/changelog b/p/ldap-haskell/debian/changelog
index c8e3c97..3e8855d 100644
--- a/p/ldap-haskell/debian/changelog
+++ b/p/ldap-haskell/debian/changelog
@@ -1,14 +1,14 @@
-ldap-haskell (0.6.10-6) UNRELEASED; urgency=medium
+ldap-haskell (0.6.10-6) 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)
* Convert `debian/copyright' to dep5 format
- [ Gianfranco Costamagna ]
- * Fix VCS fields
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
- -- Dmitry Bogatov <KAction at gnu.org> Tue, 10 May 2016 09:36:40 +0300
+ -- Clint Adams <clint at debian.org> Fri, 14 Oct 2016 14:44:40 -0400
ldap-haskell (0.6.10-5) unstable; urgency=medium
diff --git a/p/ldap-haskell/debian/control b/p/ldap-haskell/debian/control
index d257a4a..834fefe 100644
--- a/p/ldap-haskell/debian/control
+++ b/p/ldap-haskell/debian/control
@@ -3,27 +3,25 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
Uploaders: John Goerzen <jgoerzen at complete.org>
Priority: optional
Section: haskell
-Build-Depends: debhelper (>= 9),
- ghc,
+Build-Depends:
+ cdbs,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
haskell-devscripts (>= 0.10),
libldap2-dev (>= 2.4.7),
- cdbs,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep: ghc-doc
Standards-Version: 3.9.8
Homepage: http://software.complete.org/ldap-haskell
-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/ldap-haskell
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-ldap-dev
Architecture: any
Section: haskell
-Depends: ${haskell:Depends},
- libldap2-dev,
- ${shlibs:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: libldap2-dev, ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
Description: LDAP Interface for Haskell
This package provides an interface to the C LDAP API for Haskell programmers.
With it, you can search, modify, and interrogate LDAP directories.
@@ -36,11 +34,9 @@ Description: LDAP Interface for Haskell
Package: libghc-ldap-prof
Architecture: any
Section: haskell
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
Description: LDAP Interface for Haskell; profiling libraries
This package provides an interface to the C LDAP API for Haskell programmers.
With it, you can search, modify, and interrogate LDAP directories.
@@ -53,13 +49,12 @@ Description: LDAP Interface for Haskell; profiling libraries
Package: libghc-ldap-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ldap-haskell-doc (<< 0.6.6-2),
-Provides: ldap-haskell-doc,
-Replaces: ldap-haskell-doc (<< 0.6.6-2),
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ldap-haskell-doc (<< 0.6.6-2)
+Provides: ldap-haskell-doc
+Replaces: ldap-haskell-doc (<< 0.6.6-2)
Description: LDAP Interface for Haskell
This package provides an interface to the C LDAP API for Haskell programmers.
With it, you can search, modify, and interrogate LDAP directories.
--
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