summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2020-12-13 14:24:11 -0800
committerRuss Allbery <eagle@eyrie.org>2020-12-13 14:41:29 -0800
commit7bdd48dc5c5735c5b7eabeaa699b0854294f00f0 (patch)
tree933b025f2fbb306010b6567fd2d2d9b0ca3eb1b4
parenta147e0e9f0a5a7b701098e1403dcb53ad525475b (diff)
Remove PHP version from the php-remctl description
* Remove the version number of PHP from the long description of php-remctl, since the source now supports either PHP 7 or PHP 8.
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index c14ea78..c3b572f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ remctl (3.17-1) UNRELEASED; urgency=medium
- Fix basic tests on platforms without IPv4. (Closes: #972206)
* Change the default Debian packaging branch to debian/unstable.
* Move the canonical packaging repository to Salsa.
+ * Remove the version number of PHP from the long description of
+ php-remctl, since the source now supports either PHP 7 or PHP 8.
-- Russ Allbery <rra@debian.org> Sun, 13 Dec 2020 14:12:15 -0800
diff --git a/debian/control b/debian/control
index e9af8ec..876d083 100644
--- a/debian/control
+++ b/debian/control
@@ -147,7 +147,7 @@ Description: PECL module for Kerberos-authenticated command execution
associated with an ACL containing a list of Kerberos principals
authorized to run that command.
.
- This package contains the PECL remctl module for PHP 7, which provides
+ This package contains the PECL remctl module for PHP, which provides
native PHP bindings for the libremctl client library.
Package: python3-pyremctl