[DHG_packages] 01/01: HUnit: Upgrading from 1.2.5.2 to 1.3.0.0

Clint Adams clint at moszumanska.debian.org
Mon Jan 11 02:56:33 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 63b16b0918912ba5207fedd318ac9692ac5626bd
Author: Clint Adams <clint at debian.org>
Date:   Sun Jan 10 21:51:24 2016 -0500

    HUnit: Upgrading from 1.2.5.2 to 1.3.0.0
---
 p/haskell-hunit/debian/changelog                  |  6 ++
 p/haskell-hunit/debian/patches/broken_links.patch | 76 +++++++++++------------
 2 files changed, 43 insertions(+), 39 deletions(-)

diff --git a/p/haskell-hunit/debian/changelog b/p/haskell-hunit/debian/changelog
index 7faede2..facc888 100644
--- a/p/haskell-hunit/debian/changelog
+++ b/p/haskell-hunit/debian/changelog
@@ -1,3 +1,9 @@
+haskell-hunit (1.3.0.0-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Clint Adams <clint at debian.org>  Sun, 10 Jan 2016 21:51:24 -0500
+
 haskell-hunit (1.2.5.2-5) unstable; urgency=medium
 
   [ Joachim Breitner ]
diff --git a/p/haskell-hunit/debian/patches/broken_links.patch b/p/haskell-hunit/debian/patches/broken_links.patch
index c6bfc59..83775d4 100644
--- a/p/haskell-hunit/debian/patches/broken_links.patch
+++ b/p/haskell-hunit/debian/patches/broken_links.patch
@@ -5,44 +5,42 @@
 # Forwarded: http://sourceforge.net/tracker/download.php?group_id=46796&atid=447396&file_id=363731&aid=2955563
 # Author: Marco Túlio Gontijo e Silva <marcot at debian.org>
 # Last-Update: 2010-02-20
-Index: HUnit-1.2.2.1/Test/HUnit.hs
-===================================================================
---- HUnit-1.2.2.1.orig/Test/HUnit.hs	2010-02-20 11:08:41.000000000 -0200
-+++ HUnit-1.2.2.1/Test/HUnit.hs	2010-02-20 11:09:16.000000000 -0200
+--- a/Test/HUnit.hs
++++ b/Test/HUnit.hs
 @@ -12,17 +12,17 @@
- --  Define test cases as appropriate:
- -- 
- -- @
----    test1 = TestCase (assertEqual "for (foo 3)," (1,2) (foo 3))
-+--    test1 = TestCase (assertEqual \"for (foo 3),\" (1,2) (foo 3))
- --    test2 = TestCase (do (x,y) <- partA 3
----                         assertEqual "for the first result of partA," 5 x
-+--                         assertEqual \"for the first result of partA,\" 5 x
- --                         b <- partB y
----                         assertBool ("(partB " ++ show y ++ ") failed") b)
-+--                         assertBool (\"(partB \" ++ show y ++ \") failed\") b)
- -- @
- --
- -- Name the test cases and group them together:
- --
- -- @
----    tests = TestList [TestLabel "test1" test1, TestLabel "test2" test2]
-+--    tests = TestList [TestLabel \"test1\" test1, TestLabel \"test2\" test2]
- -- @
- --
- -- Run the tests as a group. At a Haskell interpreter prompt, apply the function
+ --  Define test cases as appropriate:
+ --
+ -- @
+---    test1 = TestCase (assertEqual "for (foo 3)," (1,2) (foo 3))
++--    test1 = TestCase (assertEqual \"for (foo 3),\" (1,2) (foo 3))
+ --    test2 = TestCase (do (x,y) <- partA 3
+---                         assertEqual "for the first result of partA," 5 x
++--                         assertEqual \"for the first result of partA,\" 5 x
+ --                         b <- partB y
+---                         assertBool ("(partB " ++ show y ++ ") failed") b)
++--                         assertBool (\"(partB \" ++ show y ++ \") failed\") b)
+ -- @
+ --
+ -- Name the test cases and group them together:
+ --
+ -- @
+---    tests = TestList [TestLabel "test1" test1, TestLabel "test2" test2]
++--    tests = TestList [TestLabel \"test1\" test1, TestLabel \"test2\" test2]
+ -- @
+ --
+ -- Run the tests as a group. At a Haskell interpreter prompt, apply the function
 @@ -51,10 +51,10 @@
- -- functions that HUnit provides:
- --
- -- @
----    tests = test [ "test1" ~: "(foo 3)" ~: (1,2) ~=? (foo 3),
----                   "test2" ~: do (x, y) <- partA 3
----                                 assertEqual "for the first result of partA," 5 x
----                                 partB y \@? "(partB " ++ show y ++ ") failed" ]
-+--    tests = test [ \"test1\" ~: \"(foo 3)\" ~: (1,2) ~=? (foo 3),
-+--                   \"test2\" ~: do (x, y) <- partA 3
-+--                                 assertEqual \"for the first result of partA,\" 5 x
-+--                                 partB y \@? \"(partB \" ++ show y ++ \") failed\" ]
- -- @
- --
- -- Assuming the same test failures as before, you would see:
+ -- functions that HUnit provides:
+ --
+ -- @
+---    tests = test [ "test1" ~: "(foo 3)" ~: (1,2) ~=? (foo 3),
+---                   "test2" ~: do (x, y) <- partA 3
+---                                 assertEqual "for the first result of partA," 5 x
+---                                 partB y \@? "(partB " ++ show y ++ ") failed" ]
++--    tests = test [ \"test1\" ~: \"(foo 3)\" ~: (1,2) ~=? (foo 3),
++--                   \"test2\" ~: do (x, y) <- partA 3
++--                                 assertEqual \"for the first result of partA,\" 5 x
++--                                 partB y \@? \"(partB \" ++ show y ++ \") failed\" ]
+ -- @
+ --
+ -- Assuming the same test failures as before, you would see:

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