summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)AuthorFilesLines
2014-10-08Workflow: Rework ChangesAxel Beckert1-22/+28
2014-10-08Workflow: Trimm down Branches documentation to the essentialsAxel Beckert1-28/+7
2014-10-08Workflow: gbp no more needs the branch name, it's in debian/gbp.confAxel Beckert1-1/+1
2014-10-08Workflow: Move .pc handling to SetupAxel Beckert1-21/+20
2014-10-08Workflow: Explicitly check out the debian branch on cloningAxel Beckert1-2/+2
2014-10-08Remove from workflow docs what no more is or never was usedAxel Beckert1-40/+0
2014-10-08Remove old org-mode formatted version of the workflowAxel Beckert1-540/+0
2014-10-08Convert pkg-zsh-workflow.org to MarkdownAxel Beckert2-1/+504
2014-10-08Add an initial README.source fileAxel Beckert1-0/+71
This file should mostly describe _where_ to find things around Debian's zsh package, not how to do things with it.
2014-10-08Move 9982ab6f to a cherry-picked patchAxel Beckert3-0/+39
This reverts our fad0d343 and upstream's 9982ab6f only inside the debian branch. The package built fine that way, but jenkins insisted on building against the zsh-5.0.7 tag. We may need to cherry-pick 9982ab6f in the debian branch before merging the zsh-5.0.8 tag.
2014-10-08Drop debian/copyright stanza for cherry-picked patchesAxel Beckert1-8/+0
2014-10-08Add prelimiary changelog entry for new upstream release 5.0.7Axel Beckert1-0/+11
Git-Dch: Ignore
2014-10-08Drop all cherry-picked patchesAxel Beckert3-182/+0
2014-10-02Upload to unstable as 5.0.6-3Axel Beckert1-0/+15
2014-10-02Complete debian/copyright with individual copyrights and licenses (Closes: ↵Axel Beckert1-5/+122
#763191)
2014-10-01Switch debian/copyright to the machine-readable DEP5 formatAxel Beckert1-32/+62
It has been agreed that zsh's Debian packaging is licensed under the MIT/Expat license. Relevant replies: Clint Adams: https://lists.alioth.debian.org/pipermail/pkg-zsh-devel/2014-September/001111.html Axel Beckert: https://lists.alioth.debian.org/pipermail/pkg-zsh-devel/2014-September/001112.html Richard Hartmann: https://lists.alioth.debian.org/pipermail/pkg-zsh-devel/2014-September/001113.html Rob Leslie: https://lists.alioth.debian.org/pipermail/pkg-zsh-devel/2014-September/001114.html Frank Terbeck: https://lists.alioth.debian.org/pipermail/pkg-zsh-devel/2014-September/001115.html Mika Prokop: https://lists.alioth.debian.org/pipermail/pkg-zsh-devel/2014-September/001119.html The debian/copyright in this commit is known to be incomplete.
2014-10-01Cherry-pick 87270496 from upstream: Fixes hanging in freejob from TRAPCHLDAxel Beckert2-0/+137
Mitigates if not fixes: #760061
2014-09-29Do not run (already ignored) test suite on static build to mitigate #760061Axel Beckert1-1/+1
2014-09-29Set ZTST_verbose=1 to get more details about where exactly the test suite hangsAxel Beckert1-2/+2
Suggested by Bart Schaefer in #760061
2014-09-20Upload as 5.0.6-2Axel Beckert1-0/+19
2014-09-20Revert a542a2ae — it doesn't run autoreconf with verbose settingsAxel Beckert1-2/+2
2014-09-20Cherry-pick 4414e54e from upstream: Fixes regression with shared or ↵Axel Beckert2-0/+45
incremental history when trying to read .zsh_history with hist_fcntl_lock Closes: #761597
2014-09-20Make dh_autoreconf call verbose to see what goes wrong wrt. #734765Axel Beckert1-2/+2
2014-09-20Bump Standards-Version to 3.9.6 (no changes needed)Axel Beckert1-1/+1
2014-09-19Apply wrap-and-sort -aAxel Beckert3-14/+25
2014-09-19Use autotools-dev as well as autoreconf to ensure configurey updates ↵Wookey2-1/+4
(Closes: #734765)
2014-09-15Fix copy & paste error in debian/tests/run-testsuite (Makefile syntax vs ↵Axel Beckert1-1/+1
shell syntax) Git-Dch: Ignore
2014-09-15Change Vcs-Browser to new cgit based repository viewerAxel Beckert1-1/+1
2014-09-15Declare packaging branch in Vcs-Git headerAxel Beckert1-1/+1
Thanks Benoit Plessis!
2014-09-14Add test-suite wrapper and adequate test for DEP8 as-installed testingAxel Beckert3-0/+69
2014-08-31Upload to unstable as 5.0.6-1Axel Beckert1-2/+5
2014-08-31Move export of DEB_BUILD_MAINT_OPTIONS before buildflags.mk inclusionAxel Beckert1-6/+6
Git-Dch: Ignore
2014-08-31Disable -fstack-protector-strong on s390xAxel Beckert1-0/+6
It causes endless loops in gcc-4.9. See https://bugs.debian.org/759870 for details.
2014-08-30Add preliminary changelog entry for new upstream release (5.0.6)Axel Beckert1-0/+6
2014-08-26Upload to experimental as 5.0.5-dev-3-1Axel Beckert1-6/+5
2014-08-26Preliminary changelog entry for new upstream release candidateAxel Beckert1-0/+11
2014-08-25Merge branch 'debian' of git.debian.org:/git/collab-maint/zsh into debianAxel Beckert1-0/+3
2014-08-20Merge branch 'debian' of git+ssh://git.debian.org/git/collab-maint/zsh into ↵Axel Beckert1-1/+1
debian
2014-08-20Add fixed Ubuntu bug report to previous changelog entryAxel Beckert1-0/+3
2014-08-17Remove trailing blank lineAxel Beckert1-1/+0
Git-Dch: Ignore
2014-08-17Add command-not-found + environment-modules to bug-script list of packages ↵Axel Beckert1-1/+1
containing code meant to be sourced in .zshrc
2014-08-14Add python-powerline to bug-script list of packages containing code meant to ↵Axel Beckert1-1/+1
be sourced in .zshrc
2014-08-13Upload to experimental as 5.0.5-dev-2-1Axel Beckert1-2/+2
2014-08-13Update changelog entry to list all upstream-fixed Debian bug reportsAxel Beckert1-2/+17
Git-Dch: Ignore
2014-08-12Update changelog with regards to patch refreshing and removalAxel Beckert1-3/+3
Git-Dch: Ignore
2014-08-12Refresh replace-texi2html-with-makeinfo, drop ↵Axel Beckert4-38/+2
texi2html-conf-source-dir-vs-build-dir … and bump upstream version in preliminary changelog entry.
2014-08-11Merge branch 'debian' of git://anonscm.debian.org/git/collab-maint/zsh into ↵Axel Beckert5-13/+47
debian Conflicts: debian/changelog
2014-08-11Add a preliminary changelog entry to make it build at leastAxel Beckert1-0/+12
Git-Dch: Ignore
2014-08-11Add patch to fix source vs build directory mixupAxel Beckert2-0/+36
2014-08-11Refresh patch replace-texi2html-with-makeinfoAxel Beckert1-5/+5