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

Thierry Reding beatle-guest at costa.debian.org
Tue Mar 21 15:59:27 UTC 2006


Author: beatle-guest
Date: 2006-03-21 15:59:24 +0000 (Tue, 21 Mar 2006)
New Revision: 365

Modified:
   tools/ruby-pkg-tools/trunk/1/class/ruby-setup-rb.mk
   tools/ruby-pkg-tools/trunk/debian/changelog
Log:
* Renamed the DEB_RUBY_CLEAN_ARGS variable to DEB_RUBY_CLEAN_TARGET.


Modified: tools/ruby-pkg-tools/trunk/1/class/ruby-setup-rb.mk
===================================================================
--- tools/ruby-pkg-tools/trunk/1/class/ruby-setup-rb.mk	2006-03-21 14:06:53 UTC (rev 364)
+++ tools/ruby-pkg-tools/trunk/1/class/ruby-setup-rb.mk	2006-03-21 15:59:24 UTC (rev 365)
@@ -36,7 +36,7 @@
 
 DEB_RUBY_SETUP_CMD = setup.rb
 DEB_RUBY_CONFIG_ARGS = --siteruby=$(DEB_RUBY_LIBDIR)
-DEB_RUBY_CLEAN_ARGS = distclean
+DEB_RUBY_CLEAN_TARGET = distclean
 
 
 # Build simple packages
@@ -50,7 +50,7 @@
 	$(call pop_cfg_file,$(cdbs_curpkg))
 	cd $(DEB_SRCDIR)
 	/usr/bin/ruby$(cdbs_ruby_ver) $(DEB_RUBY_SETUP_CMD) config $(DEB_RUBY_CONFIG_ARGS)
-	/usr/bin/ruby$(cdbs_ruby_ver) $(DEB_RUBY_SETUP_CMD) $(DEB_RUBY_CLEAN_ARGS)
+	/usr/bin/ruby$(cdbs_ruby_ver) $(DEB_RUBY_SETUP_CMD) $(DEB_RUBY_CLEAN_TARGET)
 	/usr/bin/ruby$(cdbs_ruby_ver) $(DEB_RUBY_SETUP_CMD) config $(DEB_RUBY_CONFIG_ARGS)
 	/usr/bin/ruby$(cdbs_ruby_ver) $(DEB_RUBY_SETUP_CMD) setup
 	/usr/bin/ruby$(cdbs_ruby_ver) $(DEB_RUBY_SETUP_CMD) install --prefix=debian/$(cdbs_curpkg)
@@ -65,7 +65,7 @@
 
 clean::
 	/usr/bin/ruby $(DEB_RUBY_SETUP_CMD) config $(DEB_RUBY_CONFIG_ARGS)
-	/usr/bin/ruby $(DEB_RUBY_SETUP_CMD) $(DEB_RUBY_CLEAN_ARGS)
+	/usr/bin/ruby $(DEB_RUBY_SETUP_CMD) $(DEB_RUBY_CLEAN_TARGET)
 	rm -f $(DEB_SRCDIR)/.config-*
 
 endif

Modified: tools/ruby-pkg-tools/trunk/debian/changelog
===================================================================
--- tools/ruby-pkg-tools/trunk/debian/changelog	2006-03-21 14:06:53 UTC (rev 364)
+++ tools/ruby-pkg-tools/trunk/debian/changelog	2006-03-21 15:59:24 UTC (rev 365)
@@ -5,13 +5,13 @@
     of facets (upstream original missing) and commandline (contained CVS dirs).
 
   [ Thierry Reding ]
-  * Added a configurable variable DEB_RUBY_CLEAN_ARGS to the ruby-setup.rb
+  * Added a configurable variable DEB_RUBY_CLEAN_TARGET to the ruby-setup.rb
     CDBS class which can be used to override the default clean command
     (distclean) passed to the setup.rb/install.rb script.
   * Now runs `config' before each `clean' to avoid failures caused by missing
     configuration.
 
- -- Thierry Reding <thierry at doppeltgemoppelt.de>  Tue, 21 Mar 2006 12:42:09 +0100
+ -- Thierry Reding <thierry at doppeltgemoppelt.de>  Tue, 21 Mar 2006 16:54:55 +0100
 
 ruby-pkg-tools (0.7) unstable; urgency=low
 




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