summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-05-31Remove redundant update-menus calls in maintainer scriptsAxel Beckert2-4/+0
dh_installmenu adds such a call automatically via the #DEBHELPER# marker
2013-05-31Clean up postinst created dirs again in postrm purgeAxel Beckert2-0/+13
Closes: #708106
2013-05-10Upload to unstable as 5.0.2-3Axel Beckert1-0/+86
2013-05-10Reorder alternative build dependenciesAxel Beckert1-1/+1
sbuild solely uses the first build dependencies if alternatives are given. Hence texlive-latex-recommended should come before texinfo (<< 5~). Thanks to Sebastian Ramacher for the hint!
2013-05-10Add Built-Using header to zsh-staticAxel Beckert2-2/+5
Bump build-dependency on dpkg-dev to >= 1.16.2~
2013-05-10Merge branch 'debian-watch' into debianRichard Hartmann1-3/+3
2013-05-10Bump Standards-Version to 3.9.4 (no changes)Axel Beckert1-1/+1
2013-05-10Remove zsh-beta alternatives and conffiles in zsh-beta.postinstAxel Beckert2-0/+32
2013-05-09Add symbolic link /bin/zsh-beta pointing to /bin/zsh5 for backwards ↵Axel Beckert1-0/+2
compatibility
2013-05-09zsh{,-dbg,-doc,-dev,-beta,-beta-doc}: .postinst + zsh-common versioned depAxel Beckert5-4/+116
Add versioned dependencies on zsh-common and add postinst scripts to replace /usr/share/doc/zsh* directories with symlinks to /usr/share/doc/zsh-common.
2013-05-09Install zsh-beta{,-doc} symlinks to /usr/share/doc/zsh-common via dh_installdocsAxel Beckert4-5/+3
2013-05-09Fix FTBFS with texinfo versions >= 5Axel Beckert4-0/+65
Cherry-picked upstream patches 67a4be36c6203c26c3912c07441f42e3965f0fa8 and b174a0df054929efd7804922750c71adeb8e0b57 Also add a build-dependency on texlive-latex-recommended if only texinfo >= 5 is available.
2013-05-06Import watchfile by Bart MartensRichard Hartmann1-3/+3
Copied from http://qa.debian.org/cgi-bin/watchfile.cgi?package=zsh
2013-05-05Fix what seems to have been lost in the previous mergeAxel Beckert1-0/+2
Git-Dch: Ignore
2013-05-05Merge branch 'abe/no-beta' into debianAxel Beckert4-137/+120
Conflicts: debian/rules
2013-04-22Add sequence and bindings for BackSpace keyFrank Terbeck1-24/+28
2013-04-19Mention in debian/rules why /usr/share/doc/zsh-static is no symlinkAxel Beckert1-0/+3
2013-04-18Further drop one zsh-static.dirs entry by calling dh_installdocs earlierAxel Beckert2-2/+1
Git-Dch: Ignore
2013-04-18lintian-overrides: Also match architecture-containing /usr/lib* pathsAxel Beckert1-1/+1
2013-04-18Use dh_installdocs --link-doc instead of dh_link for /usr/share/doc/zsh*Axel Beckert4-6/+4
2013-04-18Remove some more redundant entries from debian/zsh-*.dirsAxel Beckert3-4/+0
They're no more needed because debhelper tools create them automatically when they install files into them.
2013-03-28Make zle-line-init and -finish more robust against weird option setsFrank Terbeck1-0/+2
Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
2013-01-18Add stamp-h.in to debian/clean, it seems to have been lost while refactoringAxel Beckert1-0/+1
Git-Dch: Ignore
2013-01-15Move /usr/local/share/zsh/… prerm removal from zsh to zsh-common (Closes: ↵Axel Beckert2-2/+24
#698224)
2013-01-13Compress zsh-static with xz, tooAxel Beckert1-1/+1
2013-01-13No more install changelogs and copyright file into zsh-dbg.Axel Beckert1-2/+2
zsh-dbg already has a symlink from /usr/share/doc/zsh-dbg to zsh-common. Git-Dch: Full
2013-01-13Don't compress zsh-dbg with xz anymore, due to no more savingsAxel Beckert1-1/+2
2013-01-13Bump dh compat to 9 for multiarch and additional debug symbol featuresAxel Beckert4-4/+2
* Enables compressed debugging symbols, saving > 50% space on disk * Enables Build-IDs for debugging symbols * Enables multiarch support, /usr/lib/zsh becomes e.g. /usr/lib/x86_64-linux-gnu/zsh on amd64 Git-Dch: Full
2013-01-13zsh-beta: Still suggest zsh-beta-docAxel Beckert1-0/+1
This way zsh-doc will be pulled in if zsh-beta-doc was installed but marked as automatically installed. Git-Dch: Ignore
2013-01-13Merge branch 'debian' into abe/no-betaAxel Beckert4-2/+45
Conflicts: debian/rules
2013-01-12Reduce some occurrences of multiple whitespaces into single onesAxel Beckert1-2/+2
2013-01-10Add files generated before Makefile is generated to debian/cleanAxel Beckert1-0/+7
This helps to clean up if a build stopped before configure finishs and hence no Makefile has been generated which would contain the according clean target.
2013-01-10zsh{,-dbg}.postinst: Create symlink to /usr/share/doc/zsh-common (Closes: ↵Axel Beckert2-0/+36
#697808) On purpose, dpkg doesn't replace directories with symlinks and vice-versa. Has to be done manually in the maintainer scripts. Thanks: Sebastian Ramacher <sramacher@debian.org>
2013-01-05Merge branch 'debian' into abe/no-betaAxel Beckert0-0/+0
2013-01-05debian/rules: Simplify target dependencies (drops no-op build-stamp target)Axel Beckert1-5/+3
Nice side effect: test suite isn't run more than once anymore
2013-01-05debian/rules: Remove some blank lines and commented codeAxel Beckert1-4/+1
2013-01-05debian/rules: Remove some blank lines and commented codeAxel Beckert1-4/+1
2013-01-05debian/rules: Don't line-break sed expressions. Do line-break before their ↵Axel Beckert1-3/+3
file parameters
2013-01-05debian/rules: Wrap long linesAxel Beckert1-4/+15
2013-01-05debian/rules: Replace "$(package)" with a hardcoded "zsh"Axel Beckert1-83/+81
2013-01-05Add dummy packages for transition from zsh-beta to zshAxel Beckert4-5/+29
2013-01-05Remove all zsh-beta related conditionals from debian/rulesAxel Beckert1-46/+0
2013-01-05Replace checkroot target with dh_testrootAxel Beckert1-9/+11
2013-01-05Add build-dependency on dpkg-dev (>= 1.16.1~)Axel Beckert1-0/+1
... as usage of /usr/share/dpkg/buildflags.mk is no more optional
2013-01-05CONFIGFLAGS and STATICFLAGS: Only one flag per lineAxel Beckert1-5/+12
2013-01-05Drop no more necessary manual compression of info filesAxel Beckert1-1/+0
2013-01-05Indent dh_* parameters and other code for a more readable, table-like ↵Axel Beckert1-49/+50
debian/rules
2013-01-05Split long debug CONFIGFLAGS lineAxel Beckert1-1/+5
2013-01-05Consequently use "touch $@" to create stamp filesAxel Beckert1-5/+5
2013-01-05Rename targets stamp-configure and stamp-configure-static to dh_clean ↵Axel Beckert2-8/+6
compatible names