summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2021-09-15 01:32:18 +0200
committerAxel Beckert <abe@deuxchevaux.org>2021-09-15 01:32:18 +0200
commit984bfa70f77ef24fe03e5300a9092a8a5c31f889 (patch)
tree6d1831d21c3f28ed06c46bacc16e6bde64ec3275 /debian
parente178f1914a35d6bd92c0818ced2d82b085eca000 (diff)
downloadzsh-984bfa70f77ef24fe03e5300a9092a8a5c31f889.tar.gz
zsh-984bfa70f77ef24fe03e5300a9092a8a5c31f889.zip
Update debian/changelog with "gbp dch" for being able to edit older entries
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog21
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index a4d767d26..01eacaad9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,24 @@
+zsh (5.8-8) UNRELEASED; urgency=medium
+
+ [ Axel Beckert ]
+ * [3637af2b] Set runhelpdir at configure time; drop sed-based fixup at
+ install time. (Closes: #993539)
+ * [7f57499f] Add patch to set default pager to /usr/bin/pager instead of
+ more. Drop according sed call from debian/rules which didn't catch
+ .zwc files.
+ * [741c837e] Reenable running build-time testsuite against zsh-static.
+ (See discussion in #993843.)
+ * [cd6dff21] Update lintian override for slightly modified
+ pkg-not-in-package-test tag.
+
+ [ Vincent Lefevre ]
+ * [e178f191] Replace all occurrences of transitional package
+ libncursesw5-dev with libncurses-dev. Remove resulting
+ duplicates. (Related to commit 71ee4aef.) Fixes FTBFS iff
+ libncursesw5-dev was not installed. (Closes: #993861)
+
+ -- Axel Beckert <abe@debian.org> Wed, 15 Sep 2021 00:35:53 +0200
+
zsh (5.8-7) unstable; urgency=medium
[ Axel Beckert ]