[DHG_packages] 01/01: websockets: fix build dependencies. closes: #865062

Clint Adams clint at moszumanska.debian.org
Mon Jun 19 00:29:56 UTC 2017


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch master
in repository DHG_packages.

commit ed619946ff7c8416e4b1e18f98b17fc78a02fc66
Author: Clint Adams <clint at debian.org>
Date:   Sun Jun 18 20:27:36 2017 -0400

    websockets: fix build dependencies.  closes: #865062
---
 p/haskell-websockets/debian/changelog |  6 +++
 p/haskell-websockets/debian/control   | 98 ++++++++++++++++-------------------
 2 files changed, 51 insertions(+), 53 deletions(-)

diff --git a/p/haskell-websockets/debian/changelog b/p/haskell-websockets/debian/changelog
index 0fcd8b1..6e52e76 100644
--- a/p/haskell-websockets/debian/changelog
+++ b/p/haskell-websockets/debian/changelog
@@ -1,3 +1,9 @@
+haskell-websockets (0.9.8.2-2) unstable; urgency=medium
+
+  * Fix build dependencies.  closes: #865062.
+
+ -- Clint Adams <clint at debian.org>  Sun, 18 Jun 2017 20:27:17 -0400
+
 haskell-websockets (0.9.8.2-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-websockets/debian/control b/p/haskell-websockets/debian/control
index c33f72e..633fd35 100644
--- a/p/haskell-websockets/debian/control
+++ b/p/haskell-websockets/debian/control
@@ -4,55 +4,59 @@ Uploaders:
  Joachim Breitner <nomeata at debian.org>,
 Priority: extra
 Section: haskell
-Build-Depends:
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.8),
  cdbs,
- debhelper (>= 9),
- ghc (>= 8),
+ ghc,
  ghc-prof,
- haskell-devscripts (>= 0.13),
- libghc-attoparsec-dev (<< 0.14),
+ libghc-sha-dev (>= 1.5),
+ libghc-sha-dev (<< 1.7),
+ libghc-sha-prof (>= 1.5),
+ libghc-sha-prof (<< 1.7),
  libghc-attoparsec-dev (>= 0.10),
- libghc-attoparsec-prof,
- libghc-base64-bytestring-dev (<< 1.1),
+ libghc-attoparsec-dev (<< 0.14),
+ libghc-attoparsec-prof (>= 0.10),
+ libghc-attoparsec-prof (<< 0.14),
  libghc-base64-bytestring-dev (>= 0.1),
- libghc-base64-bytestring-prof,
- libghc-blaze-builder-dev (<< 0.5),
+ libghc-base64-bytestring-dev (<< 1.1),
+ libghc-base64-bytestring-prof (>= 0.1),
+ libghc-base64-bytestring-prof (<< 1.1),
  libghc-blaze-builder-dev (>= 0.3),
- libghc-blaze-builder-prof,
- libghc-case-insensitive-dev (<< 1.3),
+ libghc-blaze-builder-dev (<< 0.5),
+ libghc-blaze-builder-prof (>= 0.3),
+ libghc-blaze-builder-prof (<< 0.5),
  libghc-case-insensitive-dev (>= 0.3),
- libghc-case-insensitive-prof,
- libghc-entropy-dev (<< 0.4),
+ libghc-case-insensitive-dev (<< 1.3),
+ libghc-case-insensitive-prof (>= 0.3),
+ libghc-case-insensitive-prof (<< 1.3),
  libghc-entropy-dev (>= 0.2.1),
- libghc-entropy-prof,
- libghc-hunit-dev (<< 1.4),
- libghc-hunit-dev (>= 1.2),
- libghc-network-dev (<< 2.7),
+ libghc-entropy-dev (<< 0.4),
+ libghc-entropy-prof (>= 0.2.1),
+ libghc-entropy-prof (<< 0.4),
  libghc-network-dev (>= 2.3),
- libghc-network-prof,
- libghc-quickcheck2-dev (<< 2.10),
- libghc-quickcheck2-dev (>= 2.7),
- libghc-random-dev (<< 1.2),
+ libghc-network-dev (<< 2.7),
+ libghc-network-prof (>= 2.3),
+ libghc-network-prof (<< 2.7),
  libghc-random-dev (>= 1.0),
- libghc-random-prof,
+ libghc-random-dev (<< 1.2),
+ libghc-random-prof (>= 1.0),
+ libghc-random-prof (<< 1.2),
  libghc-text-dev (>= 0.10),
  libghc-text-dev (<< 1.3),
- libghc-text-prof,
+ libghc-text-prof (>= 0.10),
+ libghc-text-prof (<< 1.3),
  libghc-hunit-dev (>= 1.2),
  libghc-hunit-dev (<< 1.6),
  libghc-quickcheck2-dev (>= 2.7),
  libghc-quickcheck2-dev (<< 2.10),
  libghc-test-framework-dev (>= 0.4),
  libghc-test-framework-dev (<< 0.9),
- libghc-test-framework-hunit-dev (<< 0.4),
  libghc-test-framework-hunit-dev (>= 0.2),
- libghc-test-framework-quickcheck2-dev (<< 0.4),
+ libghc-test-framework-hunit-dev (<< 0.4),
  libghc-test-framework-quickcheck2-dev (>= 0.2),
- libghc-text-dev (<< 1.3),
- libghc-text-dev (>= 0.10),
- libghc-text-prof,
-Build-Depends-Indep:
- ghc-doc,
+ libghc-test-framework-quickcheck2-dev (<< 0.4),
+Build-Depends-Indep: ghc-doc,
+ libghc-sha-doc,
  libghc-attoparsec-doc,
  libghc-base64-bytestring-doc,
  libghc-blaze-builder-doc,
@@ -60,7 +64,6 @@ Build-Depends-Indep:
  libghc-entropy-doc,
  libghc-network-doc,
  libghc-random-doc,
- libghc-sha-doc,
  libghc-text-doc,
 Standards-Version: 3.9.8
 Homepage: http://jaspervdj.be/websockets
@@ -72,16 +75,12 @@ X-Description: write WebSocket-capable servers
 
 Package: libghc-websockets-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:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -89,15 +88,11 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-websockets-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:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -106,13 +101,10 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-websockets-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:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .

-- 
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