[DRE-commits] r2273 - in tools/ruby-pkg-tools/trunk: 1/class debian

acornet at alioth.debian.org acornet at alioth.debian.org
Sat Dec 15 11:36:13 UTC 2007


Author: acornet
Date: 2007-12-15 11:36:13 +0000 (Sat, 15 Dec 2007)
New Revision: 2273

Modified:
   tools/ruby-pkg-tools/trunk/1/class/ruby-setup-rb.mk
   tools/ruby-pkg-tools/trunk/debian/changelog
Log:
1/class/ruby-setup-rb.mk: Add $(DEB_RUBY_INSTALL_SETUP_CMD) when building
regular library packages.



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-14 19:55:48 UTC (rev 2272)
+++ tools/ruby-pkg-tools/trunk/1/class/ruby-setup-rb.mk	2007-12-15 11:36:13 UTC (rev 2273)
@@ -54,6 +54,7 @@
 $(patsubst %,install/%,$(DEB_RUBY_REAL_LIB_PACKAGES)) :: install/% :
 	$(call pop_cfg_file,$(cdbs_curpkg))
 	cd $(DEB_SRCDIR)
+	$(DEB_RUBY_INSTALL_SETUP_CMD)
 	/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_TARGET)
 	/usr/bin/ruby$(cdbs_ruby_ver) $(DEB_RUBY_SETUP_CMD) config $(DEB_RUBY_CONFIG_ARGS)

Modified: tools/ruby-pkg-tools/trunk/debian/changelog
===================================================================
--- tools/ruby-pkg-tools/trunk/debian/changelog	2007-12-14 19:55:48 UTC (rev 2272)
+++ tools/ruby-pkg-tools/trunk/debian/changelog	2007-12-15 11:36:13 UTC (rev 2273)
@@ -22,8 +22,12 @@
     Gunnar Wolf.
   * debian/control: added depencency on libsetup-ruby1.8
 
- -- Antonio Terceiro <terceiro at softwarelivre.org>  Thu, 13 Dec 2007 17:48:10 -0300
+  [ Arnaud Cornet ]
+  * 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
+
 ruby-pkg-tools (0.12) unstable; urgency=low
 
   [ Lucas Nussbaum ]




More information about the Pkg-ruby-extras-commits mailing list