diff options
-rw-r--r-- | changelog | 1 | ||||
-rw-r--r-- | gmake-doc.pkg/control | 4 | ||||
-rw-r--r-- | gmake-locales.pkg/control | 4 | ||||
-rw-r--r-- | gmake.pkg/control | 2 | ||||
-rw-r--r-- | substvars | 4 |
5 files changed, 10 insertions, 5 deletions
@@ -3,6 +3,7 @@ gmake (4.2.1-1) trunk * New upstream version. * Update Maintainer and Homepage fields. * gmake: Use automatic shared library dependencies. + * Slightly improve/standardize package descriptions. -- Patrick McDermott <patrick.mcdermott@libiquity.com> Fri, 31 May 2019 10:30:43 -0400 diff --git a/gmake-doc.pkg/control b/gmake-doc.pkg/control index 0f999f8..3cc6648 100644 --- a/gmake-doc.pkg/control +++ b/gmake-doc.pkg/control @@ -1,5 +1,7 @@ Architecture: all Platform: all Depends: gmake (>= ${Source-Version}) -Description: GNU make documentation. +Description: Maintain, update, and regenerate groups of programs - documentation ${Common-Description} + . + This package provides documentation for GNU Make. diff --git a/gmake-locales.pkg/control b/gmake-locales.pkg/control index 6ce0b76..b7ae957 100644 --- a/gmake-locales.pkg/control +++ b/gmake-locales.pkg/control @@ -1,5 +1,7 @@ Architecture: all Platform: all Depends: gmake (>= ${Source-Version}) -Description: GNU make locale packages. +Description: Maintain, update, and regenerate groups of programs - locale ${Common-Description} + . + This package provides locale files for GNU Make. diff --git a/gmake.pkg/control b/gmake.pkg/control index 637bb7c..9bf424d 100644 --- a/gmake.pkg/control +++ b/gmake.pkg/control @@ -1,5 +1,5 @@ Architecture: any Platform: all Depends: ${Shlib-Depends} -Description: Utility and framework for building applications from source. +Description: Maintain, update, and regenerate groups of programs ${Common-Description} @@ -1,5 +1,5 @@ Common-Description: - GNU make is a tool which controls the generation of executables and other - non-source files of a program from the program's source files. The make + GNU Make is a tool which controls the generation of executables and other + non-source files of a program from the program's source files. The make utility automatically determines which pieces of a large program need to be recompiled, and issues commands to recompile them. |