Uploading directly since there's no maintainer response on an RC bug in over a 
month.

diff -u libwebapp-ruby-0.4/Makefile libwebapp-ruby-0.4/Makefile
--- libwebapp-ruby-0.4/Makefile
+++ libwebapp-ruby-0.4/Makefile
@@ -2,7 +2,7 @@
 RD2HTML=rd2 -r rd/rd2html-lib.rb
 DESTDIR=
 
-RUBYLIBDIR = $(shell ruby -rrbconfig -e 'puts Config::CONFIG["rubylibdir"]')
+RUBYLIBDIR = $(shell ruby1.8 -rrbconfig -e 'puts Config::CONFIG["rubylibdir"]')
 
 RB = webapp.rb $(RB1)
 RB1 = $(wildcard webapp/*.rb)
diff -u libwebapp-ruby-0.4/debian/changelog libwebapp-ruby-0.4/debian/changelog
--- libwebapp-ruby-0.4/debian/changelog
+++ libwebapp-ruby-0.4/debian/changelog
@@ -1,3 +1,11 @@
+libwebapp-ruby (0.4-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Update Debian changes to upstream Makefile to force building with ruby1.8
+    now that ruby1.9.1 is default - fixes FTBFS (Closes: #676092)
+
+ -- Scott Kitterman <sc...@kitterman.com>  Mon, 09 Jul 2012 23:20:01 -0400
+
 libwebapp-ruby (0.4-2) unstable; urgency=low
 
   * debian/control (Build-Depends): Added ruby (Closes: #462507).

Reply via email to