aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-09-01 14:19:04 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-09-01 14:24:40 -0700
commitc3734ac51a53e57a63e5544ead4fb94b08ce4316 (patch)
tree0055c38cf8686e9029ed6bb138ee13262fe60ef3
parent88bfb58e8f924248b71d62bdb23e25bf141a6002 (diff)
downloadgit-remote-gcrypt-c3734ac51a53e57a63e5544ead4fb94b08ce4316.tar.gz
changelog tweaks
-rw-r--r--debian/changelog6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index e74e7a6..d4ba895 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,7 +8,7 @@ git-remote-gcrypt (1.0.2) UNRELEASED; urgency=medium
Documentation:
* Drop section "Note to users of GnuPG version 2".
The issue was a regression in GnuPG 2.x, fixed in version 2.1.16.
- * Add a note about performance when not using the rsync:// backend.
+ * Add a note about performance when not using the rsync:// or local backends.
* Add section containing author and maintainer information.
* Add `apt-get` installation instructions, for the benefit of GitHub users.
* Other minor edits and formatting changes.
@@ -17,8 +17,8 @@ git-remote-gcrypt (1.0.2) UNRELEASED; urgency=medium
* Switch to source format 3.0 (native).
- Override Lintian tag latest-debian-changelog-entry-changed-to-native.
- Drop override of Lintian tag debian-watch-file-is-missing.
- * Add code to d/rules to remove installation instructions from the manpage.
- This replaces the old quilt patch.
+ * Replace quilt patch with code in d/rules to remove installation
+ instructions from the manpage.
* Depend on gpg | gnupg1 and demote gnupg to a Recommends (Closes: #873498).
At least with passwordless PGP keys, git-remote-gcrypt works fine with
only the gpg package installed.