[DRE-commits] r3364 - tools/ruby-support/trunk

lucas at alioth.debian.org lucas at alioth.debian.org
Sat Apr 4 15:24:16 UTC 2009


Author: lucas
Date: 2009-04-04 15:24:16 +0000 (Sat, 04 Apr 2009)
New Revision: 3364

Modified:
   tools/ruby-support/trunk/ruby-support.make
Log:
update rules snippet

Modified: tools/ruby-support/trunk/ruby-support.make
===================================================================
--- tools/ruby-support/trunk/ruby-support.make	2009-04-04 15:21:44 UTC (rev 3363)
+++ tools/ruby-support/trunk/ruby-support.make	2009-04-04 15:24:16 UTC (rev 3364)
@@ -2,5 +2,8 @@
 
 DEB_RUBY_CONFIG_ARGS += --librubyver=/usr/lib/ruby-support/$(cdbs_curpkg)
 
-$(patsubst %,install/%,$(DEB_ALL_PACKAGES))::
+# FIXME if I have two :: rules, is the first one always ran first? or are there possible
+# race conditions? If no race conditions, we could override binary-install instead
+# of using binary-post-install
+$(patsubst %,binary-post-install/%,$(DEB_ALL_PACKAGES))::
 	dh_ruby -p$(cdbs_curpkg)




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