[DRE-commits] [asciidoctor] 02/05: Refresh patch lib_directory_in_tests
Guillaume Grossetie
ggrossetie-guest at moszumanska.debian.org
Mon Feb 29 18:21:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
ggrossetie-guest pushed a commit to branch master
in repository asciidoctor.
commit af143a86bd3d3a859975313b7d666b76af85206b
Author: Guillaume Grossetie <ggrossetie at gmail.com>
Date: Mon Feb 29 17:36:55 2016 +0100
Refresh patch lib_directory_in_tests
---
debian/changelog | 2 ++
debian/patches/lib_directory_in_tests.patch | 6 +++---
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 3123f96..24e378f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ asciidoctor (1.5.4-1) unstable; urgency=medium
* Team upload
* New upstream release
+ * Patches refreshed:
+ - lib_directory_in_tests.patch
-- Guillaume Grossetie <ggrossetie at gmail.com> Mon, 29 Feb 2016 17:18:00 +0200
diff --git a/debian/patches/lib_directory_in_tests.patch b/debian/patches/lib_directory_in_tests.patch
index 22ee4e2..298f43a 100644
--- a/debian/patches/lib_directory_in_tests.patch
+++ b/debian/patches/lib_directory_in_tests.patch
@@ -19,6 +19,6 @@ Subject: Exclude lib/ directory from tests
-require File.join(ASCIIDOCTOR_PROJECT_DIR, 'lib', 'asciidoctor')
+require 'asciidoctor'
-
- # NOTE we require minitest libraries explicitly to avoid a superfluous warning
- require 'minitest/unit'
+
+ require 'socket'
+ require 'nokogiri'
--
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