diff options
Diffstat (limited to 'cpp.pkg.in/control')
-rw-r--r-- | cpp.pkg.in/control | 5 |
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. |