[DRE-commits] r2103 - tools/ruby-pkg-tools/trunk/1/class

filipe-guest at alioth.debian.org filipe-guest at alioth.debian.org
Tue Dec 4 09:06:13 UTC 2007


Author: filipe-guest
Date: 2007-12-04 09:06:13 +0000 (Tue, 04 Dec 2007)
New Revision: 2103

Modified:
   tools/ruby-pkg-tools/trunk/1/class/ruby-common.mk
Log:
changed LIB_DOC_PACKAGE_FILTER =  from -ruby-doc to -doc. This way more packages can benefit from this tool.


Modified: tools/ruby-pkg-tools/trunk/1/class/ruby-common.mk
===================================================================
--- tools/ruby-pkg-tools/trunk/1/class/ruby-common.mk	2007-12-03 18:18:20 UTC (rev 2102)
+++ tools/ruby-pkg-tools/trunk/1/class/ruby-common.mk	2007-12-04 09:06:13 UTC (rev 2103)
@@ -50,7 +50,7 @@
 
 # Separate lib packages from the rest
 LIB_PACKAGE_FILTER = %-ruby $(patsubst %,\%-ruby%,$(DEB_RUBY_VERSIONS))
-LIB_DOC_PACKAGE_FILTER = %-ruby-doc
+LIB_DOC_PACKAGE_FILTER = %-doc
 DEB_RUBY_LIB_PACKAGES := $(strip $(filter $(LIB_PACKAGE_FILTER),$(DEB_ALL_PACKAGES)))
 DEB_RUBY_REAL_LIB_PACKAGES := $(strip $(filter-out %-ruby, $(DEB_RUBY_LIB_PACKAGES)))
 DEB_RUBY_DUMMY_LIB_PACKAGES := $(strip $(filter %-ruby, $(DEB_RUBY_LIB_PACKAGES)))




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