diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2014-08-03 22:58:40 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2014-08-03 22:58:40 +0400 |
| commit | dbfb741736b20da94dbcf155634e8bbcd468c481 (patch) | |
| tree | d4e7dd92ffb16466bcf71492f21e2f099abad4ab /p/haskell-tasty-golden | |
| parent | 5609d8e683ff36af3774eab27de4a6db1c4846ce (diff) | |
| download | DHG_packages-dbfb741736b20da94dbcf155634e8bbcd468c481.tar.gz | |
haskell-tasty-golden: New upstream release
Diffstat (limited to 'p/haskell-tasty-golden')
| -rw-r--r-- | p/haskell-tasty-golden/debian/changelog | 7 | ||||
| -rw-r--r-- | p/haskell-tasty-golden/debian/control | 12 | ||||
| -rw-r--r-- | p/haskell-tasty-golden/debian/patches/no-unicode-in-description | 19 | ||||
| -rw-r--r-- | p/haskell-tasty-golden/debian/patches/series | 2 | ||||
| -rw-r--r-- | p/haskell-tasty-golden/debian/patches/use-temporary | 19 | ||||
| -rwxr-xr-x | p/haskell-tasty-golden/debian/rules | 2 |
6 files changed, 51 insertions, 10 deletions
diff --git a/p/haskell-tasty-golden/debian/changelog b/p/haskell-tasty-golden/debian/changelog index 53d665dc0..aa8ccc919 100644 --- a/p/haskell-tasty-golden/debian/changelog +++ b/p/haskell-tasty-golden/debian/changelog @@ -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@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/control b/p/haskell-tasty-golden/debian/control index ee5f70664..b6e721192 100644 --- a/p/haskell-tasty-golden/debian/control +++ b/p/haskell-tasty-golden/debian/control @@ -14,16 +14,24 @@ Build-Depends: debhelper (>= 9) , 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 --git a/p/haskell-tasty-golden/debian/patches/no-unicode-in-description b/p/haskell-tasty-golden/debian/patches/no-unicode-in-description new file mode 100644 index 000000000..23dbaada4 --- /dev/null +++ b/p/haskell-tasty-golden/debian/patches/no-unicode-in-description @@ -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 --git a/p/haskell-tasty-golden/debian/patches/series b/p/haskell-tasty-golden/debian/patches/series new file mode 100644 index 000000000..992b2842f --- /dev/null +++ b/p/haskell-tasty-golden/debian/patches/series @@ -0,0 +1,2 @@ +use-temporary +no-unicode-in-description diff --git a/p/haskell-tasty-golden/debian/patches/use-temporary b/p/haskell-tasty-golden/debian/patches/use-temporary new file mode 100644 index 000000000..93d00ea30 --- /dev/null +++ b/p/haskell-tasty-golden/debian/patches/use-temporary @@ -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 --git a/p/haskell-tasty-golden/debian/rules b/p/haskell-tasty-golden/debian/rules index 402f4d672..17b4ee402 100755 --- a/p/haskell-tasty-golden/debian/rules +++ b/p/haskell-tasty-golden/debian/rules @@ -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 |
