No response from the maintainer in over a month on an RC bug, so uploading the 
attached NMU.

Scott K
diff -u treil-1.8/debian/changelog treil-1.8/debian/changelog
--- treil-1.8/debian/changelog
+++ treil-1.8/debian/changelog
@@ -1,3 +1,12 @@
+treil (1.8-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Specify use of ruby1.8 in debian/rules and add --with-ruby=ruby1.8 since
+    ruby is now 1.9 (Closes: #676120)
+  * Make treil specifically depend on ruby1.8
+
+ -- Scott Kitterman <sc...@kitterman.com>  Tue, 10 Jul 2012 16:35:52 -0400
+
 treil (1.8-1) unstable; urgency=low
 
   * New upstream release.
diff -u treil-1.8/debian/control treil-1.8/debian/control
--- treil-1.8/debian/control
+++ treil-1.8/debian/control
@@ -7,7 +7,7 @@
 
 Package: treil
 Architecture: any
-Depends: ruby, libcairo-ruby1.8, ${shlibs:Depends}
+Depends: ruby1.8, libcairo-ruby1.8, ${shlibs:Depends}
 Description: tree structure into tiles
  Treil is a utility which produces an image of tiles from tree structure.
  For example, Linux directory tree can be shown as an image of tiles, 
diff -u treil-1.8/debian/rules treil-1.8/debian/rules
--- treil-1.8/debian/rules
+++ treil-1.8/debian/rules
@@ -15,8 +15,9 @@
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
-RUBYLIBDIR = $(shell ruby -rrbconfig -e 'puts Config::CONFIG["rubylibdir"]')
-RUBYARCHDIR = $(shell ruby -rrbconfig -e 'puts Config::CONFIG["archdir"]')
+RUBY = ruby1.8
+RUBYLIBDIR = $(shell ruby1.8 -rrbconfig -e 'puts Config::CONFIG["rubylibdir"]')
+RUBYARCHDIR = $(shell ruby1.8 -rrbconfig -e 'puts Config::CONFIG["archdir"]')
 
 CFLAGS = -Wall -g
 
@@ -32,6 +33,7 @@
 	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
 	    --prefix=/usr --mandir=\$${prefix}/share/man \
 	    --infodir=\$${prefix}/share/info --libexecdir=\$${prefix}/lib \
+	    --with-ruby=$(RUBY) \
 	    --with-rubylibdir=$(RUBYLIBDIR) --with-rubyarchdir=$(RUBYARCHDIR) \
 		CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
 

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

Reply via email to