From: Yaroslav Halchenko Date: Mon, 22 Nov 2010 20:21:37 +0000 (-0500) Subject: reenable Language -- many people already use it X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6ec40746159819500a58644e51a6ed6e3a46d1e3;p=neurodebian.git reenable Language -- many people already use it --- 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