[Pkg-ruby-extras-maintainers] r214 -
tools/ruby-pkg-tools/trunk/1/class
Esteban Manchado Velázquez
zoso at costa.debian.org
Thu Jan 5 00:10:08 UTC 2006
Author: zoso
Date: 2006-01-05 00:10:08 +0000 (Thu, 05 Jan 2006)
New Revision: 214
Modified:
tools/ruby-pkg-tools/trunk/1/class/ruby-setup-rb.mk
Log:
- Comment corrections
Modified: tools/ruby-pkg-tools/trunk/1/class/ruby-setup-rb.mk
===================================================================
--- tools/ruby-pkg-tools/trunk/1/class/ruby-setup-rb.mk 2006-01-04 23:32:04 UTC (rev 213)
+++ tools/ruby-pkg-tools/trunk/1/class/ruby-setup-rb.mk 2006-01-05 00:10:08 UTC (rev 214)
@@ -63,28 +63,30 @@
pop_cfg_file = if [ -f $(DEB_SRCDIR)/.config-$(1) ]; then mv -f $(DEB_SRCDIR)/.config-$(1) $(DEB_SRCDIR)/.config; fi
+# Build regular library packages
$(patsubst %,build/%,$(DEB_RUBY_REAL_LIB_PACKAGES)) :: build/% :
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) setup $(DEB_RUBY_SETUP_ARGS)
$(call push_cfg_file,$(cdbs_curpkg))
+# Build simple packages
$(patsubst %,build/%,$(DEB_RUBY_SIMPLE_PACKAGES)) :: build/% :
cd $(DEB_SRCDIR) && /usr/bin/ruby $(DEB_RUBY_SETUP_CMD) config $(DEB_RUBY_CONFIG_ARGS) && /usr/bin/ruby $(DEB_RUBY_SETUP_CMD) setup $(DEB_RUBY_SETUP_ARGS)
$(call push_cfg_file,$(cdbs_curpkg))
-# See if this package doesn't appear to need to be compiled by multiple
-# Ruby versions.
+# Install regular library packages
$(patsubst %,install/%,$(DEB_RUBY_REAL_LIB_PACKAGES)) :: install/% :
$(call pop_cfg_file,$(cdbs_curpkg))
cd $(DEB_SRCDIR) && /usr/bin/ruby$(cdbs_ruby_ver) $(DEB_RUBY_SETUP_CMD) install --prefix=debian/$(cdbs_curpkg) $(DEB_RUBY_INSTALL_ARGS_ALL) $(DEB_RUBY_INSTALL_ARGS_$(cdbs_curpkg))
$(call push_cfg_file,$(cdbs_curpkg))
+# Install simple packages
$(patsubst %,install/%,$(DEB_RUBY_SIMPLE_PACKAGES)) :: install/% :
$(call pop_cfg_file,$(cdbs_curpkg))
cd $(DEB_SRCDIR) && /usr/bin/ruby $(DEB_RUBY_SETUP_CMD) install --prefix=debian/$(cdbs_curpkg) $(DEB_RUBY_INSTALL_ARGS_ALL) $(DEB_RUBY_INSTALL_ARGS_$(cdbs_curpkg))
$(call push_cfg_file,$(cdbs_curpkg))
-
+# Generate rdoc documentation for *-doc packages
$(patsubst %,binary-install/%,$(DEB_RUBY_LIB_DOC_PACKAGES)) :: binary-install/% :
dh_rdoc -p$(cdbs_curpkg)
More information about the pkg-ruby-extras-maintainers
mailing list