summaryrefslogtreecommitdiffstats
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
parent70feb98e93cb5dc94d08b0fcf5a8895d206dd449 (diff)
cpp-8-*, gcc-8-*, g++-8-*: Slightly improve descriptions
-rw-r--r--changelog1
-rw-r--r--cpp.pkg.in/control5
-rw-r--r--g++.pkg.in/control3
-rw-r--r--gcc.pkg.in/control2
4 files changed, 7 insertions, 4 deletions
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.