[DRE-commits] [SCM] ruby-opengl.git branch, master, updated. upstream/0.60.1-9-gcb27b2c

Cédric Boutillier cedric.boutillier at gmail.com
Tue Jan 3 22:47:48 UTC 2012


The following commit has been merged in the master branch:
commit 1751506153b874797366baf80c996e4012b56583
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Thu Dec 29 16:30:03 2011 +0100

    patch: 0500_fix_metadata_for_extensions.patch - use correct files to build extensions

diff --git a/debian/patches/0500_fix_metadata_for_extensions.patch b/debian/patches/0500_fix_metadata_for_extensions.patch
new file mode 100644
index 0000000..308d1c1
--- /dev/null
+++ b/debian/patches/0500_fix_metadata_for_extensions.patch
@@ -0,0 +1,27 @@
+## Description: add some description
+## Origin/Author: add some origin or author
+## Bug: bug URL
+--- a/Rakefile
++++ b/Rakefile
+@@ -153,7 +153,7 @@
+     s.platform          = Gem::Platform::RUBY
+     s.summary           = "OpenGL Interface for Ruby"
+     s.files             = gem_files
+-    s.extensions        << 'Rakefile'
++    s.extensions        << 'ext/gl/mkrf_conf.rb' <<'ext/glu/mkrf_conf.rb'<<'ext/glut/mkrf_conf.rb' 
+     s.require_path      = "lib"
+     s.autorequire       = "gl"
+     s.has_rdoc          = false
+--- a/metadata.yml
++++ b/metadata.yml
+@@ -40,7 +40,9 @@
+ executables: []
+ 
+ extensions: 
+-- Rakefile
++- ext/gl/mkrf_conf.rb
++- ext/glu/mkrf_conf.rb
++- ext/glut/mkrf_conf.rb
+ extra_rdoc_files: []
+ 
+ files: 
diff --git a/debian/patches/series b/debian/patches/series
index e665950..3376aaa 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0100_remove_rubygems.patch
 0300_fix_STR2CSTR.patch
+0500_fix_metadata_for_extensions.patch

-- 
ruby-opengl.git



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