summaryrefslogtreecommitdiff
path: root/p/haskell-tasty-golden
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-08-03 23:09:44 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2014-08-03 23:09:44 +0400
commit513519e36741e9d908a2e6c76b9aaf20ef69d0e8 (patch)
treef1cc1395c9dbc7d37404aab3016cddf72290cd91 /p/haskell-tasty-golden
parent0d9105f5e2edab5541cd544391e6d0846319b8a7 (diff)
downloadDHG_packages-513519e36741e9d908a2e6c76b9aaf20ef69d0e8.tar.gz
haskell-tasty-golden: * Merge Colins changes
Diffstat (limited to 'p/haskell-tasty-golden')
-rw-r--r--p/haskell-tasty-golden/debian/changelog19
-rw-r--r--p/haskell-tasty-golden/debian/patches/no-unicode-in-description19
-rw-r--r--p/haskell-tasty-golden/debian/patches/series1
3 files changed, 19 insertions, 20 deletions
diff --git a/p/haskell-tasty-golden/debian/changelog b/p/haskell-tasty-golden/debian/changelog
index aa8ccc919..57e7282ff 100644
--- a/p/haskell-tasty-golden/debian/changelog
+++ b/p/haskell-tasty-golden/debian/changelog
@@ -1,3 +1,22 @@
+haskell-tasty-golden (2.2.2.4-2) UNRELEASED; urgency=medium
+
+ * Merge Colins changes
+
+ -- Joachim Breitner <nomeata@debian.org> Sun, 03 Aug 2014 21:09:15 +0200
+
+haskell-tasty-golden (2.2.2.4-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Joachim Breitner <nomeata@debian.org> Sun, 03 Aug 2014 20:58:42 +0200
+
+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@debian.org> Tue, 06 May 2014 10:07:43 +0100
+
haskell-tasty-golden (2.2.0.2-1) unstable; urgency=low
* Initial release.
diff --git a/p/haskell-tasty-golden/debian/patches/no-unicode-in-description b/p/haskell-tasty-golden/debian/patches/no-unicode-in-description
deleted file mode 100644
index 23dbaada4..000000000
--- a/p/haskell-tasty-golden/debian/patches/no-unicode-in-description
+++ /dev/null
@@ -1,19 +0,0 @@
-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 --git a/p/haskell-tasty-golden/debian/patches/series b/p/haskell-tasty-golden/debian/patches/series
index 992b2842f..7bb70c9f7 100644
--- a/p/haskell-tasty-golden/debian/patches/series
+++ b/p/haskell-tasty-golden/debian/patches/series
@@ -1,2 +1 @@
use-temporary
-no-unicode-in-description