[DHG_packages] 04/04: hspec: Upgrading from 2.1.10 to 2.2.1

Clint Adams clint at moszumanska.debian.org
Mon Jan 11 03:45:53 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 4818b22cbfeb632a74336e2280dbb000c4d89f43
Author: Clint Adams <clint at debian.org>
Date:   Sun Jan 10 22:22:18 2016 -0500

    hspec: Upgrading from 2.1.10 to 2.2.1
---
 p/haskell-hspec/debian/changelog                 |  6 ++++++
 p/haskell-hspec/debian/control                   | 12 ++++++------
 p/haskell-hspec/debian/patches/no-hspec-discover | 12 +++++-------
 3 files changed, 17 insertions(+), 13 deletions(-)

diff --git a/p/haskell-hspec/debian/changelog b/p/haskell-hspec/debian/changelog
index cd055cc..3eb2d26 100644
--- a/p/haskell-hspec/debian/changelog
+++ b/p/haskell-hspec/debian/changelog
@@ -1,3 +1,9 @@
+haskell-hspec (2.2.1-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Clint Adams <clint at debian.org>  Sun, 10 Jan 2016 22:22:18 -0500
+
 haskell-hspec (2.1.10-2) unstable; urgency=medium
 
   * Switch Vcs-Git/Vcs-Browser headers to new location.
diff --git a/p/haskell-hspec/debian/control b/p/haskell-hspec/debian/control
index 7e5bdb5..fc4491b 100644
--- a/p/haskell-hspec/debian/control
+++ b/p/haskell-hspec/debian/control
@@ -12,11 +12,11 @@ Build-Depends: debhelper (>= 9),
  libghc-hunit-prof,
  libghc-quickcheck2-dev (>= 2.5.1),
  libghc-quickcheck2-prof,
- libghc-hspec-core-dev (>= 2.1.10),
- libghc-hspec-core-dev (<< 2.1.11),
+ libghc-hspec-core-dev (>= 2.2.1),
+ libghc-hspec-core-dev (<< 2.2.2),
  libghc-hspec-core-prof,
- libghc-hspec-expectations-dev (>= 0.7.1),
- libghc-hspec-expectations-dev (<< 0.7.2),
+ libghc-hspec-expectations-dev (>= 0.7.2),
+ libghc-hspec-expectations-dev (<< 0.7.3),
  libghc-hspec-expectations-prof,
 Build-Depends-Indep: ghc-doc,
  libghc-hunit-doc,
@@ -33,8 +33,8 @@ Architecture: any
 Depends: ${haskell:Depends},
  ${shlibs:Depends},
  ${misc:Depends},
- hspec-discover (>= 2.1.10),
- hspec-discover (<< 2.1.11),
+ hspec-discover (>= 2.2.1),
+ hspec-discover (<< 2.2.2),
 Recommends: ${haskell:Recommends},
 Suggests: ${haskell:Suggests},
 Provides: ${haskell:Provides},
diff --git a/p/haskell-hspec/debian/patches/no-hspec-discover b/p/haskell-hspec/debian/patches/no-hspec-discover
index 43d23ad..c3f4919 100644
--- a/p/haskell-hspec/debian/patches/no-hspec-discover
+++ b/p/haskell-hspec/debian/patches/no-hspec-discover
@@ -2,15 +2,13 @@ Do not depend on hspec-discover (the haskell library), as that is empty
 anyways. We ensure that the hspec-discover binary is available via
 control/debian.
 
-Index: haskell-hspec/hspec.cabal
-===================================================================
---- haskell-hspec.orig/hspec.cabal	2015-08-15 13:48:47.342941608 +0200
-+++ haskell-hspec/hspec.cabal	2015-08-15 13:48:55.643148493 +0200
+--- a/hspec.cabal
++++ b/hspec.cabal
 @@ -42,7 +42,6 @@
    build-depends:
        base == 4.*
-     , hspec-core == 2.1.10
--    , hspec-discover == 2.1.10
-     , hspec-expectations == 0.7.1.*
+     , hspec-core == 2.2.1
+-    , hspec-discover == 2.2.1
+     , hspec-expectations == 0.7.2.*
      , transformers >= 0.2.2.0
      , QuickCheck >= 2.5.1

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