From 9462302d6676275d13b623d052572ce38fffc5be Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 31 May 2019 11:06:39 -0400 Subject: Slightly improve/standardize package descriptions --- diff --git a/changelog b/changelog index b133f1c..8fef234 100644 --- a/changelog +++ b/changelog @@ -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 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} diff --git a/substvars b/substvars index 91bf051..42d3dcd 100644 --- a/substvars +++ b/substvars @@ -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. -- cgit v0.9.1