[DHG_packages] 06/06: hspec: Upgrading from 2.2.4 to 2.4.3
Clint Adams
clint at moszumanska.debian.org
Thu Jul 6 01:53:16 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 d7a17bf82fa567b8450e0070fa49e5456be5cbef
Author: Clint Adams <clint at debian.org>
Date: Wed Jul 5 21:44:14 2017 -0400
hspec: Upgrading from 2.2.4 to 2.4.3
---
p/haskell-hspec/debian/changelog | 6 ++++++
p/haskell-hspec/debian/control | 20 +++++++++++++-------
p/haskell-hspec/debian/patches/no-hspec-discover | 14 +++++++-------
3 files changed, 26 insertions(+), 14 deletions(-)
diff --git a/p/haskell-hspec/debian/changelog b/p/haskell-hspec/debian/changelog
index 71fc603..4496f58 100644
--- a/p/haskell-hspec/debian/changelog
+++ b/p/haskell-hspec/debian/changelog
@@ -1,3 +1,9 @@
+haskell-hspec (2.4.3-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Clint Adams <clint at debian.org> Wed, 05 Jul 2017 21:44:14 -0400
+
haskell-hspec (2.2.4-3) unstable; urgency=medium
* Upload to unstable as part of GHC 8 transition.
diff --git a/p/haskell-hspec/debian/control b/p/haskell-hspec/debian/control
index bebbe72..53f8faf 100644
--- a/p/haskell-hspec/debian/control
+++ b/p/haskell-hspec/debian/control
@@ -12,18 +12,24 @@ Build-Depends: debhelper (>= 9),
libghc-hunit-prof,
libghc-quickcheck2-dev (>= 2.5.1),
libghc-quickcheck2-prof,
- libghc-hspec-core-dev (>= 2.2.4),
- libghc-hspec-core-dev (<< 2.2.5),
+ libghc-call-stack-dev,
+ libghc-call-stack-prof,
+ libghc-hspec-core-dev (>= 2.4.3),
+ libghc-hspec-core-dev (<< 2.4.4),
libghc-hspec-core-prof,
- libghc-hspec-expectations-dev (>= 0.7.2),
- libghc-hspec-expectations-dev (<< 0.7.3),
+ libghc-hspec-discover-dev (>= 2.4.3),
+ libghc-hspec-discover-dev (<< 2.4.4),
+ libghc-hspec-discover-prof,
+ libghc-hspec-expectations-dev (>= 0.8.2),
+ libghc-hspec-expectations-dev (<< 0.8.3),
libghc-hspec-expectations-prof,
Build-Depends-Indep: ghc-doc,
libghc-hunit-doc,
libghc-quickcheck2-doc,
+ libghc-call-stack-doc,
libghc-hspec-core-doc,
libghc-hspec-expectations-doc,
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
Homepage: http://hspec.github.io/
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-hspec
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
@@ -33,8 +39,8 @@ Architecture: any
Depends: ${haskell:Depends},
${shlibs:Depends},
${misc:Depends},
- hspec-discover (>= 2.2.4),
- hspec-discover (<< 2.2.5),
+ hspec-discover (>= 2.4.3),
+ hspec-discover (<< 2.4.4),
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 19739ae..319e2e5 100644
--- a/p/haskell-hspec/debian/patches/no-hspec-discover
+++ b/p/haskell-hspec/debian/patches/no-hspec-discover
@@ -7,16 +7,16 @@ control/debian.
@@ -45,7 +45,6 @@
build-depends:
base == 4.*
- , hspec-core == 2.2.4
-- , hspec-discover == 2.2.4
- , hspec-expectations == 0.7.2.*
+ , hspec-core == 2.4.3
+- , hspec-discover == 2.4.3
+ , hspec-expectations == 0.8.2.*
, transformers >= 0.2.2.0
, QuickCheck >= 2.5.1
-@@ -75,7 +74,6 @@
+@@ -76,7 +75,6 @@
build-depends:
base == 4.*
- , hspec-core == 2.2.4
-- , hspec-discover == 2.2.4
- , hspec-expectations == 0.7.2.*
+ , hspec-core == 2.4.3
+- , hspec-discover == 2.4.3
+ , hspec-expectations == 0.8.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