summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-14 14:44:54 -0400
committerClint Adams <clint@debian.org>2016-10-14 14:44:54 -0400
commit51cfda065b6f9741c42050716eba4f73ac656ad2 (patch)
tree5b303b93de99bd9a6928d61bd0b2db3650c9f754
parentb6fc8de0033c073711913155aaac9f70353a7060 (diff)
downloadDHG_packages-51cfda065b6f9741c42050716eba4f73ac656ad2.tar.gz
ldap-haskell: build with ghc 8 in experimental
-rw-r--r--p/ldap-haskell/debian/changelog8
-rw-r--r--p/ldap-haskell/debian/control41
2 files changed, 22 insertions, 27 deletions
diff --git a/p/ldap-haskell/debian/changelog b/p/ldap-haskell/debian/changelog
index c8e3c97c8..3e8855d9b 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@gnu.org> Tue, 10 May 2016 09:36:40 +0300
+ -- Clint Adams <clint@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 d257a4a52..834fefe4f 100644
--- a/p/ldap-haskell/debian/control
+++ b/p/ldap-haskell/debian/control
@@ -3,27 +3,25 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
Uploaders: John Goerzen <jgoerzen@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.