Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-23 | check-for-dev-tty-before-using-it.patch: Don't descend into /dev/ subdirectories | Axel Beckert | 1 | -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-20 | Only try to remove /etc/zsh-beta if it exists | Axel Beckert | 1 | -1/+3 | |
Suppresses irrelevant error message "rmdir: failed to remove /etc/zsh-beta: No such file or directory". | |||||
2013-09-20 | Add patch to make test suite "-c" test more flexible, should prevent FTBFS ↵ | Axel Beckert | 2 | -0/+28 | |
on Hurd Thanks: Pino Toscano | |||||
2013-09-20 | Revert "Add conditional patch to prevent FTBFS on Hurd in case of wrong test ↵ | Axel Beckert | 3 | -88/+2 | |
assumptions" This reverts commit ba5c7320d4876deb14dba60584fcdf5d5774e13b. | |||||
2013-09-20 | Add conditional patch to prevent FTBFS on Hurd in case of wrong test assumptions | Axel Beckert | 3 | -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-20 | Upload to unstable as 5.0.2-4 | Axel Beckert | 1 | -0/+38 | |
2013-09-19 | Mark patch as applied upstream | Axel Beckert | 1 | -0/+1 | |
Git-Dch: Ignore | |||||
2013-09-19 | Fix author of patch | Axel Beckert | 1 | -1/+1 | |
Git-Dch: Ignore | |||||
2013-09-19 | Format all patch headers DEP3 compliant | Axel Beckert | 6 | -8/+13 | |
Also add some more pointers to upstream relations | |||||
2013-09-19 | Fix path passed to dh_shlibdeps for multiarch | Axel Beckert | 1 | -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-18 | Add patch to fix segfault in compinit's get_cvdef/freecvdef | Axel Beckert | 2 | -0/+18 | |
Was triggered by the task tab completion. | |||||
2013-09-14 | Remove redundant chmod from debian/rules (done by dh_fixperms anyways) | Axel Beckert | 1 | -5/+0 | |
2013-09-14 | Merge dh_builddeb lines which are identical after -Zxz removal | Axel Beckert | 1 | -4/+2 | |
2013-08-26 | Replace texi2html by makeinfo | Axel Beckert | 4 | -2/+18 | |
Add patch to replace texi2html by makeinfo in Doc/Makefile.in. Fixes lintian warning build-depends-on-obsolete-package | |||||
2013-08-25 | Add lintian override: Completion/BSD.zwc is no extra license file | Axel Beckert | 1 | -0/+2 | |
2013-08-25 | Add configure to debian/clean. (Not doing so causes FTBFS here.) | Axel Beckert | 1 | -0/+1 | |
2013-08-25 | No more pass -Zxz to dpkg-deb explicitly | Axel Beckert | 2 | -7/+3 | |
dpkg-deb uses xz as compressor by default since 1.17.0 so still having them explicitly for some, but not all to be built binary packages is probably more confusing than we will gain when doing backports. This also allows to remove the Pre-Depends on dpkg >= 1.15.6~. Complexity reduction for the win! | |||||
2013-08-24 | debian/control: richih@debian.org | Richard Hartmann | 1 | -1/+1 | |
2013-06-17 | Add patch to fix warnings in VCS_INFO's stgit support when guilt is used | Axel Beckert | 2 | -0/+23 | |
Thanks: Frank Terbeck <ft@bewatermyfriend.org> for the patch | |||||
2013-06-16 | Disable ansi2knr as it's no more available since automake 1.12 | Axel Beckert | 1 | -0/+1 | |
Fixes FTBFS with recent automake versions. | |||||
2013-06-13 | Remove leading whitespace from texinfo directory entry | Axel Beckert | 2 | -0/+20 | |
Closes: #711516 | |||||
2013-05-31 | Run test-suite on static build, too, but ignore result for now | Axel Beckert | 1 | -0/+1 | |
2013-05-31 | Remove redundant update-menus calls in maintainer scripts | Axel Beckert | 2 | -4/+0 | |
dh_installmenu adds such a call automatically via the #DEBHELPER# marker | |||||
2013-05-31 | Clean up postinst created dirs again in postrm purge | Axel Beckert | 2 | -0/+13 | |
Closes: #708106 | |||||
2013-05-10 | Upload to unstable as 5.0.2-3 | Axel Beckert | 1 | -0/+86 | |
2013-05-10 | Reorder alternative build dependencies | Axel Beckert | 1 | -1/+1 | |
sbuild solely uses the first build dependencies if alternatives are given. Hence texlive-latex-recommended should come before texinfo (<< 5~). Thanks to Sebastian Ramacher for the hint! | |||||
2013-05-10 | Add Built-Using header to zsh-static | Axel Beckert | 2 | -2/+5 | |
Bump build-dependency on dpkg-dev to >= 1.16.2~ | |||||
2013-05-10 | Merge branch 'debian-watch' into debian | Richard Hartmann | 1 | -3/+3 | |
2013-05-10 | Bump Standards-Version to 3.9.4 (no changes) | Axel Beckert | 1 | -1/+1 | |
2013-05-10 | Remove zsh-beta alternatives and conffiles in zsh-beta.postinst | Axel Beckert | 2 | -0/+32 | |
2013-05-09 | Add symbolic link /bin/zsh-beta pointing to /bin/zsh5 for backwards ↵ | Axel Beckert | 1 | -0/+2 | |
compatibility | |||||
2013-05-09 | zsh{,-dbg,-doc,-dev,-beta,-beta-doc}: .postinst + zsh-common versioned dep | Axel Beckert | 5 | -4/+116 | |
Add versioned dependencies on zsh-common and add postinst scripts to replace /usr/share/doc/zsh* directories with symlinks to /usr/share/doc/zsh-common. | |||||
2013-05-09 | Install zsh-beta{,-doc} symlinks to /usr/share/doc/zsh-common via dh_installdocs | Axel Beckert | 4 | -5/+3 | |
2013-05-09 | Fix FTBFS with texinfo versions >= 5 | Axel Beckert | 4 | -0/+65 | |
Cherry-picked upstream patches 67a4be36c6203c26c3912c07441f42e3965f0fa8 and b174a0df054929efd7804922750c71adeb8e0b57 Also add a build-dependency on texlive-latex-recommended if only texinfo >= 5 is available. | |||||
2013-05-06 | Import watchfile by Bart Martens | Richard Hartmann | 1 | -3/+3 | |
Copied from http://qa.debian.org/cgi-bin/watchfile.cgi?package=zsh | |||||
2013-05-05 | Fix what seems to have been lost in the previous merge | Axel Beckert | 1 | -0/+2 | |
Git-Dch: Ignore | |||||
2013-05-05 | Merge branch 'abe/no-beta' into debian | Axel Beckert | 4 | -137/+120 | |
Conflicts: debian/rules | |||||
2013-04-22 | Add sequence and bindings for BackSpace key | Frank Terbeck | 1 | -24/+28 | |
2013-04-19 | Mention in debian/rules why /usr/share/doc/zsh-static is no symlink | Axel Beckert | 1 | -0/+3 | |
2013-04-18 | Further drop one zsh-static.dirs entry by calling dh_installdocs earlier | Axel Beckert | 2 | -2/+1 | |
Git-Dch: Ignore | |||||
2013-04-18 | lintian-overrides: Also match architecture-containing /usr/lib* paths | Axel Beckert | 1 | -1/+1 | |
2013-04-18 | Use dh_installdocs --link-doc instead of dh_link for /usr/share/doc/zsh* | Axel Beckert | 4 | -6/+4 | |
2013-04-18 | Remove some more redundant entries from debian/zsh-*.dirs | Axel Beckert | 3 | -4/+0 | |
They're no more needed because debhelper tools create them automatically when they install files into them. | |||||
2013-03-28 | Make zle-line-init and -finish more robust against weird option sets | Frank Terbeck | 1 | -0/+2 | |
Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org> | |||||
2013-01-18 | Add stamp-h.in to debian/clean, it seems to have been lost while refactoring | Axel Beckert | 1 | -0/+1 | |
Git-Dch: Ignore | |||||
2013-01-15 | Move /usr/local/share/zsh/… prerm removal from zsh to zsh-common (Closes: ↵ | Axel Beckert | 2 | -2/+24 | |
#698224) | |||||
2013-01-13 | Compress zsh-static with xz, too | Axel Beckert | 1 | -1/+1 | |
2013-01-13 | No more install changelogs and copyright file into zsh-dbg. | Axel Beckert | 1 | -2/+2 | |
zsh-dbg already has a symlink from /usr/share/doc/zsh-dbg to zsh-common. Git-Dch: Full | |||||
2013-01-13 | Don't compress zsh-dbg with xz anymore, due to no more savings | Axel Beckert | 1 | -1/+2 | |
2013-01-13 | Bump dh compat to 9 for multiarch and additional debug symbol features | Axel Beckert | 4 | -4/+2 | |
* Enables compressed debugging symbols, saving > 50% space on disk * Enables Build-IDs for debugging symbols * Enables multiarch support, /usr/lib/zsh becomes e.g. /usr/lib/x86_64-linux-gnu/zsh on amd64 Git-Dch: Full |