[DRE-commits] [asciidoctor] 04/10: skip test that depends on a library not yet in Debian
Antonio Terceiro
terceiro at moszumanska.debian.org
Tue Nov 17 16:38:34 UTC 2015
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository asciidoctor.
commit 46fa0bb3a6e2710bbe2e97c1e2baf3b62761bbb7
Author: Antonio Terceiro <terceiro at debian.org>
Date: Mon Nov 16 19:18:29 2015 -0200
skip test that depends on a library not yet in Debian
---
debian/changelog | 3 +++
debian/patches/series | 1 +
debian/patches/skip-asciimath-test.patch | 17 +++++++++++++++++
3 files changed, 21 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 11cb2c8..6e81ada 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,9 @@ asciidoctor (1.5.3-1) UNRELEASED; urgency=medium
* Patches refreshed:
- data_path.patch
- lib_directory_in_tests.patch
+ * Patches added:
+ - skip-asciimath-test.patch: skip test that depends on a library not yet
+ in Debian
-- Antonio Terceiro <terceiro at debian.org> Mon, 16 Nov 2015 17:30:21 -0200
diff --git a/debian/patches/series b/debian/patches/series
index 02cf356..01c152d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
data_path.patch
lib_directory_in_tests.patch
+skip-asciimath-test.patch
diff --git a/debian/patches/skip-asciimath-test.patch b/debian/patches/skip-asciimath-test.patch
new file mode 100644
index 0000000..7a8b5ac
--- /dev/null
+++ b/debian/patches/skip-asciimath-test.patch
@@ -0,0 +1,17 @@
+Description: Skip test that depends on unpackaged optional library
+Author: Antonio Terceiro <terceiro at debian.org>
+Origin: vendor
+Forwarded: not-needed
+Last-Update: 2015-11-17
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/test/blocks_test.rb
++++ b/test/blocks_test.rb
+@@ -1278,6 +1278,7 @@ sqrt(3x-1)+(1+x)^2 < y
+ end
+
+ test 'should render asciimath block in textobject of equation in DocBook backend' do
++ skip 'depends on unpackaged dependency'
+ input = <<-'EOS'
+ [asciimath]
+ ++++
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/asciidoctor.git
More information about the Pkg-ruby-extras-commits
mailing list