[DRE-maint] Changes to ruby-common.mk
Filipe
filipe at icewall.org
Sat Dec 1 03:26:22 UTC 2007
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Team,
i would like to change one line in file ruby-common.mk . I just want to
change the definition of docs packages from packages ended in -ruby-doc to
only -doc. What do you guys think? This would make this class more
useful, as for instance, mongrel package has a mongrel-doc package, not
a mongrel-ruby-doc package.
Here is the diff:
Index: ruby-common.mk
===================================================================
- --- ruby-common.mk (revision 2089)
+++ ruby-common.mk (working copy)
@@ -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)))
If no one complains I'll upload this change to svn until sunday night.
Cheers,
filipe {
@ icewall.org
GPG 1024D/A6BA423E
Jabber lautert at jabber.ru
}
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHUNRjmKFbPqa6Qj4RArazAJsGg1yPRCyiGfIfViZx0HoEFwTjjACfSsC8
IClCmxenqsJ+7ULDOq99nrA=
=hk7T
-----END PGP SIGNATURE-----
More information about the Pkg-ruby-extras-maintainers
mailing list