[DRE-commits] [ruby-cairo] 01/05: remove dep from gemspec.

Daisuke Higuchi dai at moszumanska.debian.org
Wed Jul 19 13:08:22 UTC 2017


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

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

commit 0cff6ac949b91d4335d800c903d456f196dc4ba5
Author: HIGUCHI Daisuke (VDR dai) <dai at debian.org>
Date:   Wed Jul 19 21:58:19 2017 +0900

    remove dep from gemspec.
---
 debian/patches/do-not-use-native-package-installer.patch | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/debian/patches/do-not-use-native-package-installer.patch b/debian/patches/do-not-use-native-package-installer.patch
index e9ccbd4..664f4f1 100644
--- a/debian/patches/do-not-use-native-package-installer.patch
+++ b/debian/patches/do-not-use-native-package-installer.patch
@@ -1,7 +1,7 @@
 Description: do not use native-package-installer
 Author: HIGUCHI Daisuke (VDR dai) <dai at debian.org>
 Forwarded: not-needed
-Last-Update: 2017-07-09
+Last-Update: 2017-07-19
 
 Index: ruby-cairo/ext/cairo/extconf.rb
 ===================================================================
@@ -23,3 +23,15 @@ Index: ruby-cairo/ext/cairo/extconf.rb
  
    PKGConfig.have_package(*required_package_info)
  end
+Index: ruby-cairo/cairo.gemspec
+===================================================================
+--- ruby-cairo.orig/cairo.gemspec
++++ ruby-cairo/cairo.gemspec
+@@ -36,7 +36,6 @@ Gem::Specification.new do |s|
+   s.extra_rdoc_files = ["README.rdoc"]
+ 
+   s.add_runtime_dependency("pkg-config", ">= 1.2.2")
+-  s.add_runtime_dependency("native-package-installer", ">= 1.0.3")
+   s.add_development_dependency("bundler")
+   s.add_development_dependency("test-unit-notify")
+   s.add_development_dependency("rake-compiler")

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



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