[Pkg-haskell-commits] darcs: haskell-pandoc-citeproc: Refresh patches
Raúl Benencia
rul at kalgan.cc
Tue Sep 30 19:45:14 UTC 2014
Tue Sep 30 15:14:27 UTC 2014 Ra[_<U+00FA>_]l Benencia <rul at kalgan.cc>
* Refresh patches
Enable back no-author-test, as upstream changelog informs that its errors
have been fixed.
R ./patches/disable-no-author-test
M ./patches/series -1
M ./patches/tweak-biblio2yaml-test -7 +5
Tue Sep 30 15:14:27 UTC 2014 Raúl Benencia <rul at kalgan.cc>
* Refresh patches
Enable back no-author-test, as upstream changelog informs that its errors
have been fixed.
diff -rN -u old-haskell-pandoc-citeproc/patches/disable-no-author-test new-haskell-pandoc-citeproc/patches/disable-no-author-test
--- old-haskell-pandoc-citeproc/patches/disable-no-author-test 2014-09-30 19:45:13.967282771 +0000
+++ new-haskell-pandoc-citeproc/patches/disable-no-author-test 1970-01-01 00:00:00.000000000 +0000
@@ -1,13 +0,0 @@
-Index: haskell-pandoc-citeproc-0.3.0.1/tests/test-pandoc-citeproc.hs
-===================================================================
---- haskell-pandoc-citeproc-0.3.0.1.orig/tests/test-pandoc-citeproc.hs 2014-04-26 12:46:58.563769959 +0200
-+++ haskell-pandoc-citeproc-0.3.0.1/tests/test-pandoc-citeproc.hs 2014-04-26 12:47:07.791769568 +0200
-@@ -24,7 +24,7 @@
-
- main = do
- citeprocTests <- mapM testCase ["chicago-author-date", "ieee", "mhra",
-- "number-of-volumes", "no-author", "issue7",
-+ "number-of-volumes", {- "no-author", -} "issue7",
- "issue13", "issue14"]
- fs <- filter (\f -> takeExtension f `elem` [".bibtex",".biblatex"])
- `fmap` getDirectoryContents "tests/biblio2yaml"
diff -rN -u old-haskell-pandoc-citeproc/patches/series new-haskell-pandoc-citeproc/patches/series
--- old-haskell-pandoc-citeproc/patches/series 2014-09-30 19:45:13.967282771 +0000
+++ new-haskell-pandoc-citeproc/patches/series 2014-09-30 19:45:13.995282787 +0000
@@ -1,2 +1 @@
tweak-biblio2yaml-test
-disable-no-author-test
diff -rN -u old-haskell-pandoc-citeproc/patches/tweak-biblio2yaml-test new-haskell-pandoc-citeproc/patches/tweak-biblio2yaml-test
--- old-haskell-pandoc-citeproc/patches/tweak-biblio2yaml-test 2014-09-30 19:45:13.967282771 +0000
+++ new-haskell-pandoc-citeproc/patches/tweak-biblio2yaml-test 2014-09-30 19:45:13.995282787 +0000
@@ -1,8 +1,6 @@
-Index: haskell-pandoc-citeproc-0.3.0.1/tests/test-pandoc-citeproc.hs
-===================================================================
---- haskell-pandoc-citeproc-0.3.0.1.orig/tests/test-pandoc-citeproc.hs 2014-04-26 12:46:09.519772037 +0200
-+++ haskell-pandoc-citeproc-0.3.0.1/tests/test-pandoc-citeproc.hs 2014-04-26 12:46:20.627771567 +0200
-@@ -61,7 +61,7 @@
+--- a/tests/test-pandoc-citeproc.hs
++++ b/tests/test-pandoc-citeproc.hs
+@@ -63,7 +63,7 @@
(ec, jsonOut, errout) <- pipeProcess
(Just [("LANG","en_US.UTF-8"),("HOME",".")])
@@ -11,12 +9,12 @@
[] jsonIn
if ec == ExitSuccess
then do
-@@ -102,7 +102,7 @@
+@@ -104,7 +104,7 @@
let expected = BL.unlines yamllines
(ec, result, errout) <- pipeProcess
(Just [("LANG","en_US.UTF-8"),("HOME",".")])
- "dist/build/pandoc-citeproc/pandoc-citeproc"
+ "dist-ghc/build/pandoc-citeproc/pandoc-citeproc"
- ["bib2yaml", "-f", drop 1 $ takeExtension fp] bib
+ ["--bib2yaml", "-f", drop 1 $ takeExtension fp] bib
if ec == ExitSuccess
then do
More information about the Pkg-haskell-commits
mailing list