summaryrefslogtreecommitdiffstats
path: root/cpp.pkg.in
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-05-26 18:56:46 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-05-26 18:56:46 (EDT)
commit3e6de81a16476360437bc05523b59613529b55f2 (patch)
tree4cfcd590eb7defbde55baa399945c910a1c1f4c7 /cpp.pkg.in
parent70feb98e93cb5dc94d08b0fcf5a8895d206dd449 (diff)
cpp-8-*, gcc-8-*, g++-8-*: Slightly improve descriptions
Diffstat (limited to 'cpp.pkg.in')
-rw-r--r--cpp.pkg.in/control5
1 files changed, 3 insertions, 2 deletions
diff --git a/cpp.pkg.in/control b/cpp.pkg.in/control
index 77f5842..2c9d442 100644
--- a/cpp.pkg.in/control
+++ b/cpp.pkg.in/control
@@ -4,5 +4,6 @@ Platform: all
Depends: gcc-${Base-Version}-common (= ${Binary-Version}), ${Shlib-Depends}
Suggests: gcc-${Base-Version}-locales (>= ${Binary-Version})
Description: GNU C preprocessor for @PKG_TARGET_ARCH@
- A macro processor that is used automatically by the C compiler to transform
- programs before actual compilation.
+ The C preprocessor implements the macro language used to transform C, C++, and
+ Objective-C programs before they are compiled. It can also be useful on its
+ own.