[DHG_packages] 02/03: http2: Upgrading from 1.0.4 to 1.3.1

Clint Adams clint at moszumanska.debian.org
Mon Jan 11 05:51:38 UTC 2016


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

clint pushed a commit to branch master
in repository DHG_packages.

commit 92caaf27f09af4af7cc271865768133bfc190e03
Author: Clint Adams <clint at debian.org>
Date:   Mon Jan 11 00:45:48 2016 -0500

    http2: Upgrading from 1.0.4 to 1.3.1
---
 p/haskell-http2/debian/changelog                     |  7 +++++++
 p/haskell-http2/debian/control                       |  6 ++++--
 p/haskell-http2/debian/patches/no-bytestring-builder | 20 +++++++++-----------
 p/haskell-http2/debian/rules                         |  1 +
 4 files changed, 21 insertions(+), 13 deletions(-)

diff --git a/p/haskell-http2/debian/changelog b/p/haskell-http2/debian/changelog
index 2d09cbc..2345749 100644
--- a/p/haskell-http2/debian/changelog
+++ b/p/haskell-http2/debian/changelog
@@ -1,3 +1,10 @@
+haskell-http2 (1.3.1-1) unstable; urgency=medium
+
+  * New upstream version.
+  * Enable testsuite.
+
+ -- Clint Adams <clint at debian.org>  Mon, 11 Jan 2016 00:45:48 -0500
+
 haskell-http2 (1.0.4-2) unstable; urgency=medium
 
   * Switch Vcs-Git/Vcs-Browser headers to new location.
diff --git a/p/haskell-http2/debian/control b/p/haskell-http2/debian/control
index ab3390f..49d0624 100644
--- a/p/haskell-http2/debian/control
+++ b/p/haskell-http2/debian/control
@@ -8,8 +8,8 @@ Build-Depends: debhelper (>= 9),
  cdbs,
  ghc,
  ghc-prof,
- libghc-mwc-random-dev,
- libghc-mwc-random-prof,
+ libghc-psqueues-dev,
+ libghc-psqueues-prof,
  libghc-stm-dev,
  libghc-stm-prof,
  libghc-unordered-containers-dev,
@@ -17,11 +17,13 @@ Build-Depends: debhelper (>= 9),
  libghc-aeson-dev,
  libghc-aeson-pretty-dev,
  libghc-hex-dev,
+ libghc-mwc-random-dev,
  libghc-text-dev,
  libghc-vector-dev,
  libghc-word8-dev,
 Build-Depends-Indep: ghc-doc,
  libghc-mwc-random-doc,
+ libghc-psqueues-doc,
  libghc-stm-doc,
  libghc-unordered-containers-doc,
 Standards-Version: 3.9.6
diff --git a/p/haskell-http2/debian/patches/no-bytestring-builder b/p/haskell-http2/debian/patches/no-bytestring-builder
index 8787e74..01d5b0a 100644
--- a/p/haskell-http2/debian/patches/no-bytestring-builder
+++ b/p/haskell-http2/debian/patches/no-bytestring-builder
@@ -1,16 +1,14 @@
-Index: haskell-http2/http2.cabal
-===================================================================
---- haskell-http2.orig/http2.cabal	2015-08-15 20:25:11.463990503 +0200
-+++ haskell-http2/http2.cabal	2015-08-15 20:28:03.616423219 +0200
-@@ -60,7 +60,6 @@
+--- a/http2.cabal
++++ b/http2.cabal
+@@ -61,7 +61,6 @@
    Build-Depends:        base >= 4.6 && < 5
                        , array
                        , bytestring >= 0.10
 -                      , bytestring-builder
                        , containers >= 0.5
-                       , mwc-random
+                       , psqueues
                        , stm
-@@ -93,7 +92,6 @@
+@@ -94,7 +93,6 @@
    Build-Depends:        base >= 4 && < 5
                        , array
                        , bytestring
@@ -18,7 +16,7 @@ Index: haskell-http2/http2.cabal
                        , containers
                        , hex
                        , hspec >= 1.3
-@@ -116,7 +114,6 @@
+@@ -118,7 +116,6 @@
                        , aeson-pretty
                        , array
                        , bytestring
@@ -26,7 +24,7 @@ Index: haskell-http2/http2.cabal
                        , containers
                        , directory
                        , filepath
-@@ -165,7 +162,6 @@
+@@ -167,7 +164,6 @@
                        , aeson-pretty
                        , array
                        , bytestring
@@ -34,7 +32,7 @@ Index: haskell-http2/http2.cabal
                        , containers
                        , hex
                        , text
-@@ -186,7 +182,6 @@
+@@ -188,7 +184,6 @@
                        , aeson
                        , array
                        , bytestring
@@ -42,7 +40,7 @@ Index: haskell-http2/http2.cabal
                        , containers
                        , hex
                        , text
-@@ -208,7 +203,6 @@
+@@ -210,7 +205,6 @@
                        , aeson-pretty
                        , array
                        , bytestring
diff --git a/p/haskell-http2/debian/rules b/p/haskell-http2/debian/rules
index 884f3ee..f05c9ad 100755
--- a/p/haskell-http2/debian/rules
+++ b/p/haskell-http2/debian/rules
@@ -2,6 +2,7 @@
 
 DEB_CABAL_PACKAGE = http2
 DEB_DEFAULT_COMPILER = ghc
+DEB_ENABLE_TESTS = yes
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk

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