[Git][haskell-team/DHG_packages][master] http2: Upgrading from 1.6.3 to 1.6.5

Clint Adams gitlab at salsa.debian.org
Sat Aug 31 02:45:07 BST 2019



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
938b9739 by Clint Adams at 2019-08-31T01:41:34Z
http2: Upgrading from 1.6.3 to 1.6.5

- - - - -


6 changed files:

- p/haskell-http2/debian/changelog
- p/haskell-http2/debian/control
- p/haskell-http2/debian/patches/disable-doctest
- p/haskell-http2/debian/patches/disable-tests-with-external-test-cases
- − p/haskell-http2/debian/patches/no-bytestring-builder
- p/haskell-http2/debian/patches/series


Changes:

=====================================
p/haskell-http2/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-http2 (1.6.5-1) unstable; urgency=medium
+
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Fri, 30 Aug 2019 21:39:02 -0400
+
 haskell-http2 (1.6.3-4) unstable; urgency=medium
 
   * Remove build dependency on libghc-text-dev (provided by ghc-8.4.3)


=====================================
p/haskell-http2/debian/control
=====================================
@@ -8,28 +8,36 @@ Rules-Requires-Root: no
 Build-Depends:
  cdbs,
  debhelper (>= 10),
+ haskell-devscripts (>= 0.13),
  ghc (>= 8.4.3),
  ghc-prof,
- haskell-devscripts (>= 0.13),
- libghc-aeson-dev,
- libghc-aeson-pretty-dev,
  libghc-case-insensitive-dev,
  libghc-case-insensitive-prof,
- libghc-doctest-dev (>= 0.9.3),
- libghc-glob-dev,
- libghc-hex-dev,
- libghc-hspec-dev (>= 1.3),
- libghc-mwc-random-dev,
+ libghc-network-byte-order-dev,
+ libghc-network-byte-order-prof,
  libghc-psqueues-dev,
  libghc-psqueues-prof,
+ libghc-aeson-dev,
+ libghc-aeson-prof,
+ libghc-aeson-pretty-dev,
+ libghc-aeson-pretty-prof,
+ libghc-base16-bytestring-dev,
+ libghc-base16-bytestring-prof,
  libghc-unordered-containers-dev,
  libghc-vector-dev,
  libghc-word8-dev,
-Build-Depends-Indep:
- ghc-doc,
+ libghc-word8-prof,
+ libghc-glob-dev (>= 0.9),
+ libghc-glob-prof,
+ libghc-doctest-dev (>= 0.9.3),
+ libghc-doctest-prof,
+ libghc-hspec-dev (>= 1.3),
+ libghc-hspec-prof,
+Build-Depends-Indep: ghc-doc,
  libghc-case-insensitive-doc,
+ libghc-network-byte-order-doc,
  libghc-psqueues-doc,
-Standards-Version: 4.1.4
+Standards-Version: 4.4.0
 Homepage: https://github.com/kazu-yamamoto/http2
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-http2
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-http2]


=====================================
p/haskell-http2/debian/patches/disable-doctest
=====================================
@@ -1,6 +1,6 @@
 --- a/http2.cabal
 +++ b/http2.cabal
-@@ -89,15 +89,6 @@
+@@ -90,15 +90,6 @@
  
  ----------------------------------------------------------------
  


=====================================
p/haskell-http2/debian/patches/disable-tests-with-external-test-cases
=====================================
@@ -1,6 +1,6 @@
 --- a/http2.cabal
 +++ b/http2.cabal
-@@ -112,52 +112,6 @@
+@@ -142,76 +142,6 @@
                        , stm
                        , word8
  
@@ -13,18 +13,39 @@
 -  Other-Modules:        HPACKDecode
 -                        HPACKSpec
 -                        JSON
+-                        Network.HPACK
+-                        Network.HPACK.Buffer
+-                        Network.HPACK.Builder
+-                        Network.HPACK.HeaderBlock
+-                        Network.HPACK.HeaderBlock.Decode
+-                        Network.HPACK.HeaderBlock.Encode
+-                        Network.HPACK.HeaderBlock.Integer
+-                        Network.HPACK.Huffman
+-                        Network.HPACK.Huffman.Bit
+-                        Network.HPACK.Huffman.Decode
+-                        Network.HPACK.Huffman.Encode
+-                        Network.HPACK.Huffman.Params
+-                        Network.HPACK.Huffman.Table
+-                        Network.HPACK.Huffman.Tree
+-                        Network.HPACK.Table
+-                        Network.HPACK.Table.Dynamic
+-                        Network.HPACK.Table.Entry
+-                        Network.HPACK.Table.RevIndex
+-                        Network.HPACK.Table.Static
+-                        Network.HPACK.Token
+-                        Network.HPACK.Types
 -  Build-Depends:        base >= 4 && < 5
 -                      , aeson
 -                      , aeson-pretty
 -                      , array
+-                      , base16-bytestring
 -                      , bytestring
--                      , bytestring-builder
 -                      , case-insensitive
 -                      , containers
 -                      , directory
 -                      , filepath
--                      , hex
 -                      , hspec >= 1.3
+-                      , network-byte-order
 -                      , text
 -                      , unordered-containers
 -                      , vector
@@ -37,19 +58,22 @@
 -  GHC-Options:          -Wall
 -  Main-Is:              Spec.hs
 -  Other-Modules:        Case
+-                        FrameSpec
 -                        JSON
 -  Build-Depends:        base >= 4 && < 5
--                      , Glob
+-                      , Glob >= 0.9
 -                      , aeson
 -                      , aeson-pretty
+-                      , base16-bytestring
 -                      , bytestring
 -                      , directory
 -                      , filepath
--                      , hex
 -                      , hspec >= 1.3
 -                      , http2
+-                      , network-byte-order
 -                      , text
 -                      , unordered-containers
- 
+-
  ----------------------------------------------------------------
  
+ Executable hpack-encode


=====================================
p/haskell-http2/debian/patches/no-bytestring-builder deleted
=====================================
@@ -1,42 +0,0 @@
---- a/http2.cabal
-+++ b/http2.cabal
-@@ -81,7 +81,6 @@
-   Build-Depends:        base >= 4.6 && < 5
-                       , array
-                       , bytestring >= 0.10
--                      , bytestring-builder
-                       , case-insensitive
-                       , containers >= 0.5
-                       , psqueues
-@@ -105,7 +104,6 @@
-   Build-Depends:        base >= 4 && < 5
-                       , array
-                       , bytestring
--                      , bytestring-builder
-                       , case-insensitive
-                       , containers
-                       , hex
-@@ -178,7 +176,6 @@
-                       , aeson-pretty
-                       , array
-                       , bytestring
--                      , bytestring-builder
-                       , case-insensitive
-                       , containers
-                       , hex
-@@ -200,7 +197,6 @@
-                       , aeson
-                       , array
-                       , bytestring
--                      , bytestring-builder
-                       , case-insensitive
-                       , containers
-                       , hex
-@@ -223,7 +219,6 @@
-                       , aeson-pretty
-                       , array
-                       , bytestring
--                      , bytestring-builder
-                       , case-insensitive
-                       , containers
-                       , directory


=====================================
p/haskell-http2/debian/patches/series
=====================================
@@ -1,3 +1,2 @@
 disable-doctest
-no-bytestring-builder
 disable-tests-with-external-test-cases



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/938b97397e03c73124ccf020d2f0384d64e35546

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/938b97397e03c73124ccf020d2f0384d64e35546
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20190831/481be581/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list