diff options
author | André Erdmann <dywi@mailerd.de> | 2012-07-04 20:20:54 +0200 |
---|---|---|
committer | André Erdmann <dywi@mailerd.de> | 2012-07-04 20:20:54 +0200 |
commit | 212e45f5938ccb3f0a23d984ee10715abe0d1066 (patch) | |
tree | da52164aad37cf55c8c03d618a2c1484378b9947 /description_fields.conf | |
parent | main script (diff) | |
download | R_overlay-212e45f5938ccb3f0a23d984ee10715abe0d1066.tar.gz R_overlay-212e45f5938ccb3f0a23d984ee10715abe0d1066.tar.bz2 R_overlay-212e45f5938ccb3f0a23d984ee10715abe0d1066.zip |
description_fields.conf update
Diffstat (limited to 'description_fields.conf')
-rw-r--r-- | description_fields.conf | 49 |
1 files changed, 48 insertions, 1 deletions
diff --git a/description_fields.conf b/description_fields.conf index 864d95e..0705798 100644 --- a/description_fields.conf +++ b/description_fields.conf @@ -47,6 +47,7 @@ # joinValues # -- declares that the field's value is one string even if it # spans over multiple lines (the lines will be joined with ' ') +# The default behavior is to join lines with ''. # isList # -- declares that the field's value is a list # (the default regex for splitting the values is '\s*[,;]{1}\s*') @@ -80,13 +81,23 @@ joinValues [Package] joinValues +# not used +ignore + [License] isList +# not used +ignore + [Version] -mandatory joinValues +# not used +ignore +## else +#mandatory + [Suggests] alias_nocase = Suggests, Suggest, %Suggests, Suggets, Recommends isList @@ -110,3 +121,39 @@ isList [OS_Type] alias_nocase = OS_TYPE allowed_values = unix + +[Author] +ignore + +[Date] +ignore + +[Date/Publication] +ignore + +[Encoding] +ignore + +[Maintainer] +ignore + +[Packaged] +ignore + +[Repository] +ignore + +[Type] +ignore + +[URL] +ignore + +[Webpage] +ignore + +[ZipData] +ignore + +[LazyLoad] +ignore |