diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-01 23:28:28 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-01 23:28:28 (EDT) |
commit | c3777333d3c3439332ee3a6b81826602b1ce694e (patch) | |
tree | db76972be9f51035849593bf7656c0a1b1b2e607 | |
parent | a4fadd5194cfbd92bfdb87897164f914041c9267 (diff) |
Improve package descriptions
-rw-r--r-- | changelog | 1 | ||||
-rw-r--r-- | libmpfr-dev.pkg/control | 5 | ||||
-rw-r--r-- | libmpfr-doc.pkg/control | 5 | ||||
-rw-r--r-- | libmpfr.6.pkg/control | 3 | ||||
-rw-r--r-- | substvars | 9 |
5 files changed, 18 insertions, 5 deletions
@@ -6,6 +6,7 @@ mpfr (4.0.2-1) trunk * libmpfr.4: Replace with libmpfr.6. * libmpfr-dev: Remove static library. * libmpfr.6: Use automatic shared library dependencies. + * Improve package descriptions. -- Patrick McDermott <patrick.mcdermott@libiquity.com> Wed, 01 May 2019 22:49:13 -0400 diff --git a/libmpfr-dev.pkg/control b/libmpfr-dev.pkg/control index b708c16..480b8a1 100644 --- a/libmpfr-dev.pkg/control +++ b/libmpfr-dev.pkg/control @@ -1,4 +1,7 @@ Architecture: any Platform: all Depends: libmpfr.6 (= ${Binary-Version}) -Description: This package provides development files for MPFR. +Description: Multiple Precision Floating-Point Reliable Library - development files + ${Common-Description} + . + This package provides development files for the MPFR library. diff --git a/libmpfr-doc.pkg/control b/libmpfr-doc.pkg/control index 4b9ba00..c89a7ac 100644 --- a/libmpfr-doc.pkg/control +++ b/libmpfr-doc.pkg/control @@ -1,4 +1,7 @@ Architecture: all Platform: all Depends: libmpfr.6 (= ${Binary-Version}) -Description: This package provides the manual page for MPFR. +Description: Multiple Precision Floating-Point Reliable Library - documentation + ${Common-Description} + . + This package provides documentation for the MPFR library. diff --git a/libmpfr.6.pkg/control b/libmpfr.6.pkg/control index 0944167..8ab6ab8 100644 --- a/libmpfr.6.pkg/control +++ b/libmpfr.6.pkg/control @@ -1,4 +1,5 @@ Architecture: any Platform: all Depends: ${Shlib-Depends} -Description: MPFR is a C library for multiple-precision floating-point computations with correct rounding. +Description: Multiple Precision Floating-Point Reliable Library + ${Common-Description} @@ -1,2 +1,7 @@ - - +Common-Description: + The MPFR library is a C library for multiple-precision floating-point + computations with correct rounding. The main goal of MPFR is to provide a + library for multiple-precision floating-point computation which is both + efficient and has a well-defined semantics. It copies the good ideas from the + ANSI/IEEE-754 standard for double-precision floating-point arithmetic (53-bit + significand). |