[DRE-commits] [ruby-gnome2] 06/09: do no run dependency-check using native-package-installer

Daisuke Higuchi dai at moszumanska.debian.org
Fri Jul 21 16:29:58 UTC 2017


This is an automated email from the git hooks/post-receive script.

dai pushed a commit to branch master
in repository ruby-gnome2.

commit 0e37878c864883600b798c80209148ecc0f37802
Author: HIGUCHI Daisuke (VDR dai) <dai at debian.org>
Date:   Sat Jul 22 01:28:19 2017 +0900

    do no run dependency-check using native-package-installer
---
 debian/patches/do-not-run-dependency-check.patch | 25 ++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/debian/patches/do-not-run-dependency-check.patch b/debian/patches/do-not-run-dependency-check.patch
new file mode 100644
index 0000000..d087702
--- /dev/null
+++ b/debian/patches/do-not-run-dependency-check.patch
@@ -0,0 +1,25 @@
+Description: do no run dependency-check using native-package-installer
+Author: HIGUCHI Daisuke (VDR dai) <dai at debian.org>
+Forwarded: not-needed
+Last-Update: 2017-07-20
+
+Index: ruby-gnome2/run-test.rb
+===================================================================
+--- ruby-gnome2.orig/run-test.rb
++++ ruby-gnome2/run-test.rb
+@@ -46,6 +46,7 @@ targets.each do |target|
+     puts "#{Time.now.iso8601}: Running test for #{target}"
+     puts separator
+ 
++=begin
+     dependency_check = "dependency-check/Rakefile"
+     if File.exist?(dependency_check)
+       unless system(ruby, *includes, "-S",
+@@ -55,6 +56,7 @@ targets.each do |target|
+         next
+       end
+     end
++=end
+ 
+     unless system(ruby, *includes, "test/run-test.rb")
+       puts "Failed to run test: #{target.basename}"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-gnome2.git



More information about the Pkg-ruby-extras-commits mailing list