Source: ruby1.9
Version: 1.9.0.2-9.1
Severity: wishlist
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch karmic

Hi folks,

The Ubuntu package of ruby1.9 includes a small change, needed in order to
make ruby build on the lpia architecture which is almost-but-not-quite like
the i386 architecture.  Please consider including this change in the Debian
package as well.

-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                    http://www.debian.org/
slanga...@ubuntu.com                                     vor...@debian.org
diff -u ruby1.9-1.9.0.2/debian/rules ruby1.9-1.9.0.2/debian/rules
--- ruby1.9-1.9.0.2/debian/rules
+++ ruby1.9-1.9.0.2/debian/rules
@@ -8,6 +8,9 @@
 tcltk_ver = 8.4
 
 arch_name = $(subst linux-gnu,linux-,$(patsubst %linux-gnu,%linux,$(DEB_HOST_GNU_TYPE)))
+ifeq (i686-linux-lp,$(arch_name))
+ arch_name = i686-linux
+endif
 
 ruby_libdir = usr/lib/ruby/$(ruby_ver_dir)
 ruby_archdir = usr/lib/ruby/$(ruby_ver_dir)/$(arch_name)

Attachment: signature.asc
Description: Digital signature

Reply via email to