[DHG_packages] 06/06: tls: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 22:48:48 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 66bdaaad46cbe702855df6185da46d8dbbd731c3
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 18:47:31 2016 -0400
tls: build with ghc 8 in experimental
---
p/haskell-tls/debian/changelog | 6 ++--
p/haskell-tls/debian/control | 72 +++++++++++++++++++++++++-----------------
p/haskell-tls/debian/copyright | 2 +-
3 files changed, 47 insertions(+), 33 deletions(-)
diff --git a/p/haskell-tls/debian/changelog b/p/haskell-tls/debian/changelog
index b184272..48db843 100644
--- a/p/haskell-tls/debian/changelog
+++ b/p/haskell-tls/debian/changelog
@@ -1,8 +1,8 @@
-haskell-tls (1.3.8-2) UNRELEASED; urgency=medium
+haskell-tls (1.3.8-2) experimental; urgency=medium
- * Fix VCS fields
+ * Temporarily build-depend on ghc 8.
- -- Gianfranco Costamagna <locutusofborg at debian.org> Thu, 02 Jun 2016 19:13:09 +0200
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 18:47:20 -0400
haskell-tls (1.3.8-1) unstable; urgency=medium
diff --git a/p/haskell-tls/debian/control b/p/haskell-tls/debian/control
index 47b38eb..6a18d30 100644
--- a/p/haskell-tls/debian/control
+++ b/p/haskell-tls/debian/control
@@ -1,49 +1,52 @@
Source: haskell-tls
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+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,
+ haskell-devscripts (>= 0.10),
libghc-asn1-encoding-dev,
libghc-asn1-encoding-prof,
libghc-asn1-types-dev (>= 0.2.0),
libghc-asn1-types-prof,
libghc-async-dev,
libghc-async-prof,
+ libghc-cereal-dev (>= 0.3),
libghc-cereal-dev (>= 0.4),
libghc-cereal-prof,
+ libghc-cryptonite-dev,
libghc-cryptonite-dev (>= 0.15),
libghc-cryptonite-prof,
libghc-data-default-class-dev,
libghc-data-default-class-prof,
+ libghc-hourglass-dev,
libghc-memory-dev,
libghc-memory-prof,
+ libghc-mtl-dev,
libghc-mtl-dev (>= 2),
libghc-mtl-prof,
libghc-network-dev,
libghc-network-prof,
- libghc-x509-dev (>= 1.6.2),
+ libghc-quickcheck2-dev,
+ libghc-tasty-dev,
+ libghc-tasty-quickcheck-dev,
+ libghc-x509-dev,
libghc-x509-dev (<< 1.7.0),
+ libghc-x509-dev (>= 1.6.2),
libghc-x509-prof,
libghc-x509-store-dev (>= 1.6),
libghc-x509-store-prof,
- libghc-x509-validation-dev (>= 1.6.3),
+ libghc-x509-validation-dev,
libghc-x509-validation-dev (<< 1.7.0),
+ libghc-x509-validation-dev (>= 1.6.3),
libghc-x509-validation-prof,
- libghc-quickcheck2-dev,
- libghc-cereal-dev (>= 0.3),
- libghc-cryptonite-dev,
- libghc-hourglass-dev,
- libghc-mtl-dev,
- libghc-tasty-dev,
- libghc-tasty-quickcheck-dev,
- libghc-x509-dev,
- libghc-x509-validation-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-asn1-encoding-doc,
libghc-asn1-types-doc,
libghc-async-doc,
@@ -58,17 +61,21 @@ Build-Depends-Indep: ghc-doc,
libghc-x509-validation-doc,
Standards-Version: 3.9.8
Homepage: http://github.com/vincenthz/hs-tls
-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-tls
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-tls-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: native Haskell implementation of TLS/SSL protocol${haskell:ShortBlurb}
It is a native TLS protocol implementation, focusing on purity and more
type-checking.
@@ -83,11 +90,15 @@ Description: native Haskell implementation of TLS/SSL protocol${haskell:ShortBlu
Package: libghc-tls-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: native Haskell implementation of TLS/SSL protocol${haskell:ShortBlurb}
It is a native TLS protocol implementation, focusing on purity and more
type-checking.
@@ -103,10 +114,13 @@ Description: native Haskell implementation of TLS/SSL protocol${haskell:ShortBlu
Package: libghc-tls-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
+Depends:
${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
Description: native Haskell implementation of TLS/SSL protocol${haskell:ShortBlurb}
It is a native TLS protocol implementation, focusing on purity and more
type-checking.
diff --git a/p/haskell-tls/debian/copyright b/p/haskell-tls/debian/copyright
index 2c9d848..fef9975 100644
--- a/p/haskell-tls/debian/copyright
+++ b/p/haskell-tls/debian/copyright
@@ -34,4 +34,4 @@ License: BSD-3-clause
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- SUCH DAMAGE.
\ No newline at end of file
+ SUCH DAMAGE.
--
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