[DRE-commits] [ruby-gnome2] 02/06: remove dependency-check/Rakefile from gemspec.

Daisuke Higuchi dai at moszumanska.debian.org
Sun Jul 30 12:27:43 UTC 2017


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

dai pushed a commit to branch exp/debian
in repository ruby-gnome2.

commit e117064fda99069b545af43cefe14cb75da587e8
Author: HIGUCHI Daisuke (VDR dai) <dai at debian.org>
Date:   Sun Jul 30 21:13:57 2017 +0900

    remove dependency-check/Rakefile from gemspec.
---
 debian/patches/do-not-run-dependency-check.patch | 22 +++++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)

diff --git a/debian/patches/do-not-run-dependency-check.patch b/debian/patches/do-not-run-dependency-check.patch
index d087702..fa3ece4 100644
--- a/debian/patches/do-not-run-dependency-check.patch
+++ b/debian/patches/do-not-run-dependency-check.patch
@@ -1,7 +1,7 @@
 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
+Last-Update: 2017-07-30
 
 Index: ruby-gnome2/run-test.rb
 ===================================================================
@@ -23,3 +23,23 @@ Index: ruby-gnome2/run-test.rb
  
      unless system(ruby, *includes, "test/run-test.rb")
        puts "Failed to run test: #{target.basename}"
+Index: ruby-gnome2/glib2/lib/gnome2/rake/package-task.rb
+===================================================================
+--- ruby-gnome2.orig/glib2/lib/gnome2/rake/package-task.rb
++++ ruby-gnome2/glib2/lib/gnome2/rake/package-task.rb
+@@ -125,14 +125,12 @@ module GNOME2
+           s.homepage              = @homepage
+           s.licenses              = ["LGPL-2.1+"]
+           s.version               = version
+-          extensions              = FileList["ext/#{@name}/extconf.rb",
+-                                             "dependency-check/Rakefile"]
++          extensions              = FileList["ext/#{@name}/extconf.rb"]
+           extensions.existing!
+           s.extensions            = extensions
+           s.require_paths         = ["lib"]
+           files                   = FileList["ChangeLog", "README",
+                                              "Rakefile", "extconf.rb",
+-                                             "dependency-check/Rakefile",
+                                              "lib/**/*.rb",
+                                              "ext/**/depend",
+                                              "ext/**/*.{c,h,def,rb}",

-- 
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