summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)AuthorFilesLines
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
2013-11-08Make lintian override zsh version agnosticAxel Beckert1-1/+1
2013-11-08zsh-beta.postrm: Unregister /etc/shells entry on removal (Closes: #724251)Axel Beckert1-3/+8
2013-11-07Remove patches applied upstreamAxel Beckert6-130/+0
2013-10-28Bump Standards-Version to 3.9.5 (no changes)Axel Beckert1-1/+1
2013-10-26Upload to unstable as 5.0.2-6Axel Beckert1-0/+7
I would have waited for more changes for this upload, but since the first signs of the next upstream release are already there, I'd like to get the new Hurd FTBFS fix tested so that I can submit it to upstream _before_ the new upstream release. Hence that rather small diff for this upload. BTW, I mixed up names in the previous commit message: It was Bart Schaefer of zsh upstream who suggested the fix, not Bart Martens of Debian. I'm sorry, but I noticed this just now when preparing the Debian changelog.
2013-10-01C02cond.ztst: Use /dev/null instead of /dev/tty for -c testAxel Beckert3-28/+22
Hopefully solves the according test suite failures on Hurd. Suggested by Bart Martens.
2013-09-30Upload to unstable as 5.0.2-5Axel Beckert1-0/+16
2013-09-24debian/rules: Whitespace changesAxel Beckert1-12/+15
Git-Dch: Ignore
2013-09-24Require texinfo >= 5, it no more builds properly with older versionsAxel Beckert1-2/+2
The package uses "makeinfo --split=chapter" and that feature doesn't seem to be available in any stable releases before 5.0.
2013-09-24Fix typo in debian/rules commentAxel Beckert1-1/+1
Git-Dch: Ignore
2013-09-24Clean up dh_installchangelog calls by removing redundancyAxel Beckert1-3/+1
2013-09-24Simplify dh_* calls by using -a instead of listing all arch packagesAxel Beckert1-23/+11
Run dh_* commands common for all architecture-dependent only in the binary-arch target, no more in its sub-targets/dependencies. Reduces complexity and gives better overview, but removes the possibility to build complete packages by just building one of binary-arch's sub-targets.
2013-09-23Simplify dh_* calls by using -i instead of listing all indep packagesAxel Beckert1-14/+14
2013-09-23No more built zsh-common on binary-archAxel Beckert1-46/+54
... by reordering some stuff in debian/rules. Fixes error "binary-arch-produces-all" reported by the build log scanner at http://qa.debian.org/bls/packages/z/zsh.html
2013-09-23check-for-dev-tty-before-using-it.patch: Don't descend into /dev/ subdirectoriesAxel Beckert1-1/+1
find trying to delve into subdirectories of /dev/ it has no access to is not necessary, but may cause FTBFS, e.g. if VirtualBox is installed: drwxr-x--- 4 root vboxusers 80 Sep 3 23:44 /dev/vboxusb/
2013-09-20Only try to remove /etc/zsh-beta if it existsAxel Beckert1-1/+3
Suppresses irrelevant error message "rmdir: failed to remove /etc/zsh-beta: No such file or directory".
2013-09-20Add patch to make test suite "-c" test more flexible, should prevent FTBFS ↵Axel Beckert2-0/+28
on Hurd Thanks: Pino Toscano
2013-09-20Revert "Add conditional patch to prevent FTBFS on Hurd in case of wrong test ↵Axel Beckert3-88/+2
assumptions" This reverts commit ba5c7320d4876deb14dba60584fcdf5d5774e13b.
2013-09-20Add conditional patch to prevent FTBFS on Hurd in case of wrong test assumptionsAxel Beckert3-2/+88
debian/rules now calls debian/patch-test-suite.sh with some parameters to modify or unmodify Test/C02cond.ztst in a way that either the character device for testing zsh's -c either exists or the test for -c is disabled at all. There are three ways in which debian/patch-test-suite.sh can patch Test/C02cond.ztst: * Not at all if /dev/tty exists and is a character device. * Replace all occurrences of /dev/tty with another tty in case /dev/tty does not exist, but others do. * Disable the test for zsh's -c completely if no tty at all is available as to be tested character device.
2013-09-20Upload to unstable as 5.0.2-4Axel Beckert1-0/+38
2013-09-19Mark patch as applied upstreamAxel Beckert1-0/+1
Git-Dch: Ignore
2013-09-19Fix author of patchAxel Beckert1-1/+1
Git-Dch: Ignore
2013-09-19Format all patch headers DEP3 compliantAxel Beckert6-8/+13
Also add some more pointers to upstream relations
2013-09-19Fix path passed to dh_shlibdeps for multiarchAxel Beckert1-1/+1
Broken since 6c668f5e (i.e. 5.0.2-3). Fixes error message "objdump: 'debian/zsh/usr/lib/zsh/*/zsh/*.so': No such file" in build log.
2013-09-18Add patch to fix segfault in compinit's get_cvdef/freecvdefAxel Beckert2-0/+18
Was triggered by the task tab completion.
2013-09-14Remove redundant chmod from debian/rules (done by dh_fixperms anyways)Axel Beckert1-5/+0
2013-09-14Merge dh_builddeb lines which are identical after -Zxz removalAxel Beckert1-4/+2
2013-08-26Replace texi2html by makeinfoAxel Beckert4-2/+18
Add patch to replace texi2html by makeinfo in Doc/Makefile.in. Fixes lintian warning build-depends-on-obsolete-package
2013-08-25Add lintian override: Completion/BSD.zwc is no extra license fileAxel Beckert1-0/+2
2013-08-25Add configure to debian/clean. (Not doing so causes FTBFS here.)Axel Beckert1-0/+1