summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-01-24Demote documentation dependencies to B-D-I. (Closes: #980895)Helmut Grohne1-2/+3
2020-10-12Salsa CI: Allow reprotest to failAxel Beckert1-0/+6
zsh's FTBFS inside reprotest is locally not reproducible with "reprotest --variations=-kernel". Gbp-Dch: Full
2020-10-12Disable blhc CI job for now (too many and only false positives)Axel Beckert1-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-12Drop "-Wl,--as-needed" from $LDFLAGSAxel Beckert1-1/+1
(No more needed according to lintian warning debian-rules-uses-as-needed-linker-flag.) Gbp-Dch: Full
2020-10-12Add lintian override for hardening-no-fortify-functions on gdbm.so, tooAxel Beckert1-1/+2
2020-10-12zsh-static: Drop lintian override package-contains-broken-symlink, no more ↵Axel Beckert1-1/+0
needed
2020-10-12Add a debian/.gitignore file to ignore build artefactsAxel Beckert1-0/+12
2020-08-31d/changelog: In 4.3.12-1, retroactively list #489646 as a duplicate of #620452.Daniel Shahaf1-1/+1
2020-06-30Upload to unstable as 5.8-5Axel Beckert1-0/+21
2020-06-30Update lintian overrides wrt. renamed lintian tagsAxel Beckert3-3/+3
2020-06-30Cherry-pick 754658af from upstream to fix "git stash drop" tab-completionAxel Beckert2-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-23Cherry-pick d128bc0b from upstream: 45731: _debsnap: New completion functionDaniel Shahaf2-0/+88
Closes: #960298
2020-06-22Bump debhelper compatibility level to 13Axel Beckert1-1/+1
2020-06-22Add a minimal debian/salsa-ci.yml fileAxel Beckert1-0/+3
2020-06-22Try to fix cross-installability of run-testsuite autopkgtest checkAxel Beckert1-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
2020-06-22Adapt to "col" having been moved from bsdmainutils to bsdextrautilsAxel Beckert1-1/+1
Closes: #963420
2020-05-28Retroactively close #740587 in 5.2-test-1-1.Daniel Shahaf1-0/+1
2020-03-30Retroactively mention #928194 in 5.8-1 changelog entryAxel Beckert1-0/+1
2020-03-22Upload to unstable as 5.8-4Axel Beckert1-2/+2
2020-03-22Add changelog entry for previous commitAxel Beckert1-0/+7
2020-03-22Add completion for dscverifyAxel Beckert2-0/+41
Closes: #953389
2020-02-22Upload to unstable as 5.8-3Axel Beckert1-0/+16
2020-02-21debian/tests/control: Replace libpcre3 with @builddeps@ to pull in all ↵Axel Beckert1-1/+1
Recommends "Restriction: needs-recommends" is deprecated due to bug #896698. See also https://lists.debian.org/debian-ci/2018/06/msg00016.html. This is the closest way to get the same effect (depend on all libraries zsh has in Recommends).
2020-02-21Make autopkgtests cross-test-friendlySteve Langasek2-2/+3
* debian/tests/control: Declare dependency on adequate as native. * debian/tests/control: Let run-testsuite also depend on libpcre3. * Mark zsh-doc as "Multi-Arch: foreign". Gbp-Dch: Full
2020-02-18Upload to unstable as 5.8-2Axel Beckert1-0/+9
2020-02-17d/zshrc: Tighten regexDaniel Shahaf1-1/+1
It matched VERSION_ID and might match other keys or values as well.
2020-02-17Fix advice in comment: zprofile isn't sourced by non-login interactive shells.Daniel Shahaf1-1/+1
2020-02-16Upload to unstable as 5.8-1Axel Beckert1-5/+46
Urgency is kept at the default value "medium" despite the upload containing one security fix. Reasoning: * The fixed security vulnerability is considered to be only minor. * The upload contains a bunch of other changes which are deemed to be good, but there's some chance that thet cause unexpected results in corner cases. * autopkgtest reduces the migration interval from 5 to 3 days anyways.
2020-02-16Update pkg-zsh-workflow-new-upstream-release.md for switching to upstream ↵Axel Beckert1-18/+38
tar-balls
2020-02-16Declare adequate test to be superficialAxel Beckert1-0/+1
2020-02-16Retroactively list #924736 as fixed in previous uploadAxel Beckert1-0/+1
2020-02-16Add a debian/rules convenience target to restore files from git which were ↵Axel Beckert1-0/+5
removed in the clean target
2020-02-16Add lintian override for "zsh-dev: package-contains-no-arch-dependent-files"Axel Beckert1-0/+3
/usr/include/zsh/config.h _is_ architecture-dependent, just not a binary. Gbp-Dch: Full
2020-02-16Get debian/source/options's extend-diff-ignore back in sync with ↵Axel Beckert1-1/+1
debian/clean to avoid unnecessary warnings
2020-02-16Add libgdbm-dev as build-dependency to build the zsh gdbm moduleAxel Beckert1-0/+1
Thanks: Daniel Shahaf
2020-02-16Fix FTBFS if libncurses-dev provided the libncursesw5-dev build-dependencyAxel Beckert1-1/+5
Thanks: Daniel Shahaf for helping to figure out how to solve this issue properly.
2020-02-16debian/zshrc: Enable completions only on Ubuntu and derivatives by defaultAxel Beckert1-1/+1
2020-02-16Apply changes from Ubuntu's zsh 5.7.1-1ubuntu2 packageAxel Beckert5-0/+78
… except all debian/changelog entries and modifying the Maintainer field. This includes: * debian/zshrc: Enable completions by default, unless skip_global_compinit is set. * Support cross-compiling: + Adjust upstream autoconf cross-compile default fallbacks. + Skip zcompile when cross-compiling. + Add libelf-dev build-dependency. Gbp-Dch: Full
2020-02-16Drop the get-orig-source target, no more neededAxel Beckert1-7/+0
2020-02-16debian/gbp.conf: Declare upstream-vcs-tag formatAxel Beckert1-0/+3
It seems as if this was not necessary when I ran gbp import-orig for 5.8 (found and merged the nevertheless), but it should cause no harm to declare it anyway.
2020-02-16Add some more files from the original upstream tar ball, but not in upstream ↵Axel Beckert1-0/+2
git, to debian/clean Only leave out Src/patchlevel.h.release.
2020-02-16Update debian/changelogAxel Beckert1-0/+12
Gbp-Dch: Ignore
2020-02-16Update upstream source from tag 'upstream/5.8'Axel Beckert136-219/+100191
Update to upstream version '5.8' with Debian dir b7a9cb7b782a12a49dca06e06ca2554b5a95bf93
2020-02-16New upstream version 5.8Axel Beckert136-219/+100191
2020-02-16Change upstream tag format to make gbp upstream tags coexist with upstream ↵Axel Beckert1-1/+1
git history
2020-02-16debian/watch: Comment out RC or dev releases due to #827814Axel Beckert1-2/+5
2020-02-16Switch debian/watch to version 4Axel Beckert1-1/+1
2020-02-14unposted: Release 5.8dana2-2/+4
2020-02-14CVE-2019-20044: Update change log for preceding commitsdana1-0/+6
2020-02-14Update NEWS/READMEdana2-4/+25