[DHG_packages] 05/05: gnutls: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Fri Oct 14 20:04:22 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 fbfc82f464b56c9ea607ac75d3c3184a4924162e
Author: Clint Adams <clint at debian.org>
Date: Fri Oct 14 16:03:04 2016 -0400
gnutls: build with ghc 8 in experimental
---
p/haskell-gnutls/debian/changelog | 8 ++++----
p/haskell-gnutls/debian/control | 43 +++++++++++++++++++--------------------
p/haskell-gnutls/debian/copyright | 2 +-
3 files changed, 26 insertions(+), 27 deletions(-)
diff --git a/p/haskell-gnutls/debian/changelog b/p/haskell-gnutls/debian/changelog
index 4ad633d..4981d5c 100644
--- a/p/haskell-gnutls/debian/changelog
+++ b/p/haskell-gnutls/debian/changelog
@@ -1,14 +1,14 @@
-haskell-gnutls (0.2-3) UNRELEASED; urgency=medium
+haskell-gnutls (0.2-3) 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:35:22 +0300
+ -- Clint Adams <clint at debian.org> Fri, 14 Oct 2016 16:02:32 -0400
haskell-gnutls (0.2-2) unstable; urgency=medium
diff --git a/p/haskell-gnutls/debian/control b/p/haskell-gnutls/debian/control
index 6353be5..c6ddf1f 100644
--- a/p/haskell-gnutls/debian/control
+++ b/p/haskell-gnutls/debian/control
@@ -3,32 +3,33 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
Uploaders: Clint Adams <clint 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,
- libghc-monads-tf-dev (>= 0.1),
+ haskell-devscripts (>= 0.10),
libghc-monads-tf-dev (<< 0.2),
+ libghc-monads-tf-dev (>= 0.1),
libghc-monads-tf-prof,
- pkg-config,
libgnutls28-dev | libgnutls-dev,
-Build-Depends-Indep: ghc-doc,
- libghc-monads-tf-doc,
+ pkg-config,
+Build-Depends-Indep: ghc-doc, libghc-monads-tf-doc
Standards-Version: 3.9.8
Homepage: https://john-millikin.com/software/haskell-gnutls/
-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-gnutls
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-gnutls-dev
Architecture: any
-Depends: ${shlibs:Depends},
+Depends:
+ libgnutls28-dev | libgnutls-dev,
${haskell:Depends},
${misc:Depends},
- libgnutls28-dev | libgnutls-dev,
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: bindings for GNU TLS
This library provides Haskell bindings for gnutls.
.
@@ -36,11 +37,10 @@ Description: bindings for GNU TLS
Package: libghc-gnutls-prof
Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: bindings for GNU TLS; profiling libraries
This library provides Haskell bindings for gnutls.
.
@@ -49,10 +49,9 @@ Description: bindings for GNU TLS; profiling libraries
Package: libghc-gnutls-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
Description: bindings for GNU TLS; documentation
This library provides Haskell bindings for gnutls.
.
diff --git a/p/haskell-gnutls/debian/copyright b/p/haskell-gnutls/debian/copyright
index be40ec8..b556d36 100644
--- a/p/haskell-gnutls/debian/copyright
+++ b/p/haskell-gnutls/debian/copyright
@@ -26,4 +26,4 @@ License: GPL-3+
along with this program. If not, see <http://www.gnu.org/licenses/>.
.
On Debian system, copy of GNU Lesser General Public License version 3
- is also located at `/usr/share/common-licenses/GPL-3'
\ No newline at end of file
+ is also located at `/usr/share/common-licenses/GPL-3'
--
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