diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-15 22:13:32 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-15 22:13:32 (EDT) |
commit | f059760aa707a943ccfd91313b2865df50bb51c5 (patch) | |
tree | 9100ada66c2213e58628f93fd6d0b8776dc702a2 | |
parent | 20053d2ee6b552b2ce5856ca1ed44461f6556aa0 (diff) |
platconf-pkg-tools: Add an extended description
-rw-r--r-- | changelog | 1 | ||||
-rw-r--r-- | platconf-pkg-tools.pkg/control | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,7 @@ platconf-pkg-tools (3.0.0) trunk * ppt-mkpkgs now generates a stub "substvars" file if one does not yet exist. * Update Maintainer field. + * platconf-pkg-tools: Add an extended description. -- Patrick McDermott <patrick.mcdermott@libiquity.com> Mon, 15 Jul 2019 17:59:07 -0400 diff --git a/platconf-pkg-tools.pkg/control b/platconf-pkg-tools.pkg/control index 140f6a4..d94c92a 100644 --- a/platconf-pkg-tools.pkg/control +++ b/platconf-pkg-tools.pkg/control @@ -1,3 +1,5 @@ Architecture: all Platform: all Description: Tools for building platform configuration packages + platconf-pkg-tools provides ppt-make, ppt-mkpkgs, ppt-rmpkgs, and build.mk + tools to assist in preparing and building platform configuration packages. |