[jblas] 02/06: remove build-with-ruby19.patch
Tony Mancill
tmancill at moszumanska.debian.org
Sat Jan 11 06:34:55 UTC 2014
This is an automated email from the git hooks/post-receive script.
tmancill pushed a commit to branch master
in repository jblas.
commit a71209972659e28fff3b3d7e41267d372826ada2
Author: tony mancill <tmancill at debian.org>
Date: Thu Jan 9 20:55:42 2014 -0800
remove build-with-ruby19.patch
---
debian/patches/build-with-ruby19.patch | 29 -----------------------------
debian/patches/series | 2 +-
2 files changed, 1 insertion(+), 30 deletions(-)
diff --git a/debian/patches/build-with-ruby19.patch b/debian/patches/build-with-ruby19.patch
deleted file mode 100644
index eb6ba4f..0000000
--- a/debian/patches/build-with-ruby19.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- a/config/configure.rb
-+++ b/config/configure.rb
-@@ -32,6 +32,8 @@
- # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- ## --- END LICENSE BLOCK ---
-
-+$: << "."
-+
- require 'config/path'
- require 'config/config'
- require 'config/opts'
---- a/config/lib_helpers.rb
-+++ b/config/lib_helpers.rb
-@@ -64,7 +64,7 @@
- # returns an array of the symbols defined in the library +fn+.
- def libsyms(fn)
- nmopt = File.extname(fn) == '.so' ? '-D' : ''
-- %x(#{Config::CONFIG['NM']} -p #{nmopt} #{fn.escape}).grep(/ T _?([a-zA-Z0-9_]+)/) {|m| $1}
-+ %x(#{Config::CONFIG['NM']} -p #{nmopt} #{fn.escape}).lines.grep(/ T _?([a-zA-Z0-9_]+)/) {|m| $1}
- end
-
- def locate_lib(libpath, name, symbol=nil)
-@@ -163,4 +163,4 @@
- Config::CONFIG['BUILD_TYPE'] = 'static'
- Config::CONFIG['OS_NAME'] = 'Linux'
- p find_libs(paths, libs, symbols_needed)
--end
-\ No newline at end of file
-+end
diff --git a/debian/patches/series b/debian/patches/series
index 38a6255..8b13789 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-build-with-ruby19.patch
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jblas.git
More information about the pkg-java-commits
mailing list