[Pkg-ruby-extras-maintainers] r160 - in tools/ruby-pkg-tools/trunk: 1/class debian

Esteban Manchado Velázquez zoso at costa.debian.org
Wed Nov 30 10:13:31 UTC 2005


Author: zoso
Date: 2005-11-30 10:13:31 +0000 (Wed, 30 Nov 2005)
New Revision: 160

Modified:
   tools/ruby-pkg-tools/trunk/1/class/ruby-setup-rb.mk
   tools/ruby-pkg-tools/trunk/debian/changelog
Log:
- Used -f switch in mv when moving around .config files


Modified: tools/ruby-pkg-tools/trunk/1/class/ruby-setup-rb.mk
===================================================================
--- tools/ruby-pkg-tools/trunk/1/class/ruby-setup-rb.mk	2005-11-27 22:25:14 UTC (rev 159)
+++ tools/ruby-pkg-tools/trunk/1/class/ruby-setup-rb.mk	2005-11-30 10:13:31 UTC (rev 160)
@@ -55,8 +55,8 @@
 
 cdbs_ruby_ver = $(filter-out %-,$(subst -ruby,- ,$(cdbs_curpkg)))
 
-push_cfg_file = if [ -f $(DEB_SRCDIR)/.config ]; then mv $(DEB_SRCDIR)/.config $(DEB_SRCDIR)/.config-$(1); fi
-pop_cfg_file  = if [ -f $(DEB_SRCDIR)/.config-$(1) ]; then mv $(DEB_SRCDIR)/.config-$(1) $(DEB_SRCDIR)/.config; fi
+push_cfg_file = if [ -f $(DEB_SRCDIR)/.config ]; then mv -f $(DEB_SRCDIR)/.config $(DEB_SRCDIR)/.config-$(1); fi
+pop_cfg_file  = if [ -f $(DEB_SRCDIR)/.config-$(1) ]; then mv -f $(DEB_SRCDIR)/.config-$(1) $(DEB_SRCDIR)/.config; fi
 
 # common-build-arch common-build-indep:: common-build-impl
 # common-build-impl::

Modified: tools/ruby-pkg-tools/trunk/debian/changelog
===================================================================
--- tools/ruby-pkg-tools/trunk/debian/changelog	2005-11-27 22:25:14 UTC (rev 159)
+++ tools/ruby-pkg-tools/trunk/debian/changelog	2005-11-30 10:13:31 UTC (rev 160)
@@ -7,14 +7,15 @@
   [ Esteban Manchado Velázquez ]
   * ruby-setup-rb.mk class cleanup:
     - added Ruby version 1.6 support,
-    - fixed problems with building non-lib packages.
+    - fixed problems with building non-lib packages,
+    - used -f switch in mv when moving around .config files.
   * Enhanced ruby-setup-rb.mk compatibility with the install.rb script
 
   [ Paul van Tilburg ]
   * Updated the source entry for the Cmd library.
   * Added source entry for the Daemonize library.
 
- -- Paul van Tilburg <paulvt at debian.org>  Thu,  3 Nov 2005 14:30:14 +0100
+ -- Esteban Manchado Velázquez <zoso at debian.org>  Wed, 30 Nov 2005 10:11:52 +0000
 
 ruby-pkg-tools (0.3) unstable; urgency=low
 




More information about the pkg-ruby-extras-maintainers mailing list