Lines Matching refs:description
44 self.description = _(
121 * error if pkg.description or pkg.summary are set.
129 for key in [ "pkg.description", "pkg.summary" ]:
602 """Warns when a package has an empty summary or description,
603 or a description which is identical to the summary."""
605 desc = manifest.get("pkg.description", None)
609 action = engine.get_attr_action("pkg.description",
612 engine.warning(_("Empty pkg.description in {0}").format(
627 engine.warning(_("pkg.description matches pkg.summary "
632 "A package's description should not match its summary.")