From 3e6de81a16476360437bc05523b59613529b55f2 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 26 May 2019 18:56:46 -0400 Subject: cpp-8-*, gcc-8-*, g++-8-*: Slightly improve descriptions --- diff --git a/changelog b/changelog index a18801c..53683a2 100644 --- a/changelog +++ b/changelog @@ -18,6 +18,7 @@ gcc-8 (8.3.0+sip1-1) trunk * cpp-8-*, gcc-8-*, g++-8-*: Install cc1, cc1plus, collect2, lto-wrapper, and lto1 under /usr/libexec. * cpp-8-*: Move liblto_plugin.so* to gcc-8-*. + * cpp-8-*, gcc-8-*, g++-8-*: Slightly improve descriptions. * gcc-8-dev: New package to provide development files for GCC libraries, previously provided in gcc-4.7-*. * libstdc++.6-4.7-dev: Replace with libstdc++-8-dev (drop soversion). 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. diff --git a/g++.pkg.in/control b/g++.pkg.in/control index df5ae8a..9afc400 100644 --- a/g++.pkg.in/control +++ b/g++.pkg.in/control @@ -4,7 +4,8 @@ Platform: all Depends: gcc-${Base-Version}-common (= ${Binary-Version}), gcc-${Base-Version}-@PKG_TARGET_ARCH@ (= ${Binary-Version}), libstdc++-${Base-Version}-dev (= ${Binary-Version}), +# libstdc++-${Base-Version}-dev:@PKG_TARGET_ARCH@, ${Shlib-Depends}, Suggests: gcc-${Base-Version}-locales (>= ${Binary-Version}) Description: GNU C++ compiler for @PKG_TARGET_ARCH@ - The C++ language front end for the GNU compiler collection. + This is the C++ language front end for the GNU Compiler Collection. diff --git a/gcc.pkg.in/control b/gcc.pkg.in/control index ee0e8e8..86031d5 100644 --- a/gcc.pkg.in/control +++ b/gcc.pkg.in/control @@ -11,4 +11,4 @@ Recommends: libc.6-dev # libc.6-dev:@PKG_TARGET_ARCH@, Suggests: gcc-${Base-Version}-locales (>= ${Binary-Version}), Description: GNU C compiler for @PKG_TARGET_ARCH@ - The C language front end for the GNU compiler collection. + This is the C language front end for the GNU Compiler Collection. -- cgit v0.9.1