summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)AuthorFilesLines
2014-08-13Upload to experimental as 5.0.5-dev-2-1Axel Beckert1-2/+2
2014-08-13Update changelog entry to list all upstream-fixed Debian bug reportsAxel Beckert1-2/+17
Git-Dch: Ignore
2014-08-12Update changelog with regards to patch refreshing and removalAxel Beckert1-3/+3
Git-Dch: Ignore
2014-08-12Refresh replace-texi2html-with-makeinfo, drop ↵Axel Beckert4-38/+2
texi2html-conf-source-dir-vs-build-dir … and bump upstream version in preliminary changelog entry.
2014-08-11Merge branch 'debian' of git://anonscm.debian.org/git/collab-maint/zsh into ↵Axel Beckert5-13/+47
debian Conflicts: debian/changelog
2014-08-11Add a preliminary changelog entry to make it build at leastAxel Beckert1-0/+12
Git-Dch: Ignore
2014-08-11Add patch to fix source vs build directory mixupAxel Beckert2-0/+36
2014-08-11Refresh patch replace-texi2html-with-makeinfoAxel Beckert1-5/+5
2014-08-11Remove all patches which were cherry-picked from upstreamAxel Beckert4-262/+0
2014-06-30Rewrite bug script to have less code duplication and to also include debsums ↵Axel Beckert1-10/+27
results
2014-06-28Upload to unstable as 5.0.5-4Axel Beckert1-0/+12
2014-06-28Add lintian overrides for spelling-error-in-binary false positivesAxel Beckert2-0/+4
2014-06-28Simplify helpfiles generation in debian/rules (Closes: #737582)Axel Beckert1-3/+1
This also makes debian/rules pure 7-bit ASCII again -- instead of being ISO-8859-1. Yay! :-)
2014-06-23Fix output file descriptor of bug script. reportbug wants stuff on fd 3Axel Beckert1-0/+3
2014-06-13Prepare upload to unstable as 5.0.5-3Axel Beckert1-0/+18
2014-06-12Add B-D on cm-super-minimal, FTBFS with TeX Live >= 2014 otherwiseAxel Beckert1-0/+1
While we could have added a build-dependency on e.g. "cm-super-minimal | texlive-fonts-recommended (<< 2014)", cm-super-minimal is available since at least Debian 6 Squeeze and not that large (at least not compared to the remainder of TeX Live :-), so that it won't hurt to have it as unneeded build-dependency for e.g. backports to Wheezy or Squeeze.
2014-06-10Cherry pick upstream fix for INC_APPEND_HISTORY regression (Closes: #749969)Axel Beckert2-0/+142
2014-05-31Cherry pick apt and apt-mark completion updates from upstream (Closes: #691526)Axel Beckert3-0/+120
The following patches were cherry-picked into debian/patches, but with changelog diffs omitted. They didn't apply (for obvious reasons) and aren't relevant either (for obvious reasons, too). 32533: add completion for "apt-mark" (60bedea3) 32532: completion for "apt" command (d397599c)
2014-05-22Also install the bug-scripts. Doh.Axel Beckert1-0/+3
Git-Dch: Ignore
2014-05-22Add bug scripts to list packages could interfere with zsh's behaviourAxel Beckert3-0/+21
The same script is placed into the packages zsh, zsh-common and zsh-static -- which are the common binary packages against which behavioural issues are reported.
2014-05-21Add note about $fpath entries to README.DebianFrank Terbeck1-0/+19
Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
2014-03-12Don't even try to run test suite on hurd, it hangsAxel Beckert1-1/+3
Hence ignoring just the exit code on hurd doesn't help
2014-03-12Upload to unstable as 5.0.5-2Axel Beckert1-0/+8
2014-02-28Add a debian/upstream/metadata file according to DEP-12Axel Beckert1-0/+12
2014-02-10Add build-dependency on texlive-fonts-recommended (c.f. #738402, closes: ↵Axel Beckert1-0/+1
#738452)
2014-01-05Upload to unstable as 5.0.5-1Axel Beckert1-2/+2
2014-01-05Update changelog with verified bug fixesAxel Beckert1-0/+2
Git-Dch: Ignore
2014-01-05Update changelog for new upstream releaseAxel Beckert1-0/+6
Git-Dch: Ignore
2013-12-21Upload to unstable as 5.0.4-1Axel Beckert1-2/+2
2013-12-20Update changelog for new upstream releaseAxel Beckert1-0/+6
2013-12-15Upload to unstable as 5.0.3-1Axel Beckert1-3/+12
2013-12-15Reduce two blank lines to oneAxel Beckert1-1/+0
Git-Dch: Ignore
2013-12-15Built-Using: Use libc-dev-bin instead of eglibc as parameter to dpkg-queryAxel Beckert1-1/+1
It needs to be a binary package and existing on all architectures
2013-12-15Remove use-dev-null-instead-of-dev-tty-for-dash-c-test.patch againAxel Beckert2-22/+0
It was introduced in the hope it would fix test suite failures on hurd, but instead it made the test suite hang. See https://buildd.debian.org/status/fetch.php?pkg=zsh&arch=hurd-i386&ver=5.0.2-6&stamp=1382813718 and https://buildd.debian.org/status/fetch.php?pkg=zsh&arch=hurd-i386&ver=5.0.2-test-3-1&stamp=1386548502 So since we now ignore the test suite results on hurd-i386, it's better to have a failing test suite than to have a hanging test suite.
2013-12-15Ignore test suite results on hurd-i386 for nowAxel Beckert1-1/+1
2013-12-15Drop fix-A05execution-ztst-setopt-MONITOR.patch (applied upstream)Axel Beckert2-28/+0
2013-12-15Update changelog for new upstream releaseAxel Beckert1-0/+6
Git-Dch: Ignore
2013-12-03Upload to experimental as 5.0.2-test-3-1Axel Beckert1-3/+7
2013-12-03A05execution-ztst-setopt-MONITOR.patch: Add second occurrenceAxel Beckert1-5/+16
Also add references to the patch's origins.
2013-12-02Add patch which hopefully fixes test suite failures on Jenkins buildsAxel Beckert2-0/+17
2013-12-02Fix one test-suite failure on static builds due to non-existent $HOMEAxel Beckert1-1/+1
Thanks to Bart Schaefer and Peter Stephenson for spotting the cause.
2013-12-02Bump changelog entry dateAxel Beckert1-1/+1
Git-Dch: Ignore
2013-12-02Update changelog for 5.0.2-test-3-1Axel Beckert1-2/+7
2013-12-02Add newly generated help files to debian/cleanAxel Beckert1-0/+2
2013-12-02debian/rules: Util/helpfiles now requires parameters, reduce own magicAxel Beckert1-2/+2
2013-12-02Refresh patch replace-texi2html-with-makeinfoAxel Beckert1-3/+3
2013-12-02Update watch file to also catch release candidatesAxel Beckert1-0/+1
2013-11-21Try real upstream name in debian/changelog despite the dashesAxel Beckert1-1/+1
Git-Dch: Ignore
2013-11-21Add changelog entry for a potential 5.0.2+test1-1Axel Beckert1-0/+14
2013-11-08zsh-common: Remove Breaks against older zsh version (Hopefully closes: #707760)Axel Beckert1-1/+0