[Pkg-haskell-commits] darcs: haskell-tasty-golden: New upstream release
Joachim Breitner
mail at joachim-breitner.de
Sun Aug 3 19:12:40 UTC 2014
Sun Aug 3 18:58:40 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* New upstream release
M! ./changelog -9 +2
M! ./control -2 +10
A! ./patches/
A! ./patches/no-unicode-in-description
A! ./patches/series
A! ./patches/use-temporary
M! ./rules -1 +1
Sun Aug 3 18:58:40 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* New upstream release
diff -rN -u old-haskell-tasty-golden/changelog new-haskell-tasty-golden/changelog
--- old-haskell-tasty-golden/changelog 2014-08-03 19:12:40.587551532 +0000
+++ new-haskell-tasty-golden/changelog 2014-08-03 19:12:40.595551529 +0000
@@ -1,10 +1,3 @@
-haskell-tasty-golden (2.2.0.2-2) unstable; urgency=medium
-
- * Set LC_ALL=C.UTF-8 when building documentation, fixing a build failure
- in the C locale.
-
- -- Colin Watson <cjwatson at debian.org> Tue, 06 May 2014 10:07:43 +0100
-
haskell-tasty-golden (2.2.0.2-1) unstable; urgency=low
* Initial release.
diff -rN -u old-haskell-tasty-golden/control new-haskell-tasty-golden/control
--- old-haskell-tasty-golden/control 2014-08-03 19:12:40.587551532 +0000
+++ new-haskell-tasty-golden/control 2014-08-03 19:12:40.587551532 +0000
@@ -14,16 +14,24 @@
, libghc-optparse-applicative-prof
, libghc-tagged-dev
, libghc-tagged-prof
- , libghc-tasty-dev (>= 0.7)
+ , libghc-tasty-dev (>= 0.8)
, libghc-tasty-prof
- , libghc-temporary-dev (>= 1.1)
+ , libghc-temporary-dev (>= 1.2.0.3)
, libghc-temporary-prof
+ , libghc-tagged-dev
+ , libghc-tagged-prof
+ , libghc-async-dev
+ , libghc-async-prof
+# for the test suite
+ , libghc-tasty-hunit-dev
Build-Depends-Indep: ghc-doc
, libghc-mtl-doc
, libghc-optparse-applicative-doc
, libghc-tagged-doc
, libghc-tasty-doc
, libghc-temporary-doc
+ , libghc-tagged-doc
+ , libghc-async-doc
Standards-Version: 3.9.5
Homepage: http://hackage.haskell.org/package/tasty-golden
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-tasty-golden
diff -rN -u old-haskell-tasty-golden/patches/no-unicode-in-description new-haskell-tasty-golden/patches/no-unicode-in-description
--- old-haskell-tasty-golden/patches/no-unicode-in-description 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-tasty-golden/patches/no-unicode-in-description 2014-08-03 19:12:40.595551529 +0000
@@ -0,0 +1,19 @@
+Index: tasty-golden-2.2.2.4/tasty-golden.cabal
+===================================================================
+--- tasty-golden-2.2.2.4.orig/tasty-golden.cabal 2014-08-03 19:37:03.255279185 +0200
++++ tasty-golden-2.2.2.4/tasty-golden.cabal 2014-08-03 20:58:35.067115530 +0200
+@@ -2,11 +2,11 @@
+ version: 2.2.2.4
+ synopsis: Golden tests support for tasty
+ description:
+- This package provides support for «golden testing».
+-
++ This package provides support for golden testing.
++ .
+ A golden test is an IO action that writes its result to a file.
+ To pass the test, this output file should be identical to the corresponding
+- «golden» file, which contains the correct result for the test.
++ golden file, which contains the correct result for the test.
+
+ license: MIT
+ license-file: LICENSE
diff -rN -u old-haskell-tasty-golden/patches/series new-haskell-tasty-golden/patches/series
--- old-haskell-tasty-golden/patches/series 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-tasty-golden/patches/series 2014-08-03 19:12:40.595551529 +0000
@@ -0,0 +1,2 @@
+use-temporary
+no-unicode-in-description
diff -rN -u old-haskell-tasty-golden/patches/use-temporary new-haskell-tasty-golden/patches/use-temporary
--- old-haskell-tasty-golden/patches/use-temporary 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-tasty-golden/patches/use-temporary 2014-08-03 19:12:40.587551532 +0000
@@ -0,0 +1,19 @@
+Index: tasty-golden-2.2.2.4/tasty-golden.cabal
+===================================================================
+--- tasty-golden-2.2.2.4.orig/tasty-golden.cabal 2014-08-03 19:33:04.015287189 +0200
++++ tasty-golden-2.2.2.4/tasty-golden.cabal 2014-08-03 19:37:03.255279185 +0200
+@@ -43,7 +43,7 @@
+ mtl,
+ optparse-applicative,
+ filepath,
+- temporary-rc,
++ temporary (>= 1.2.0.3),
+ tagged,
+ deepseq,
+ containers,
+@@ -67,4 +67,4 @@
+ , filepath
+ , directory
+ , process
+- , temporary-rc
++ , temporary (>= 1.2.0.3)
diff -rN -u old-haskell-tasty-golden/rules new-haskell-tasty-golden/rules
--- old-haskell-tasty-golden/rules 2014-08-03 19:12:40.583551532 +0000
+++ new-haskell-tasty-golden/rules 2014-08-03 19:12:40.587551532 +0000
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-# DEB_ENABLE_TESTS = yes
+DEB_ENABLE_TESTS = yes
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
More information about the Pkg-haskell-commits
mailing list