This one still fails.  Over a month with no maintainer response, so uploading 
the attached NMU.

Scott K
diff -Nru rubyluabridge-0.7.0/debian/changelog rubyluabridge-0.7.0/debian/changelog
--- rubyluabridge-0.7.0/debian/changelog	2010-06-13 00:23:20.000000000 -0400
+++ rubyluabridge-0.7.0/debian/changelog	2012-07-10 13:52:39.000000000 -0400
@@ -1,3 +1,13 @@
+rubyluabridge (0.7.0-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Force build/extconf_ubuntu.sh to use ruby1.8 explicitly to fix FTBFS now
+    that ruby1.9.1 is default (Closes: #676076)
+  * Add g++-4.6 to build-depends since build system is hard coded to gcc 4.6
+    and needs g++ too
+
+ -- Scott Kitterman <sc...@kitterman.com>  Tue, 10 Jul 2012 00:15:48 -0400
+
 rubyluabridge (0.7.0-1) unstable; urgency=low
 
   * New upstream release
diff -Nru rubyluabridge-0.7.0/debian/control rubyluabridge-0.7.0/debian/control
--- rubyluabridge-0.7.0/debian/control	2010-06-13 06:51:13.000000000 -0400
+++ rubyluabridge-0.7.0/debian/control	2012-07-10 13:53:03.000000000 -0400
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Athena Capital Research <acr-deb...@athenacr.com>
 Uploaders: Roberto C. Sanchez <robe...@connexer.com>
-Build-Depends: debhelper (>= 5), liblua5.1-0-dev, rake, ruby1.8-dev, rubygems1.8, libboost-dev
+Build-Depends: debhelper (>= 5), liblua5.1-0-dev, rake, ruby1.8-dev, rubygems1.8, libboost-dev, g++-4.6
 Standards-Version: 3.8.4
 Homepage: http://rubyluabridge.rubyforge.org
 Vcs-Browser: http://rubyluabridge.rubyforge.org/svn/debian/rubyluabridge/trunk
diff -Nru rubyluabridge-0.7.0/debian/patches/force_ruby1.8 rubyluabridge-0.7.0/debian/patches/force_ruby1.8
--- rubyluabridge-0.7.0/debian/patches/force_ruby1.8	1969-12-31 19:00:00.000000000 -0500
+++ rubyluabridge-0.7.0/debian/patches/force_ruby1.8	2012-07-10 00:18:21.000000000 -0400
@@ -0,0 +1,19 @@
+Description: Force ruby1.8
+ rubyluabridge (0.7.0-1.1) unstable; urgency=low
+ .
+   * Non-maintainer upload.
+   * Force build/extconf_ubuntu.sh to use ruby1.8 explicitly to fix FTBFS now
+     that ruby1.9.1 is default (Closes: #676076)
+Author: Scott Kitterman <sc...@kitterman.com>
+Bug-Debian: http://bugs.debian.org/676076
+
+---
+
+Index: rubyluabridge-0.7.0/build/extconf_ubuntu.sh
+===================================================================
+--- rubyluabridge-0.7.0.orig/build/extconf_ubuntu.sh	2012-07-10 00:17:01.000000000 -0400
++++ rubyluabridge-0.7.0/build/extconf_ubuntu.sh	2012-07-10 00:18:17.468137202 -0400
+@@ -1,2 +1,2 @@
+ #!/bin/bash
+-ruby extconf.rb --with-lua-include=/usr/include/lua5.1 --with-lualib=lua5.1 $@
++ruby1.8 extconf.rb --with-lua-include=/usr/include/lua5.1 --with-lualib=lua5.1 $@
diff -Nru rubyluabridge-0.7.0/debian/patches/series rubyluabridge-0.7.0/debian/patches/series
--- rubyluabridge-0.7.0/debian/patches/series	1969-12-31 19:00:00.000000000 -0500
+++ rubyluabridge-0.7.0/debian/patches/series	2012-07-10 00:17:01.000000000 -0400
@@ -0,0 +1 @@
+force_ruby1.8

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to