summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-05-02 00:57:57 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-05-02 00:59:31 (EDT)
commit68ac1599245312f759acdd512e7ebff58ebed663 (patch)
tree936ef4854c751057c97828bc0b785f5b328a07b6
parent6358bb2472efec9a193a075cf36d797ae54d0403 (diff)
Improve package descriptions
-rw-r--r--changelog1
-rw-r--r--libmpc-dev.pkg/control4
-rw-r--r--libmpc-doc.pkg/control4
-rw-r--r--libmpc.3.pkg/control2
-rw-r--r--substvars3
5 files changed, 10 insertions, 4 deletions
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 <patrick.mcdermott@libiquity.com> 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.