summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2014-11-11 02:27:15 +0100
committerAxel Beckert <abe@deuxchevaux.org>2014-11-12 00:39:28 +0100
commit246213e55f15516edd964f2faa01b2e0232495a8 (patch)
tree7f31a883e6b559c8f4ffb45db2ab54c7fb258662
parent7b632623b115b81dbda65791f6c51a62a1a9e999 (diff)
downloadzsh-246213e55f15516edd964f2faa01b2e0232495a8.tar.gz
zsh-246213e55f15516edd964f2faa01b2e0232495a8.zip
Add preliminary 5.0.7-4 changelog entry
Git-Dch: Ignore
-rw-r--r--debian/changelog20
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 6046a6f3d..e7f71efea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,23 @@
+zsh (5.0.7-4) UNRELEASED; urgency=medium
+
+ [ Simon McVittie ]
+ * [991d536c] Make zsh source package binNMU-safe (Closes: #768937)
+ + Do not use dh_installdocs --link-doc=zsh-common in
+ architecture-dependent packages
+ + Symlink zsh-common documentation files into /usr/share/doc/zsh
+ + Migrate /usr/share/doc/zsh and /usr/share/doc/zsh-dev from symlink
+ to directory using dpkg-maintscript-helper
+
+ [ Axel Beckert ]
+ * [7b632623] Simplify Simon's patch by making /usr/share/doc/zsh/doc a
+ symlink to ../zsh-common/ in the zsh binary package. Avoids unpack
+ errors probably caused by having _two_ binary packages containing the
+ directory which was previously a symlink. (See the log of #768937.)
+ * [af8ab9de] Also remove zsh4 alternative for rzsh (Closes: #768241)
+ * [353e05ab] Add a post-jessie TODO list to the source package
+
+ -- Axel Beckert <abe@debian.org> Tue, 11 Nov 2014 01:19:59 +0100
+
zsh (5.0.7-3) unstable; urgency=low
* Upload to unstable again