From 68ac1599245312f759acdd512e7ebff58ebed663 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 02 May 2019 00:57:57 -0400 Subject: Improve package descriptions --- diff --git a/changelog b/changelog index 9c5a3d4..7f45cb9 100644 --- a/changelog +++ b/changelog @@ -4,6 +4,7 @@ mpc (1.1.0-1) trunk * Add self to maintainers. * Update homepage. * libmpc.3: Use automatic shared library dependencies. + * Improve package descriptions. -- Patrick McDermott Thu, 02 May 2019 00:13:58 -0400 diff --git a/libmpc-dev.pkg/control b/libmpc-dev.pkg/control index 9207da2..386e4f2 100644 --- a/libmpc-dev.pkg/control +++ b/libmpc-dev.pkg/control @@ -1,5 +1,7 @@ Architecture: any Platform: all Depends: libmpc.3 (= ${Binary-Version}) -Description: MPC - development files +Description: GNU Multiple Precision Complex Library - development files ${Common-Description} + . + This package provides development files for the GMP library. diff --git a/libmpc-doc.pkg/control b/libmpc-doc.pkg/control index 4b0ef66..cdb59e9 100644 --- a/libmpc-doc.pkg/control +++ b/libmpc-doc.pkg/control @@ -1,5 +1,7 @@ Architecture: all Platform: all Depends: libmpc.3 (= ${Binary-Version}) -Description: MPC - Documentation +Description: GNU Multiple Precision Complex Library - documentation ${Common-Description} + . + This package provides documentation for the GMP library. diff --git a/libmpc.3.pkg/control b/libmpc.3.pkg/control index 7ee82be..ca58a11 100644 --- a/libmpc.3.pkg/control +++ b/libmpc.3.pkg/control @@ -1,5 +1,5 @@ Architecture: any Platform: all Depends: ${Shlib-Depends} -Description: MPC +Description: GNU Multiple Precision Complex Library ${Common-Description} diff --git a/substvars b/substvars index da8f097..aa68329 100644 --- a/substvars +++ b/substvars @@ -1,2 +1,3 @@ Common-Description: - Mpc is a C library for the arithmetic of complex numbers with arbitrarily high precision and correct rounding of the result. + GNU MPC is a C library for the arithmetic of complex numbers with arbitrarily + high precision and correct rounding of the result. -- cgit v0.9.1