[Pkg-ruby-extras-commits] r1149 - packages-wip/libcomplearn-ruby/trunk/debian

Paul van Tilburg paulvt at alioth.debian.org
Fri Dec 1 16:16:49 CET 2006


Author: paulvt
Date: 2006-12-01 16:16:48 +0100 (Fri, 01 Dec 2006)
New Revision: 1149

Modified:
   packages-wip/libcomplearn-ruby/trunk/debian/rules
Log:
Removed superfluous settings. However, the config args remain, while they are not needed for setup.rb, they are required by extconf.rb chained to setup.rb. This is an error in the class!

Modified: packages-wip/libcomplearn-ruby/trunk/debian/rules
===================================================================
--- packages-wip/libcomplearn-ruby/trunk/debian/rules	2006-11-29 16:09:04 UTC (rev 1148)
+++ packages-wip/libcomplearn-ruby/trunk/debian/rules	2006-12-01 15:16:48 UTC (rev 1149)
@@ -4,7 +4,5 @@
 include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
 include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk
 
-DEB_RUBY_SETUP_CMD = setup.rb
+# These options are required for extconf, chained to setup.rb.
 DEB_RUBY_CONFIG_ARGS = --site-ruby=/usr/lib/ruby/1.8 --so-dir=/usr/lib/ruby/1.8/i486-linux
-DEB_RUBY_CLEAN_TARGET = clean
-




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