tags 458679 + patch
thanks

Hi,

Attached is the diff for my libcairo-ruby 1.5.0-1.1 NMU.
diff -u libcairo-ruby-1.5.0/debian/changelog libcairo-ruby-1.5.0/debian/changelog
--- libcairo-ruby-1.5.0/debian/changelog
+++ libcairo-ruby-1.5.0/debian/changelog
@@ -1,3 +1,11 @@
+libcairo-ruby (1.5.0-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with ruby1.9, which doesn't have ftools anymore. Make both
+    1.8 and 1.9 builds use fileutils.rb instead. (Closes: #458679)
+
+ -- Marc 'HE' Brockschmidt <[EMAIL PROTECTED]>  Sat, 08 Mar 2008 19:52:34 +0100
+
 libcairo-ruby (1.5.0-1) unstable; urgency=low
 
   * New upstream release.
only in patch2:
unchanged:
--- libcairo-ruby-1.5.0.orig/src/depend
+++ libcairo-ruby-1.5.0/src/depend
@@ -1,2 +1,2 @@
 install-so:
-	@$(RUBY) -r ftools -e 'File::install(ARGV[0], ARGV[1], 0644, true)' $(srcdir)/rb_cairo.h $(sitearchdir)$(target_prefix)
+	$(RUBY) -r fileutils -e 'FileUtils.install(ARGV[0], ARGV[1], :mode => 0644)' $(srcdir)/rb_cairo.h $(sitearchdir)$(target_prefix)

Reply via email to