[DRE-commits] r2552 - in packages/libcairo-ruby/trunk/debian: . patches
paulvt at alioth.debian.org
paulvt at alioth.debian.org
Mon Mar 31 20:52:33 UTC 2008
Author: paulvt
Date: 2008-03-31 20:52:32 +0000 (Mon, 31 Mar 2008)
New Revision: 2552
Added:
packages/libcairo-ruby/trunk/debian/patches/
packages/libcairo-ruby/trunk/debian/patches/01_fix-ftools-extconf.diff
Modified:
packages/libcairo-ruby/trunk/debian/changelog
Log:
* debian/patches:
- Dropped patches 002-missing-decl-and-string-len-struct.patch,
- Added the FTBFS fix by Marc 'HE' Brockschmidt as
01_fix-ftools-extconf.diff.
* 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)
Modified: packages/libcairo-ruby/trunk/debian/changelog
===================================================================
--- packages/libcairo-ruby/trunk/debian/changelog 2008-03-31 20:28:40 UTC (rev 2551)
+++ packages/libcairo-ruby/trunk/debian/changelog 2008-03-31 20:52:32 UTC (rev 2552)
@@ -1,17 +1,28 @@
-libcairo-ruby (1.5.1-1) UNRELEASED; urgency=low
+libcairo-ruby (1.5.1-1) unstable; urgency=low
[ Arnaud Cornet ]
* Use new Homepage dpkg header.
[ Paul van Tilburg ]
* New upstream release.
- * Dropped patches 002-missing-decl-and-string-len-struct.patch,
- 001-extconf-ruby1.9.patch: incorporated upstream.
+ * debian/patches:
+ - Dropped patches 002-missing-decl-and-string-len-struct.patch,
+ 001-extconf-ruby1.9.patch: incorporated upstream.
+ - Added the FTBFS fix by Marc 'HE' Brockschmidt as
+ 01_fix-ftools-extconf.diff.
* Bumped standards version to 3.7.3; no changes required.
* Added Vcs-* headers to debian/control.
- -- Paul van Tilburg <paulvt at debian.org> Fri, 07 Mar 2008 20:53:12 +0100
+ -- Paul van Tilburg <paulvt at debian.org> Mon, 31 Mar 2008 22:45:22 +0200
+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 <he at debian.org> Sat, 08 Mar 2008 19:52:34 +0100
+
libcairo-ruby (1.5.0-1) unstable; urgency=low
* New upstream release.
Added: packages/libcairo-ruby/trunk/debian/patches/01_fix-ftools-extconf.diff
===================================================================
--- packages/libcairo-ruby/trunk/debian/patches/01_fix-ftools-extconf.diff (rev 0)
+++ packages/libcairo-ruby/trunk/debian/patches/01_fix-ftools-extconf.diff 2008-03-31 20:52:32 UTC (rev 2552)
@@ -0,0 +1,6 @@
+--- src/depend.orig 2008-03-31 22:41:18.000000000 +0200
++++ src/depend 2008-03-31 22:42:04.000000000 +0200
+@@ -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)
More information about the Pkg-ruby-extras-commits
mailing list