summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)AuthorFilesLines
2023-07-05Cherry pick multiple upstream commits to migrate pcre module to pcre2.Axel Beckert6-2/+637
Update Build-Depends and Build-Using from libpcre3-dev to libpcre2-dev accordingly. Closes: #999918 Gbp-Dch: Full
2023-02-05Upload to unstable as 5.9-4Axel Beckert1-3/+4
2023-02-04Bump my packaging copyright years in debian/copyrightAxel Beckert2-1/+9
2023-02-03Enable gdbm module to be build again, this time via --enable-gdbmAxel Beckert1-0/+1
Thanks: András Korn for reporting this regression. Closes: 1030349
2023-01-30Upload to unstable as 5.9-3Axel Beckert1-0/+12
2023-01-30Drop alternative build-dep on transitional package bsdmainutilsAxel Beckert1-1/+1
Thanks: Lintian!
2023-01-30Declare compliance with Debian Policy 4.6.2Axel Beckert1-1/+1
No other changes were needed. Gbp-Dch: Full
2023-01-30Cherry-pick upstream commit 3e3cfabc to fix a completion regressionAxel Beckert2-0/+33
This fixes completion regression with NO_CASE_GLOB in Zsh 5.9. Closes: #1013434 Thanks: Vincent Lefèvre! Gbp-Dch: Full
2022-11-14Upload to unstable as 5.9-2Axel Beckert1-0/+12
2022-11-14Bracketize and update lintian overrides where neededAxel Beckert4-19/+19
2022-11-13Update Helmut's patch to use more debhelper style file installingAxel Beckert5-2/+2
2022-11-13Update /etc/shells using dpkg triggersHelmut Grohne8-22/+9
Closes: #1023317
2022-05-15Upload to unstable as 5.9-1 with urgency=lowAxel Beckert1-2/+7
2022-05-15Declare compliance with Debian Policy 4.6.1.Axel Beckert1-1/+1
No further changes were needed. Gbp-Dch: Full
2022-05-15Drop lintian override for hardening-no-fortify-functions, no more neededAxel Beckert1-1/+0
2022-05-15Add patch to fix two typos in man pages found by LintianAxel Beckert2-0/+27
2022-05-14Update debian/changelog for new 5.9 upstream releaseAxel Beckert1-1/+9
Retroactively set urgency=low in 5.8.1.2-test-2. This allows us to upload 5.9-1 to unstable with urgency=low as well. Gbp-Dch: Ignore
2022-05-09Upload to experimental as 5.8.1.3-test-1Axel Beckert1-2/+2
2022-05-09Add debian/changelog entry for new upstream test release 5.8.1.3-testAxel Beckert1-0/+7
Gbp-Dch: Ignore
2022-05-08Remove cherry-picked patches applied upstreamAxel Beckert3-53/+0
2022-04-13Add patch by Jun to fix autopkgtest with zsh-static due to warning on STDERRAxel Beckert2-0/+21
2022-04-12Upload to experimental as 5.8.1.2-test-2Axel Beckert1-0/+7
2022-04-12Add patch from Jun T to export LANG when running D07multibyte.ztstAxel Beckert2-0/+32
Hopefully fixes FTBFS on most architectures due to test suite failures.
2022-04-11Upload to experimental as 5.8.1.2-test-1Axel Beckert1-2/+6
2022-04-11Update debian/zsh-dev.install to follow removal of Src/Builtins/rlimit.h ↵Axel Beckert1-1/+0
generation in 273da6cc.
2022-04-11Refresh patches as needed, remove patches applied upstreamAxel Beckert5-270/+13
2022-04-11Update debian/changelog for new upstream test releaseAxel Beckert1-0/+13
Gbp-Dch: Ignore
2022-02-25Replace dh overrides with execute_after_… where applicableAxel Beckert1-8/+3
2022-02-13Install Etc/CVE-2021-45444-VCS_Info-workaround.patch into zsh-docAxel Beckert1-0/+1
It is new since 5.8.1 and not relevant for Debian's package but gives hints about CVE-2021-45444 mitigations on other platforms which aren't updated yet. Gbp-Dch: Full
2022-02-12Upload as 5.8.1-1 to unstable with urgency=high due to CVE-2021-45444Axel Beckert1-2/+6
2022-02-12Update copyright years in debian/copyrightAxel Beckert1-2/+2
Thanks: Lintian!
2022-02-12Add lintian overrides for all occurrences of ↵Axel Beckert1-0/+9
very-long-line-length-in-source-file They're all false positives. Gbp-Dch: Full
2022-02-12Make paths in lintian overrides agnostic to upstream versionsAxel Beckert1-1/+1
2022-02-12Update debian/changelog for 5.8.1, set urgency=high due to CVE-2021-45444Axel Beckert1-0/+29
2022-02-12Zsh 5.8.1: Refresh patches, drop cherry-picked patch for commit 754658afAxel Beckert4-57/+23
2022-02-12debian/watch: Drop comment about FTP timeoutsAxel Beckert1-3/+0
We won't go back to non-TLS protocols in debian/watch.
2022-02-12debian/copyright: Remove obsolete upstream URLs (FTP and SourceForge)Axel Beckert1-2/+0
Upstream recently decided to drop the grinding SourceForge hosting and site completely. It's no more listed on https://www.zsh.org/ anymore. Also drop the FTP URL. The same host is already listed with an HTTPS URL. debian/watch already only includes the current primary download site (with HTTPS).
2021-12-31Update copyright years in debian/copyright. Thanks Lintian!Axel Beckert1-2/+2
2021-12-30debian/zsh5: Add ${static} suffix also to alternative path in warningAxel Beckert1-1/+1
2021-12-30Add lintian overrides for bin-sbin-mismatch false positivesAxel Beckert1-0/+7
In one case (zsh5 wrapper script) it's just a comment about /usr/bin/zsh being an alternative location of /bin/zsh. In all other cases (maintainer scripts), it's either code adding all path variants to /etc/shells or code fixing usrmerge crap which would not be in the maintainer scripts if we could just simply ship those symlinks inside the .deb as we cleanly did in the past.
2021-12-30Add lintian override for bash-term-in-posix-shellAxel Beckert1-0/+2
It's zsh code and it's guarded by a check if we're running zsh or not. Gbp-Dch: Full
2021-12-30Update lintian overrides wrt. to change tag formatsAxel Beckert2-3/+3
2021-12-30zsh-static: Drop dependency on zsh, recommend zsh-common insteadAxel Beckert1-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-30Extend zsh-static package description to explain its use casesAxel Beckert1-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-30Drop debian/zsh-static.NEWS, zsh-static will stayAxel Beckert1-7/+0
Thanks: those who gave feedback about our proposed zsh-static removal back in 2015, especially Vincent Bernat.
2021-09-17Upload to unstable as 5.8-10Axel Beckert2-1/+9
Also update description of make-zsh-static-really-static-#993843.patch to no more mention "try to". :-)
2021-09-17Extend patch for #993843 by Jun T's version from https://zsh.org/workers/49422Axel Beckert1-98/+82
2021-09-16Incomplete patch for #993843 (zsh-static segfaults on updated libc)Axel Beckert2-0/+195
2021-09-16Upload to unstable as 5.8-9Axel Beckert1-0/+10
2021-09-16Revert "Explicitly declare B-D-I on cm-super-minimal as arch:all to fix ↵Axel Beckert1-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