]> git.donarmstrong.com Git - neurodebian.git/commitdiff
reenable Language -- many people already use it
authorYaroslav Halchenko <debian@onerussian.com>
Mon, 22 Nov 2010 20:21:37 +0000 (15:21 -0500)
committerYaroslav Halchenko <debian@onerussian.com>
Mon, 22 Nov 2010 20:21:37 +0000 (15:21 -0500)
tools/blends-inject

index 70a561d76685e562033d1b99146f1125132cd71a..b5cdd29aade69a710d61ebdad6af2bc0ec7cb54b 100755 (executable)
@@ -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