[Pkg-javascript-commits] [highlight.js] 06/07: Ignore failing test case for "handlebars", fixes FTBFS
Ximin Luo
infinity0 at debian.org
Fri Jul 28 10:55:32 UTC 2017
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository highlight.js.
commit 9d68cc1c5cea3443d52875a81cd529682803558f
Author: Ximin Luo <infinity0 at debian.org>
Date: Fri Jul 28 12:54:33 2017 +0200
Ignore failing test case for "handlebars", fixes FTBFS
---
debian/changelog | 6 ++++++
debian/patches/fixup-tests.patch | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 14df33e..1166e41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+highlight.js (9.12.0+dfsg1-2) UNRELEASED; urgency=medium
+
+ * Ignore failing test case for "handlebars", fixes FTBFS.
+
+ -- Ximin Luo <infinity0 at debian.org> Fri, 28 Jul 2017 12:53:59 +0200
+
highlight.js (9.12.0+dfsg1-1) unstable; urgency=medium
* New upstream release. (Closes: #864983)
diff --git a/debian/patches/fixup-tests.patch b/debian/patches/fixup-tests.patch
index f64ae45..16aded4 100644
--- a/debian/patches/fixup-tests.patch
+++ b/debian/patches/fixup-tests.patch
@@ -12,5 +12,5 @@ Index: highlight.js/test/detect/index.js
const languages = hljs.listLanguages();
- languages.forEach(testAutoDetection);
-+ languages.filter(x => x != "javascript" && x != "java" && x != "coffeescript" && x != "fortran").forEach(testAutoDetection);
++ languages.filter(x => x != "javascript" && x != "java" && x != "coffeescript" && x != "fortran" && x != "handlebars").forEach(testAutoDetection);
});
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/highlight.js.git
More information about the Pkg-javascript-commits
mailing list