Drop the last vestiges of support for 'infos' as a field in a package manifest. We still retain the capability to convert an old database with a pkg.infos column into the current schema, where annotations are used instead, but that's all. An old format package manifest will new generate an error.
modified libpkg/pkg_manifest.c
@@ -57,9 +57,8 @@
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -91,7 +90,6 @@ static struct manifest_key {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -272,9 +270,6 @@ pkg_string(struct pkg *pkg, ucl_object_t *obj, int attr)
|
|
|
|
|
|
| - | |
| - | |
| - | |
|
|
|
|
|