Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-12-30 | zsh-static: Drop dependency on zsh, recommend zsh-common instead | Axel Beckert | 1 | -2/+2 | |
Rationale: zsh-static can easily be used without zsh-common, but if you want advanced completiones, you need zsh-common—and not zsh. It just worked fine so far because zsh depends on zsh-common as well. See also the thread at https://alioth-lists.debian.net/pipermail/pkg-zsh-devel/2021-December/003283.html | |||||
2021-12-30 | Extend zsh-static package description to explain its use cases | Axel Beckert | 1 | -1/+9 | |
… as well as advantages and disadvantages. Thanks: shirish शिरीष to make us aware of this deficency of the package description by asking the right questions (back in 2015). :-) | |||||
2021-12-30 | Drop debian/zsh-static.NEWS, zsh-static will stay | Axel Beckert | 1 | -7/+0 | |
Thanks: those who gave feedback about our proposed zsh-static removal back in 2015, especially Vincent Bernat. | |||||
2021-09-17 | Upload to unstable as 5.8-10 | Axel Beckert | 2 | -1/+9 | |
Also update description of make-zsh-static-really-static-#993843.patch to no more mention "try to". :-) | |||||
2021-09-17 | Extend patch for #993843 by Jun T's version from https://zsh.org/workers/49422 | Axel Beckert | 1 | -98/+82 | |
2021-09-16 | Incomplete patch for #993843 (zsh-static segfaults on updated libc) | Axel Beckert | 2 | -0/+195 | |
2021-09-16 | Upload to unstable as 5.8-9 | Axel Beckert | 1 | -0/+10 | |
2021-09-16 | Revert "Explicitly declare B-D-I on cm-super-minimal as arch:all to fix ↵ | Axel Beckert | 1 | -1/+1 | |
crossbuild issues" While it fixes crossbuild issues on Salsa's CI and builds fine there in all steps and even passes test-build-all, it causes the arch:all build on the build daemons to not start due to "buid dependency uninstallable". *sigh* This reverts commit 801f5e105ad6d1f767d28c8311edd263790f419f. Gbp-Dch: Full | |||||
2021-09-15 | Upload to unstable as 5.8-8 | Axel Beckert | 1 | -2/+7 | |
2021-09-15 | Also let autopkgtest check zsh-static in a separate test run | Axel Beckert | 2 | -0/+71 | |
Skip V07pcre.ztst there as --enable-pcre does require dynamic loading. Triggered by the discussion in #993843. Gbp-Dch: Full | |||||
2021-09-15 | Explicitly declare B-D-I on cm-super-minimal as arch:all to fix crossbuild ↵ | Axel Beckert | 1 | -1/+1 | |
issues | |||||
2021-09-15 | Add debian/changelog entry for previous commit | Axel Beckert | 1 | -1/+5 | |
Gbp-Dch: Ignore | |||||
2021-09-15 | debian/zshrc: Don't use grep to check if we're in Ubuntu | Marco Trevisan (Treviño) | 1 | -1/+2 | |
ZSH provides already everything to grep a file without having to use external programs, that can only cause a slowdown in the ZSH initialization. This can save some milliseconds at each zsh initialization, as we avoid a fork. Merges MR!2. | |||||
2021-09-15 | Add non-gbp-dch-able debian/changelog entry for previous commit | Axel Beckert | 1 | -0/+2 | |
Gbp-Dch: Ignore | |||||
2021-09-15 | Retroactively mention Salsa MR!1 in 5.7.1-test-3-1 debian/changelog entry | Axel Beckert | 1 | -0/+2 | |
2021-09-15 | Update debian/changelog with "gbp dch" for being able to edit older entries | Axel Beckert | 1 | -0/+21 | |
2021-09-15 | Replace all occurrences of transitional package libncursesw5-dev with ↵ | Vincent Lefevre | 3 | -3/+3 | |
libncurses-dev Remove resulting duplicates. (Related to commit 71ee4aef.) Fixes FTBFS iff libncursesw5-dev was not installed. (Closes: #993861) Gbp-Dch: Full | |||||
2021-09-09 | Update lintian override for slightly modified pkg-not-in-package-test tag | Axel Beckert | 1 | -1/+1 | |
2021-09-09 | Reenable running build-time testsuite against zsh-static | Axel Beckert | 1 | -1/+1 | |
(See discussion in #993843.) Gbp-Dch: Full | |||||
2021-09-05 | Add patch to set default pager to /usr/bin/pager instead of more. | Axel Beckert | 3 | -2/+105 | |
Drop according sed call from debian/rules which didn't catch .zwc files. Gbp-Dch: Full | |||||
2021-09-05 | Set runhelpdir at configure time; drop sed-based fixup at install time. ↵ | Axel Beckert | 1 | -1/+2 | |
(Closes: #993539) | |||||
2021-09-02 | Upload to unstable as 5.8-7 | Axel Beckert | 1 | -0/+20 | |
2021-09-02 | Fix Breaks/Replaces: ">=" vs "<=" | Axel Beckert | 1 | -2/+2 | |
Gbp-Dch: Ignore | |||||
2021-08-25 | Run "wrap-and-sort -a" | Axel Beckert | 2 | -13/+20 | |
2021-08-25 | Drop override_dh_strip-arch due to debug symbol migration being long complete | Axel Beckert | 1 | -4/+0 | |
2021-08-25 | Declare compliance with Debian Policy 4.6.0. (No other changes were needed.) | Axel Beckert | 1 | -1/+1 | |
2021-08-25 | Install text-only FAQ into zsh-common. See #961757 + #980903 | Axel Beckert | 5 | -6/+17 | |
This actually reverts "Install text-only FAQ into zsh-doc, too, for now. See #980903" (commit cb12cbb7eee96c345db38fe7b3630601a1bbd0cf) as documented in that commit: Add according Breaks and Replaces headers against zsh-doc to zsh-common. Add a build-dependency on debhelper >= 13.4 Gbp-Dch: Full | |||||
2021-04-08 | d/README.Debian: Mention vcs_info's patch series support for Debian package ↵ | Daniel Shahaf | 1 | -0/+14 | |
maintainers. | |||||
2021-04-08 | d/README.Debian: Typo fix. | Daniel Shahaf | 1 | -1/+1 | |
Gbp-Dch: Ignore | |||||
2021-04-06 | Add the new zsh-security mailing list as Security-Contact to ↵ | Axel Beckert | 1 | -0/+1 | |
debian/upstream/metadata | |||||
2021-02-06 | Upload to unstable as 5.8-6 | Axel Beckert | 1 | -0/+33 | |
Gbp-Dch: Ignore | |||||
2021-02-06 | Install text-only FAQ into zsh-doc, too, for now. See #980903 | Axel Beckert | 4 | -14/+5 | |
debhelper currently has a bug when dh_installdocs is called with -p<pkg> and the documents for a doc-base registration are split over multiple packages (https://bugs.debian.org/980903) which is exactly what I did in the previous commit. So lets skip splitting the FAQ over two packages and install it only into zsh-doc until #980903 is fixed in debhelper. Once #980903 is fixed in debhelper, please do the following: * Revert this commit. * Add according Breaks and Replaces headers against zsh-doc to zsh-common. * Add a build-dependency on debhelper >= the fixed version. * Refer to #961757 in the debian/changelog entry (aka first line of a commit message). | |||||
2021-02-06 | Fix grammar issue in previous commit found by Daniel Shahaf | Axel Beckert | 2 | -2/+2 | |
Gbp-Dch: Ignore | |||||
2021-01-24 | Also install the Zsh FAQ. Thanks Daniel Shahaf! (Closes: #961757) | Axel Beckert | 6 | -0/+29 | |
Build it by also running a build (dh_auto_build, defacto make) in obj/Etc/. Install the compressed plain text version into zsh-common and the HTML version into zsh-doc. Update debian/zsh-common.docs accordingly. Install the HTML version of the via debian/zsh-doc.install instead of debian/zsh-doc.docs to be able to install it into the "html" subfolder, too. Rename debian/zsh-common.doc-base into debian/zsh-doc.doc-base.manual to distinguish it clearly from the new debian/zsh-doc.doc-base.faq. Add a debian/zsh-common.doc-base. Uses the split control file feature of doc-base. | |||||
2021-01-24 | Declare compliance with Debian Policy 4.5.1. (No other changes were needed.) | Axel Beckert | 1 | -1/+1 | |
2021-01-24 | Demote documentation dependencies to B-D-I. (Closes: #980895) | Helmut Grohne | 1 | -2/+3 | |
2020-10-12 | Salsa CI: Allow reprotest to fail | Axel Beckert | 1 | -0/+6 | |
zsh's FTBFS inside reprotest is locally not reproducible with "reprotest --variations=-kernel". Gbp-Dch: Full | |||||
2020-10-12 | Disable blhc CI job for now (too many and only false positives) | Axel Beckert | 1 | -0/+4 | |
It only argues about compiler options of gcc calls to determine its version and missing linker flags when building static binaries. | |||||
2020-10-12 | Drop "-Wl,--as-needed" from $LDFLAGS | Axel Beckert | 1 | -1/+1 | |
(No more needed according to lintian warning debian-rules-uses-as-needed-linker-flag.) Gbp-Dch: Full | |||||
2020-10-12 | Add lintian override for hardening-no-fortify-functions on gdbm.so, too | Axel Beckert | 1 | -1/+2 | |
2020-10-12 | zsh-static: Drop lintian override package-contains-broken-symlink, no more ↵ | Axel Beckert | 1 | -1/+0 | |
needed | |||||
2020-10-12 | Add a debian/.gitignore file to ignore build artefacts | Axel Beckert | 1 | -0/+12 | |
2020-08-31 | d/changelog: In 4.3.12-1, retroactively list #489646 as a duplicate of #620452. | Daniel Shahaf | 1 | -1/+1 | |
2020-06-30 | Upload to unstable as 5.8-5 | Axel Beckert | 1 | -0/+21 | |
2020-06-30 | Update lintian overrides wrt. renamed lintian tags | Axel Beckert | 3 | -3/+3 | |
2020-06-30 | Cherry-pick 754658af from upstream to fix "git stash drop" tab-completion | Axel Beckert | 2 | -0/+23 | |
See https://www.zsh.org/cgi-bin/mla/redirect?WORKERNUMBER=46093 ff. This is the upstream commit without the changes to upstream Changelog file. | |||||
2020-06-23 | Cherry-pick d128bc0b from upstream: 45731: _debsnap: New completion function | Daniel Shahaf | 2 | -0/+88 | |
Closes: #960298 | |||||
2020-06-22 | Bump debhelper compatibility level to 13 | Axel Beckert | 1 | -1/+1 | |
2020-06-22 | Add a minimal debian/salsa-ci.yml file | Axel Beckert | 1 | -0/+3 | |
2020-06-22 | Try to fix cross-installability of run-testsuite autopkgtest check | Axel Beckert | 1 | -1/+1 | |
Switch run-testsuite test dependencies from @builddeps@ to all library *-dev packages listed in the the build-dependencies (and hence the libraries listed in the Recommends of the zsh binary package) for regaining cross-buildability. This further improves what has been started in commits ca933173 and 7ca6cb3f. And it should resolve the reason for current diff in Ubuntu: https://patches.ubuntu.com/z/zsh/zsh_5.8-4ubuntu1.patch |