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

terceiro-guest at alioth.debian.org terceiro-guest at alioth.debian.org
Sun Nov 4 17:57:09 UTC 2007


Author: terceiro-guest
Date: 2007-11-04 17:57:09 +0000 (Sun, 04 Nov 2007)
New Revision: 2028

Modified:
   tools/ruby-pkg-tools/trunk/1/class/ruby-setup-rb.mk
   tools/ruby-pkg-tools/trunk/debian/changelog
Log:
using --installdirs=std as options for setup.rb instead of passing a lot of individual options



Modified: tools/ruby-pkg-tools/trunk/1/class/ruby-setup-rb.mk
===================================================================
--- tools/ruby-pkg-tools/trunk/1/class/ruby-setup-rb.mk	2007-11-04 17:55:30 UTC (rev 2027)
+++ tools/ruby-pkg-tools/trunk/1/class/ruby-setup-rb.mk	2007-11-04 17:57:09 UTC (rev 2028)
@@ -35,7 +35,7 @@
 include /usr/share/ruby-pkg-tools/1/class/ruby-common.mk
 
 DEB_RUBY_SETUP_CMD = setup.rb
-DEB_RUBY_CONFIG_ARGS = --siteruby=$(DEB_RUBY_LIBDIR) --siterubyver=$(DEB_RUBY_LIBDIR)/$(cdbs_ruby_ver) --siterubyverarch=$(DEB_RUBY_ARCHDIR)
+DEB_RUBY_CONFIG_ARGS = --installdirs=std
 DEB_RUBY_CLEAN_TARGET = distclean
 
 

Modified: tools/ruby-pkg-tools/trunk/debian/changelog
===================================================================
--- tools/ruby-pkg-tools/trunk/debian/changelog	2007-11-04 17:55:30 UTC (rev 2027)
+++ tools/ruby-pkg-tools/trunk/debian/changelog	2007-11-04 17:57:09 UTC (rev 2028)
@@ -1,11 +1,11 @@
 ruby-pkg-tools (0.13) UNRELEASED; urgency=low
 
   [ Antonio Terceiro ]
-  * 1/class/ruby-setup-rb.mk: adding --siterubyverarch so setup.rb-packaged
-    libs puts compiled C extensions in the right place.
+  * 1/class/ruby-setup-rb.mk: using --installdirs=std as setup.rb options, so
+    everything is put in the right place upon installation (Closes: #420028)
   * debian/control: new maintainer name and address for myself
 
- -- Antonio Terceiro <terceiro at softwarelivre.org>  Mon, 27 Aug 2007 19:28:16 -0300
+ -- Antonio Terceiro <terceiro at softwarelivre.org>  Sun, 04 Nov 2007 13:17:41 -0300
 
 ruby-pkg-tools (0.12) unstable; urgency=low
 




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