[DRE-commits] r2319 - in tools/ruby-pkg-tools/trunk: 1/class debian
terceiro-guest at alioth.debian.org
terceiro-guest at alioth.debian.org
Wed Dec 19 23:31:32 UTC 2007
Author: terceiro-guest
Date: 2007-12-19 23:31:32 +0000 (Wed, 19 Dec 2007)
New Revision: 2319
Modified:
tools/ruby-pkg-tools/trunk/1/class/ruby-setup-rb.mk
tools/ruby-pkg-tools/trunk/debian/changelog
Log:
ignore when there is no symbolic link called setup.rb in build directory
Modified: tools/ruby-pkg-tools/trunk/1/class/ruby-setup-rb.mk
===================================================================
--- tools/ruby-pkg-tools/trunk/1/class/ruby-setup-rb.mk 2007-12-19 14:21:10 UTC (rev 2318)
+++ tools/ruby-pkg-tools/trunk/1/class/ruby-setup-rb.mk 2007-12-19 23:31:32 UTC (rev 2319)
@@ -74,6 +74,6 @@
/usr/bin/ruby $(DEB_RUBY_SETUP_CMD) config $(DEB_RUBY_CONFIG_ARGS)
/usr/bin/ruby $(DEB_RUBY_SETUP_CMD) $(DEB_RUBY_CLEAN_TARGET)
rm -f $(DEB_SRCDIR)/.config-*
- [ -L $(DEB_RUBY_SETUP_CMD) ] && rm -f $(DEB_RUBY_SETUP_CMD)
+ ([ -L $(DEB_RUBY_SETUP_CMD) ] && rm -f $(DEB_RUBY_SETUP_CMD)) || true
endif
Modified: tools/ruby-pkg-tools/trunk/debian/changelog
===================================================================
--- tools/ruby-pkg-tools/trunk/debian/changelog 2007-12-19 14:21:10 UTC (rev 2318)
+++ tools/ruby-pkg-tools/trunk/debian/changelog 2007-12-19 23:31:32 UTC (rev 2319)
@@ -26,7 +26,7 @@
* 1/class/ruby-setup-rb.mk: Add $(DEB_RUBY_INSTALL_SETUP_CMD) when building
regular library packages.
- -- Arnaud Cornet <acornet at debian.org> Sat, 15 Dec 2007 12:35:25 +0100
+ -- Antonio Terceiro <terceiro at softwarelivre.org> Wed, 19 Dec 2007 20:01:51 -0300
ruby-pkg-tools (0.12) unstable; urgency=low
More information about the Pkg-ruby-extras-commits
mailing list