summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-08-25Declare compliance with Debian Policy 4.6.0. (No other changes were needed.)Axel Beckert1-1/+1
2021-08-25Install text-only FAQ into zsh-common. See #961757 + #980903Axel Beckert5-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-08d/README.Debian: Mention vcs_info's patch series support for Debian package ↵Daniel Shahaf1-0/+14
maintainers.
2021-04-08d/README.Debian: Typo fix.Daniel Shahaf1-1/+1
Gbp-Dch: Ignore
2021-04-06Add the new zsh-security mailing list as Security-Contact to ↵Axel Beckert1-0/+1
debian/upstream/metadata
2021-02-06Upload to unstable as 5.8-6Axel Beckert1-0/+33
Gbp-Dch: Ignore
2021-02-06Install text-only FAQ into zsh-doc, too, for now. See #980903Axel Beckert4-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-06Fix grammar issue in previous commit found by Daniel ShahafAxel Beckert2-2/+2
Gbp-Dch: Ignore
2021-01-24Also install the Zsh FAQ. Thanks Daniel Shahaf! (Closes: #961757)Axel Beckert6-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-24Declare compliance with Debian Policy 4.5.1. (No other changes were needed.)Axel Beckert1-1/+1
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.