summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAndrej Shadura <andrewsh@debian.org>2018-10-09 22:52:39 +0200
committerAndrej Shadura <andrewsh@debian.org>2018-10-09 22:52:39 +0200
commitf7b28d363076587e908beb68bfce3d35c385e114 (patch)
treeae6d3888502fa7c09be31e1ebaaf1f18191b71fa /debian
parentf31baab8141f5bb985181f4567313706d22f6053 (diff)
Add a bit more information into the package description
Diffstat (limited to 'debian')
-rw-r--r--debian/control6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index cd2deee..1c2bae1 100644
--- a/debian/control
+++ b/debian/control
@@ -26,6 +26,9 @@ Recommends: python3-ruamel.yaml
Description: Python YAML/JSON schema validation library (Python 3)
PyKwalify is a open source port of the kwalify lib and specification.
.
+ PyKwalify allows validating YAML or JSON data against a schema
+ described in YAML or JSON format.
+ .
This package installs the library for Python 3.
Package: pykwalify
@@ -38,4 +41,7 @@ Depends:
Description: Python YAML/JSON schema validation library (command line program)
PyKwalify is a open source port of the kwalify lib and specification.
.
+ PyKwalify allows validating YAML or JSON data against a schema
+ described in YAML or JSON format.
+ .
This package installs the command line program.