From 6ec40746159819500a58644e51a6ed6e3a46d1e3 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Mon, 22 Nov 2010 15:21:37 -0500 Subject: [PATCH] reenable Language -- many people already use it --- tools/blends-inject | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/blends-inject b/tools/blends-inject index 70a561d..b5cdd29 100755 --- a/tools/blends-inject +++ b/tools/blends-inject @@ -136,12 +136,12 @@ PKG_FIELDS = ('depends', 'recommends', 'suggests', 'ignore', 'remove') # Prefixes for "standard" blends/tasks fields. Others do not get embedded # into tasks files BLENDS_FIELDS_PREFIXES = ('depends', 'recommends', 'suggests', 'ignore', - 'why', 'homepage', 'wnpp', 'responsible', 'license', + 'why', 'homepage', 'language', 'wnpp', 'responsible', 'license', 'vcs-', 'pkg-url', 'pkg-description', 'published-', 'x-', 'registration', 'remark') # Additional fields which might come useful (e.g. for filing wnpp bugs) # but are not "standard" thus should be in the trailer -CUSTOM_FIELDS_PREFIXES = ('author', 'language', 'pkg-name', 'pkg-source', +CUSTOM_FIELDS_PREFIXES = ('author', 'pkg-name', 'pkg-source', 'version', 'remove') # Other fields should cause Error for consistency -- 2.39.2